CSharpFeeds - All your C# feeds in one place.

Saturday, April 24, 2010

Using Inversion of Control to Sever Dependencies

by Scott DePouw via Scott DePouw's Blog on 4/24/2010 2:14:35 PM

Introduction Inversion of Control is a great tool that can be used to help separate the various facets of a project. It can completely separate the knowledge of interfaces with knowledge of implementation, make the UI completely persistence-ignorant (to the point of not even referencing the Infrastructure portion of a project), and so on. In this post I will show you how to easily set up an Inversion of Control container so that you may also enjoy the pleasantries of keeping your project depend ...

[ read more ]

Back to the basics: constants vs read-only fields

by luisabreu via LA.NET [EN] on 4/24/2010 11:23:29 AM

Constants are (really!) different from read-only fields. Unfortunately, there are still many people which can’t tell the difference between them, so I thought about writing a small post on this topic. A constant is a symbol (ie, an alias) for value that *never* changes. That’s why you can only define constant primitive types (wtf? Primitive types? Don’t we have only value vs reference types in .NET? Good question…I’ll return to this in a future post :)). When I say primitive type, I’m thinking ...

[ 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