- Including custom client-side validations in your ASP.NET MVC appThis post is a follow-up on my series about validating business objects throughout different layers of a software system - domain, persistence, and…
- Getting Started with Entity Framework 4 – Complex Types and EntitiesComplex Types make it easier to work with objects, allowing the grouping of related properties in Entities and the reuse of these groupings across…
- QandA: Is the ADO.NET Entity Data Model designer fixed in .NET 4?Anyway, I have been asked this one so many times lately that I felt a more public answer was needed. The short answer is: Mostly. Certainly it is good…
- Silverlight Cream for November 24, 2009 -- #742In this Issue: Rene Schulte, Jason Harper, Brad Abrams, John Papa, Jeremy Likness, Jeff Wilcox, Fredrik Normén, Tim Heuer, Shawn Wildermuth, and Andrej…
- Silverlight Cream for November 24, 2009 - 2 -- #743 - updatedIn this Issue: African Geek, Alan Mendelevich, Jeff Wilcox, CorrinaB, Tim Heuer, Jeff Handley, Timmy Kokke, Cameron Albert, Antoni Dol, and Fredrik Normén.
- Silverlight Cream for November 23, 2009 -- #741In this Issue: Jeremy Likness, Andrej Tozon, Lee, Adam Kinney, Karl Shifflett, Andy Beaulieu, and Rob Houweling.
- Validating business objects with AOP (3: UI with ASP.NET MVC + xVal)This series of posts discusses the use of an Aspect-oriented programming approach for implementing the validation part of a business domain, using the…
- Automatic Null ChecksAutomatic Null Checks I have written far too many null checks in my life. Why do we have even null values? They only seem to provoke a…
- Processing Excel uploads with BizTalk and nServiceBus\Source: [https://geekswithblogs.net/EltonStoneman\] Following on from the sample for processing Excel uploads with nServiceBus, I have a comparable…
- T4 Templates and the answer to life, the universe and everythingEntity Framework 4 relies significantly on the Text Template Transformation Toolkit (T4) to generate code from the EDM.
- Tangible T4 Editor – a life saverI have been working with T4 (Text Template Transformation Toolkit) lately thanks to the Entity Framework team moving their code generation model over to…
- Getting Started with Entity Framework 4 - Templated Code GenerationCode generation from the Entity Data Model (EDM) has changed significantly in version 4 of the Entity Framework. The product does retain a backwardly…
- Silverlight Cream for November 19, 2009 -- #735Silverlight 4 Overview Postings Every time there's a beta or a release I try a different way to get all the good stuff out. I waited until today, and am…
- Silverlight Cream for November 19, 2009 - 2 -- #736In this Issue: Rob Houweling, Michael Washington, Colin Eberhardt, Laurent Bugnion, Tomasz Janczuk, Jeremy Likness, and Andy Beaulieu.
- Why does SubSonic’s SimpleRepository ‘Add<T>’ return a decimal instead of an int? (Part 2)Why does SubSonic’s SimpleRepository ‘Add<T>’ return a decimal instead of an int? (Part 2) Last time I was taking a look at SubSonic’s SimpleRepository…
- Validating business objects with AOP (2: persistence with NHibernate)This series of posts discusses the use of an Aspect-oriented programming approach for implementing the validation part of a business domain, using the…
- Silverlight 4 Beta is Out!Silverlight 4 Beta is out! Yes boys and girls, you heard that right!! This morning at PDC, Scott Guthrie announced the news.
- Getting Started with Entity Framework 4 – Simple Model First ExampleWhen adding an Entity Data Model to a project you are given the option to: - Generate the Model from an existing database (SQL Server, Oracle etc) or -…
- BizTalk: xpath: How to work with empty and Null elements in the OrchestrationThe problem is with the Empty-Null cases in the xpath expressions. Is it possible to separate all these cases in Expression shapes of the Orchestration…
- Azure November CTP announcedThe Windows Azure team announced availability of the November 2009 CTP of Windows Azure along with new Tooling for Visual studio and an improved…
