C# - Web Dev And Stuff

Browse by Tags

All Tags » C# (RSS)
Below are a few lines of code written in C#. Is the code bug-free? What will this print in the console? Can you do it without VS? [ read more... ]
Posted by djsolid | with no comments
Filed under: ,
While a was at Teched2009 and watching Tim Heuer presenting Silverlight 3 I noticed a new cool feature named Local Messaging! When I saw this new feature, a crazy idea crossed my mind. Could this be used in order to allow the user to open my website in...
Many times I needed to set a default value for a property. For example at the property below public string Property1 {get; set;} I wanted a default value "Value1". The only way was to create a private field or to set it in code like Property1 = "Value1...
More Posts