Geeks with Blogs
HomeAbout
  • Getting Started with Entity Framework 4 – Lazy Loading
    Entity Framework v1 did not support a commonly implemented ORM feature called Lazy Loading. Entity Framework 4 adds that feature. In Beta 1 it was known…
    Eric Nelson · 2009-11-26
  • Including custom client-side validations in your ASP.NET MVC app
    This post is a follow-up on my series about validating business objects throughout different layers of a software system - domain, persistence, and…
    Thomas Weller · 2009-11-26
  • Getting Started with Entity Framework 4 – Complex Types and Entities
    Complex Types make it easier to work with objects, allowing the grouping of related properties in Entities and the reuse of these groupings across…
    Eric Nelson · 2009-11-24
  • 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…
    Eric Nelson · 2009-11-24
  • Silverlight Cream for November 24, 2009 -- #742
    In this Issue: Rene Schulte, Jason Harper, Brad Abrams, John Papa, Jeremy Likness, Jeff Wilcox, Fredrik Normén, Tim Heuer, Shawn Wildermuth, and Andrej…
    Dave Campbell · 2009-11-24
  • Silverlight Cream for November 24, 2009 - 2 -- #743 - updated
    In this Issue: African Geek, Alan Mendelevich, Jeff Wilcox, CorrinaB, Tim Heuer, Jeff Handley, Timmy Kokke, Cameron Albert, Antoni Dol, and Fredrik Normén.
    Dave Campbell · 2009-11-24
  • Silverlight Cream for November 23, 2009 -- #741
    In this Issue: Jeremy Likness, Andrej Tozon, Lee, Adam Kinney, Karl Shifflett, Andy Beaulieu, and Rob Houweling.
    Dave Campbell · 2009-11-23
  • 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…
    Thomas Weller · 2009-11-23
  • Automatic Null Checks
    Automatic 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…
    Alois Kraus · 2009-11-22
  • 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…
    Elton Stoneman · 2009-11-21
  • T4 Templates and the answer to life, the universe and everything
    Entity Framework 4 relies significantly on the Text Template Transformation Toolkit (T4) to generate code from the EDM.
    Eric Nelson · 2009-11-20
  • Tangible T4 Editor – a life saver
    I have been working with T4 (Text Template Transformation Toolkit) lately thanks to the Entity Framework team moving their code generation model over to…
    Eric Nelson · 2009-11-20
  • Getting Started with Entity Framework 4 - Templated Code Generation
    Code generation from the Entity Data Model (EDM) has changed significantly in version 4 of the Entity Framework. The product does retain a backwardly…
    Eric Nelson · 2009-11-19
  • Silverlight Cream for November 19, 2009 -- #735
    Silverlight 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…
    Dave Campbell · 2009-11-19
  • Silverlight Cream for November 19, 2009 - 2 -- #736
    In this Issue: Rob Houweling, Michael Washington, Colin Eberhardt, Laurent Bugnion, Tomasz Janczuk, Jeremy Likness, and Andy Beaulieu.
    Dave Campbell · 2009-11-19
  • 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…
    Jesse · 2009-11-18
  • 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…
    Thomas Weller · 2009-11-18
  • 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.
    Dave Campbell · 2009-11-18
  • Getting Started with Entity Framework 4 – Simple Model First Example
    When 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 -…
    Eric Nelson · 2009-11-17
  • BizTalk: xpath: How to work with empty and Null elements in the Orchestration
    The 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…
    Leonid Ganeline · 2009-11-17
← Prev1…111112113…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.