- Removing / Restricting Access to Sitecores Interface on Content Delivery EnvironmentsHere are a few steps you can follow if you want to restrict access to Sitecore’s Interface on content delivery environments.
- List of recommended books on TFS, Visual Studio, C# and C++ coding, Design and Development ProcessList of recommended books on TFS, Visual Studio, C# and C++ coding, Design and Development Process UPDATED Jul 3rd 2013: Added Art of Unit Testing Version…
- Some non-generic collectionsAlthough the collections classes introduced in .NET 2, 3.5 and 4 cover most scenarios, there are still some .NET 1 collections that don't have generic…
- Deadlettering in Azure AppFabric Service Bus Brokered MessagingThe following article will be included in the next release of “The Developer’s Guide to AppFabric”, a free e-book on Azure AppFabric development. The…
- More on MetroYou must have heard about it. Windows 8 will all about Metro. Sure, you can run ‘old-school’ applications on the platform, but most attention these days…
- Using HTML5 Geolocation API in ASP.NET ApplicationUPDATE The below sample just showcases the locality sample. The complete set of attributes exposed which include PostalCode, CountryRegion, Address etc.,…
- HTML5 for ASP.NET DevelopersHTML5 for ASP.NET Developers is my attempt to learn HTML5 myself being an ASP.NET Developer. I am planning to post a series of posts on how ASP.NET…
- Compressing ViewState in ASP.NET.Compressing ViewState in ASP.NET. ASP.NET view state, in a nutshell, is the technique used by an ASP.NET Web page to persist changes to the state of a Web…
- QUnit - Client side unit testing with TDDI've wrote this article a few months ago but in Portuguese: I've decided to translate it to engish. The sample project is hostead at GitHub but it's in…
- SilverlightShow for October 03 - 09, 2011Check out the Top Five most popular news at SilverlightShow for SilverlightShow Top 5 News for October 03 - 09, 2011.
- Silverlight Cream for October 15, 2011 -- #1157<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>Sorry for the tardiness of this post, but I was out of state on family…
- Why isn't Visual Studio letting me debug JavaScript any longer?In my particular case the problem was due to Silverlight. I have my ASP.NET MVC application which is incorporating a Silverlight application into it.
- Await a void (Async CTP)I am really enjoying getting more and more into the new async ctp. Something that stumped me up to now, was how do I run a void method asynchronously.
- C#/.NET Little Wonders: Searching Strings With Contains(), StartsWith(), EndsWith(), and IndexOf()Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
- Async using the old Async Begin / End PatternIn the last few weeks I have had the pleasure of familiarising myself with various async patterns in C#. After going through the different approaches one…
- What is new in VS TFS 2011 Part 3Welcome back once again, in part 1 of what is new in VS TFS 2011 I talked about the offering from a developers perspective, in part 2 of what is new in VS…
- System.Security.Cryptography.CryptographicException: Keyset does not exist or Access is denied issue.This issue is related to permission on MachineKeys folder. I think this is right place where you should know what the determination of MachineKeys folder…
- KnockoutJS Custom Binding for Invoking an Action with Enter KeyKnockoutJS Custom Binding for Invoking an Action with Enter Key KnockoutJS is an awesome MVVM JavaScript data binding framework for building rich user…
- Oracle Dynamic SQL – Drop Table, Copy Table, Purge TablesOracle Dynamic SQL – Drop Table, Copy Table, Purge Tables CREATEORREPLACEPROCEDURE COMPLIANCE11.table\drop (table\name VARCHAR2) IS dml\str VARCHAR2…
- How to Join Computer to a Domain (When DNS name does not exist)When you are going to join any computer from domain controller the following error will be appeared on your computer screen. Full Error Message
