CSharpFeeds - All your C# feeds in one place.

Friday, August 07, 2009

Material from Presentations in Southern California

by via Claudio Lassala in Software Development on 8/7/2009 3:47:07 PM

I’ve uploaded my material presented at the LA C# and SoCal user groups here and here, respectively. I’d like to thank everybody who showed up. There were lots of good questions and participation from attendees. I’ve had some weird things happening to my machine at the SoCal meeting. In the last several days I’ve noticed that is seems like there’s a Windows Update available almost every day. I normally apply the updates and they seem harmless. When I was shutting down my machine before heading t ...

[ read more ]

Fake wrappers (candy inside)

by Patrik Hägne via Legend and truth on 8/7/2009 12:15:00 PM

I added a new feature to FakeItEasy the other day, it lets you put a fake wrapper around a real instance. This means that all calls that are not explicitly configured to do anything different are delegated to the wrapped instance, this gives you the ability to fake out only a certain method on a fake. For example, you might have a web service of some sort:public interface IStoreService { IEnumerable<IProduct> FindAllProducts(); int BuyProduct(IProduct product); } public interface ...

[ read more ]

Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 20: NHibernate

by BradA via Brad Abrams on 8/7/2009 4:02:00 AM

I am having a blast with the series where I am updating my simple Mix 09 Business Application demo.  In this part, I wanted to explore one of the most popular data access solution for .NET – NHibernate.  Many customers finds that the flexibility of NHibernate makes it easier for them to build maintainable and testable applications.  As an aside, I think NHibernate is an excellent example of the vibrant open source community on .NET that I’d like to support.  You can see the ...

[ 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