Sign in
Rakki Muthukumar
my journey with microsoft technologies - IIS/ASP.NET/AJAX/C#/Javascript/IE
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
500 Internal Server Error
ADMembershipProvider
Admin Pack
ADSUTIL
AJAX
Announcement
Application Pools
ASP
ASP.NET
ASP.NET 4.0
BAD ISAPI
Bitrate
C#
Caching
Debugging
Deployment
Fiddler
Fiddler How-Tos
FREB
FTP
General
GTSC
Hiring
Hotfix
HTTPERR
Hyper-V
IE
IE8
IIS
IIS 5.0
IIS 5.1
IIS 6
IIS 6.0
IIS 7
IIS7
IIS7 : HOW TO
IIS7 Tweets
IISRESET
Internet Explorer
ISAPI
ISAPI Extensions
ISAPI Filters
JSON
Kerberos
Live Mesh
Logging
LogParser
Media
MembershipProvider
MetaACL
Metabase
Migration
Modules
msdeploy
PDC2008
Performance
Permissions
Programming
Scripts
Technology
Tools
Touchless
Twitter
URLScan
VBScript
Virtual Functions
Vista
Visual Studio
VS 2008
Web
Web Deployment Tool
Windows Azure
x64
Browse by Tags
MSDN Blogs
>
Rakki Muthukumar
>
All Tags
>
c#
Tagged Content List
Blog Post:
C# : Trapping File Change Notifications - Windows Form Example
Rakki Muthukumar (rakkim)
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 activities. FileSystemWatcher is a Class in...
on
31 Jul 2007
Blog Post:
IIS7 : Recycling AppDomains inside the AppPool programmatically using Microsoft.Web.Administration.dll - C# example
Rakki Muthukumar (rakkim)
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 thinking to do in a programmatic way - that too...
on
31 Jul 2007
Blog Post:
IIS7 : Sample code for Adding/Deleting a website programmatically - C# Example
Rakki Muthukumar (rakkim)
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 application which add/delete a website. You can...
on
8 Jun 2007
Blog Post:
Virtual Functions Explored - C++ C# examples
Rakki Muthukumar (rakkim)
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 who taught me C#. I'm not sure whether he has a blog...
on
10 May 2007
Page 1 of 1 (4 items)