Lately, but this afternoon i got some time to study about Linq to SQL and implemented the same in a project. So I created a new website in Visual Studio 2008 (Asp.net 3.5 using C# ) The project contains following files - 1. A webform with grid view to show data. 2. “/App_Code/SQL” folder which contains Subscription.Dbml [...]
Just thought of sharing a some useful IIS App pool functions I wrote long back in C#. Requirement was to play around with IIS v5.0/6.0 and do all settings dynamically – Note : You must have administrator priveledge to perform all IIS actions. Namespace Required using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.DirectoryServices; [...]