Search Results

10
votes
5answers
1k views

Why is F# so special?

In the microsoft and .net world, is there an industry trend towards F# and functional programming, moving away from C# and VB.NET? What is it about F# that is so special? What does it prov …
1
vote

XMLSerialization in C#

Try adding IXmlSerializable to your IMessageHeader declaration, although I don't think that will work. From what I recall, the .net xml serializer only works for concrete classes that have …
1
vote

How much time do you spend in Reflector? (.NET)

For me it depends. When I'm learning a new technology stack or API I'll typically break out Reflector, and my usage of it goes up. For instance I recently started working with the Commerce …
1
vote

Common Naming Conventions

To add on to the answer from @Aku authors of the Framework Design Guidelines have published on online digest version of their guidelines, with an emphasis on naming convetions. …