Guide to set up IIS on your system either through Web PI or manually.
Lets say we have two classes Person1 and Person2. Below is the code for it: public class Person1 { public int ID { get; set; } public string Name { get; set; } public string FirstName { get; set; } pu...
In order to get mimetype/contenttype from file name/extension you need to make use of "System.Web.Mi
Following is the small program to tell you whether .NET 3.5 Framework is installed or not on your ma
Following are the steps to determine Go to RUN command Type "regedit". Hit "Enter" Go to "HKLM\SOFTW
While posting html data in xml string in WCF application I was getting the following error: There wa
While working with WCF application I was getting the following error today: This factory buffers mes
When you start developing an application, in the course, too often meet needs and situations, is there when there is an urgent need to find informatio
Thanks to all attendees, contributors/sponsors, speakers and the organization board, the event ‘ Macedonian Code Camp 2010 ’ held on Saturday, 6th of
In this blog I will explain how to write a text file in ASP.NET. Here is my code:- There is a Textbox and one button. You can type your name in textbox and it will write into your text file. You can c...