dotnetchris

Stories submitted by dotnetchris

ASP.NET MVC 3 Release Candidate published(weblogs.asp.net)

submitted by dotnetchrisdotnetchris(157) 1 year, 6 months ago

This morning the ASP.NET team shipped the ASP.NET MVC 3 RC (release candidate). You can download it here. read more...

add a comment |category: |Views: 6

tags: another

Creating a common generic and extensible NHiberate Repository v2 (dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 2 years, 2 months ago

An update to my previous post about creating a generic and extensible NHiberate Repository which supports Future queries and DetachedCriteria expressions. read more...

add a comment |category: |Views: 9

tags: another

Implementing NHibernate Long Conversation with no HttpModules(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 2 years, 5 months ago

Implementing NHibernate Long Conversation with no HttpModules or AOP build time weaving, using Castle DynamicProxy and StructureMap. read more...

add a comment |category: |Views: 11

tags: another

Ad Landing Pages and Customer Conversations : Steve Smith's Blog(stevesmithblog.com)

submitted by dotnetchrisdotnetchris(157) 2 years, 9 months ago

Steve Smith talks about the importance of having a call to action for users after being directed to your website. read more...

add a comment |category: |Views: 4

tags: another

Creating a generic Model-View-Presenter framework(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 3 months ago

This article demonstrates with full code how to implement the Model-View-Presenter pattern in C# ASP.NET using generics and leveraging dependency injection. read more...

add a comment |category: |Views: 58

tags: another

Creating a common generic and extensible NHiberate Repository(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 3 months ago

This article shows how to implement a generic Repository pattern for NHibernate which could be applied to LINQ or other sources and how to encapsulate it to offer the flexibility of interacting directly with the database session but not exposing that to the client. read more...

add a comment |category: |Views: 68

tags: another

Conversation Per Business Transaction using PostSharp and IoC(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 4 months ago

This is a simple easy to follow example of implementing the Conversation Per Business Transaction session management pattern for NHibernate using dependency injection and PostSharp. read more...

1 comment |category: |Views: 34

tags: another

WCF MembershipProvider and RoleProvider - Schweeeet(monstersgotmy.net)

submitted by dotnetchrisdotnetchris(157) 3 years, 6 months ago

Custom provider over WCF for EnterpriseLibrary Membership provider. read more...

add a comment |category: |Views: 33

tags: another

Working with QueryStrings, a critique and different solution.(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 6 months ago

A critique of a DNK article submitted and my personal solution for dealing with type safe query string operations. read more...

add a comment |category: |Views: 64

tags: another

C# ASP.NET Response.Redirect Open Into New Window(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 7 months ago

Now you can can easily use your submit buttons to redirect to a new window without adding layers of complex javascript or even a single javascript code block. Works with regular pages and pages that use master pages. read more...

add a comment |category: |Views: 622

tags: another

Running Scheduled tasks in ASP.NET 3.5 Tutorial(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 8 months ago

Full source included for Visual Studio 2008 .NET 3.5. Will work for .NET 2.0 with minor modifications. read more...

add a comment |category: |Views: 256

tags: another