I am periodically getting messages with contract and full time offers. I am very glad that my resume bring someone attention, but currently I am not looking for new employer. I am satisfied with what I am doing now and I hope that I will not looking for new job in nearest future. I am …Continue Reading
public class Person { public string FirstName { get; set;}public string LastName { get; set;} public int Age {get; set;} } You like this code? Me too. Found out new language futures in latest Macrh CTP of Visual Studio and .Net Framework “Orcas”. Tweet
Below you can find a little How to if are getting problem with current iis identifiers. For example you have 2 web sites installed on your local IIS : SampleIISApplication1 with identifier = 1 SampleIISApplication2 with identifier = 2 For some reason you need SampleApplication1 to use identifier 2 Do following step to change SampleIISApplication1 identifier to some other value: …Continue Reading