CSharpFeeds - All your C# feeds in one place.

Monday, January 25, 2010

My ASP.NET MVC in Action talk from Houston TechFest (webcast)

by Jeffrey Palermo via Jeffrey Palermo (.com) on 1/25/2010 10:02:00 PM

Here is a talk I gave on 26 September 2009 at the Houston TechFest.  Thanks to Shawn Weisfeld for recording it! ...

[ read more ]

What is the difference between “dynamic” and “object” keywords?

by Alexandra Rusina via C# Frequently Asked Questions : on 1/25/2010 7:17:00 PM

Let’s take a quick look at the object keyword first. I’m not going to talk a lot about it because it’s been around since C# 1.0. This keyword is nothing more than a shortcut for System.Object, which is the root type in the C# class hierarchy. (However, as Eric Lippert pointed out in his blog post, not everything in C# derives from object.) This is a powerful mechanism, since you can assign almost any value to instances of this type. Here is a short example that demonstrates some of the benefits ...

[ read more ]

Why are unused using directives not a warning?

by Eric Lippert via Fabulous Adventures In Coding on 1/25/2010 3:00:00 PM

As I’ve discussed before, we try to reserve warnings for only those situations where we can say with almost certainty that the code is broken, misleading or useless. One reason for trying to ensure that warnings are not “false positives” is that we don’t ever want to encourage someone to take working, correct code and break it so as to remove the warning. Another is that since many people compile with “warnings are errors” turned on, we do not want to introduce a whole lot of unnecessary build ...

[ read more ]

Order Fixation

by bruce via Bruce Johnson's SOA(P) Box on 1/25/2010 12:39:00 PM

One of my current tasks for a client has been to facilitate the integration between a Java client and a WCF service. The mechanism for doing this is JSON and I have been quite grateful that WCF makes it relatively easy to implement this type of communication. However, there is one area that has been causing some grief for me (and my Java colleagues) that I finally create a workaround for yesterday. The source of my problem starts with the contract used by the WCF service. A number of the method ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us