Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

C# : Trapping File Change Notifications - Windows Form Example

I wanted to try writing a utility similar to Filemon myself – to just trap the FCNs for a particular file or folder. My utility is not superior than Filemon – Filemon is one wonderful tool which helps a lot of people daily in their day-to-day troubleshooting
Posted by rakkim | 2 Comments
Filed under:

IIS7 : Recycling AppDomains inside the AppPool programmatically using Microsoft.Web.Administration.dll - C# example

There will be a lot of situations where you need to recycle only one Application Domain inside an Application Pool. One good way to do this is to just edit the web.config for that particular application which will force the App Domain to recycle. I was
Posted by rakkim | 0 Comments
Filed under: ,

Attachment(s): FREBUI.zip

IIS7 : Sample code for Adding/Deleting a website programmatically - C# Example

As I told you earlier, IIS7 is a best friend to the developers. Administering websites through code was made very simple by Microsoft.Web.Administration.dll present in the %windir%\system32\inetsrv folder. In this post, let us see a simple command prompt
Posted by rakkim | 2 Comments
Filed under: ,

Virtual Functions Explored - C++ C# examples

A complete understanding of everything is very important in the programming world. I am taking this post to just give some explanations I know and the understanding I have with the Virtual Functions. This is an explanation given by one of the trainer
Posted by rakkim | 2 Comments
Filed under: ,
 
Page view tracker