Tagged Questions

10
votes
4answers
5k views

C# vs VB.NET - Handling of null Structures

I ran across this and was wondering if someone could explain why this works in VB.NET when I would expect it should fail, just like it does in C# //The C# Version struct Person { public string ...
1
vote
3answers
133 views

How asp.net mvc3 works behind the scenes

Is there an article, blog post, or any documentation that explain the functionality of asp.net mvc 3? Something that expose what happens behind the scenes to glue together all the parts that I use on ...