Create a File or Folder
// Specify a name for your top-level folder. string folderName = @”c:\Top-Level Folder”;...
Populate DropDownList with Selected Value in EditItemTemplate of GridView in ASP.Net
In this article I will explain with an example how to use ASP.Net DropDownList control...
ASP.NET Menu and SiteMap Security Trimming
With ASP.NET 2005 Microsoft introduced a pretty solid menu which is integrated with a configuration...
Working With Share Link Task in Windows Phone 8
In this article we will learn about the Share Link Task. This task enables the...
Every application needs identity & access control
Nearly every application deals with data and resources that need to be protected. Implementing secure...
Five documentation apps for .NET developers
Documentation is a necessary evil for software developers. While C# and VB.NET have basic facilities...
IIS 7.5 error: Handler “PageHandlerFactory-Integrated†has a bad module “ManagedPipelineHandler†in its module list
Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my...
Convert VB to C# or C# to VB
Same link to convert you code from C# to VB or viceversa. http://converter.telerik.com/ http://www.developerfusion.com/tools/convert/csharp-to-vb/ http://www.dotnetspider.com/convert/CSharp-To-Vb.aspx
CSS not loading from App_Themes
am having problem while loading the CSS file through App_Themes folder but with ASP.NET authentication doesn't work.
Linqer (SQL to Linq converter)
Linqer is a SQL to LINQ conversion tool. It helps learning LINQ and convert existing...
C# string to Formatted HTML string
Is there a tool out there that can turn a C# string of unformatted HTML...
Get Month name from month number
Simple method for give the name of month System.Globalization.DateTimeFormatInfo mfi = new System.Globalization.DateTimeFormatInfo();string strMonthName =...
Synchronization Essentials
So far, we’ve described how to start a task on a thread, configure a thread,...
Use Sprite Sheets
So you’re a game developer? Then sprite sheets are one of your best friends. Sprite...
Enable GZIP Compression
A significant and growing number of apps rely on external data from remote servers or...
Choose the Correct Collection
Learning to use the most appropriate class or object for the task at hand is...
Come reinizializzare, reimpostare o ripristinare il PC
Se hai problemi con il PC, puoi provare a reinizializzarlo, reimpostarlo o ripristinarlo. La reinizializzazione...
Use a reuseIdentifier Where Appropriate
A common mistake in app development is not setting the correct reuseIdentifier for UITableViewCells, for...
Using report parameters in local mode
What are report parameters used for? The most common use of report parameters is to...
TDD Kata | String Calculator
Kata is a Japanese word describing detailed choreographed patterns of movements practiced either solo or...
Building of an organizational chart for AdventureWorks & AdventureWorks2008
-- SQL recursive CTE to find subordinates of executive, manager & supervisor-- Tree processing -...