siwsiw

Stories kicked by siwsiw

NerdDinner with Fluent NHibernate Part 3 - The infrastructure(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 7 months ago

This is the final post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In this post we are going to take a look at the Nhibernate infrastructure and the dinner repository. read more...

add a comment |category: |Views: 293

tags: another

Auto-mocking hierarchies (a.k.a. recursive mocks) with Moq(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

In this post I will show how the auto-mocking hierarchies (a.k.a. recursive mocks) feature of Moq can greatly simplify your unit tests. read more...

add a comment |category: |Views: 39

tags: another

NerdDinner with Fluent NHibernate Part 2 - The mapping(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

This is the second post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In this post we are going to take a look at the mappings. read more...

add a comment |category: |Views: 83

tags: another

NerdDinner with Fluent NHibernate Part 1 - The domain model(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

This is the first post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In the first post we are going to take a look at the domain model. read more...

add a comment |category: |Views: 391

tags: another

Windows 7 Code Pack v 1.0 Released(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 9 months ago

The Windows® API Code Pack for Microsoft® .NET Framework provides support for various features of Windows 7 and previous releases of that operating system. The Code Pack has reached version 1.0 and has been published on Code Gallery: read more...

add a comment |category: |Views: 462

tags: another

DotNetShoutout and DotNetKicks extensions for BlogEngine.NET(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

At the end of every .NET post I include counter buttons to DotNetKicks and DotNetShoutout. At first I manually created these buttons by copying some code from these sites after the post was submitted to them, however this quickly became tiresome. Now I just write kickit and shout at the end of the post to get these buttons. read more...

add a comment |category: |Views: 13

tags: another

Free PowerShell EBook(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 10 months ago

Looking for something to do this weekend? Looking to master PowerShell? PowerShell MVP Dr. Tobias Weltner has released a free book just for you, Mastering Powershell! read more...

1 comment |category: |Views: 320

tags: another

ASP.NET MVC and NHibernate Framework Architecture(code2code.info)

submitted by quachnguyenquachnguyen(384) 2 years, 10 months ago

Huge thanks to Billy and everyone else associated with S#arp Architecture over the past year. S#arp Architecture has been officially released as 1.0. Billy mentions the following improvements in 1.0 as: ASP.NET MVC 1.0 NHibernate 2.1 CR 1 Community Website: http://www.sharparchitecture.net S#arp Architecture documentation: http://wiki.sharparchitecture.net Strongly typed action link for areas ( SharpArch.Web.Areas.ActionLinkForAreas<> and BuildUrlFromExpressionForAreas<> ) Fluent NHibernate now using configuration classes Support for IIS 7 integrated mode Support for WCF: SharpArch.Wcf and SharpArch.WcfClient.Castle SharpModelBinder Support for multiple databases outside of WCF communications CI Server at http://teamcity.codebetter.com/overview.html Updated to latest T4 Toolbox Download Sharp Architecture 1.0 here. read more...

add a comment |category: |Views: 425

tags: another

Use specific return types in your ASP.NET MVC action methods(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 10 months ago

When looking at ASP.NET MVC examples on the web almost all action methods return ActionResult, even methods that could return a specific subclass... read more...

2 comments |category: |Views: 311

tags: another

Book review: NHibernate in Action(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 11 months ago

In this post I review the book NHibernate in Action from Manning Publications. As far as I know this is the only book that solely covers the Object/Relational Mapper NHibernate. read more...

add a comment |category: |Views: 35

tags: another

Mapping a Twitter like domain with Fluent NHibernate(bengtbe.com)

submitted by bengtbebengtbe(470) 3 years ago

I'm currently learning NHibernate, and one of the best ways to learn is to blog about it :) Since I'm not a big fan of XML files, I also wanted to use Fluent NHibernate to do the mapping. As an example I will use a social messaging domain, similar to Twitter. I will also use a Top-down approach, starting with the domain model, writing the mapping, and finally creating the database schema using the SchemaExport class in NHibernate. read more...

add a comment |category: |Views: 39

tags: another