Welcome to MSDN Blogs Sign in | Join | Help

Rahul Soni's blog - Moved to www.dotnetscraps.com

Never assume the obvious is true!

News

  • Moved to http://www.dotnetscraps.com

    These postings are provided "AS IS" with no warranties, and confers no rights.

January 2008 - Posts

MSIL Trivia - 2 (Setters in C#)
Background: Let's create a setter in C# with a simple getter and setter... using System; class Employee {    private string name;    public string Name    {       get       Read More...
The F7 and F8 key while you are using command prompt.
I am sure many of you will be aware of this F7 and F8 keyboard shortcut while working with the plain old command prompt. For those who are not... try this out! F7 - Basically, this would just list the history of commands you have already typed in. You Read More...
MSIL Trivia - 1
Background: If you have multiple Main methods in your C# console application, you will be able to compile the application only if you provide the /main:ClassName on your command prompt. For ex. create a file called SampleMSIL.cs and paste the following... Read More...
Page view tracker