mrprk

Stories kicked by mrprk

Setting Up Fluent NHibernate for your project(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 2 months ago

Taking a look at how to use setup and configure Fluent NHibernate for usage. We will focus on how to setup your database settings as well as how to get your Fluent NHibernate mappings registered into the system. read more...

add a comment |category: |Views: 461

tags: another

DiffPlex - a .NET Diff Generator(diffplex.codeplex.com)

submitted by jemtsjemts(591) 2 years, 2 months ago

DiffPlex is a combination of a .NET Diffing Library with both a Silverlight and HTML diff viewer. It is released open source on CodePlex under the MS-PL license. read more...

1 comment |category: |Views: 516

tags: another

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

A deeper look into AutoMapper: Custom Type Resolvers(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 3 months ago

AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to learn how to use type resolvers. Type resolvers allow you to perform custom value mapping in a very simple and elegant way with very little code read more...

add a comment |category: |Views: 592

tags: another

CodePlex adds Mercurial support(blogs.msdn.com)

submitted by jwanageljwanagel(395) 2 years, 4 months ago

Microsoft's open source project hosting site announces the addition of Mercurial to its supported source control systems. read more...

2 comments |category: |Views: 195

tags: another

Mini SQL Query RC1 Released(pksoftware.net)

submitted by mrprkmrprk(370) 2 years, 7 months ago

Mini SQL Query - the open source SQL editor for any ADO.NET provider - has been uploaded today, RC1... Lots of goodies including the new generic schema engine and text templating including access to the data. read more...

add a comment |category: |Views: 13

tags: another

NBuilder website launched - Rapid generation of test objects for .NET(nbuilder.org)

submitted by garethdown44garethdown44(45) 2 years, 11 months ago

NBuilder now has a website which will serve as the home for all its documentation. http://nbuilder.org About NBuilder - Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions. Example usage: Builder<Product> .CreateListOfSize(10) .WhereTheFirst(2) .Have(x => x.Title = "special title") .And(x => x.Price = 15.24m) .Build(); NBuilder is an open source project, hosted on google code. read more...

add a comment |category: |Views: 15

tags: another

NBuilder - fluent, rapid generation of test objects(code.google.com)

submitted by garethdown44garethdown44(45) 2 years, 11 months ago

Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (int, string etc). NBuilder allows you to override for properties you are interested in using lambda expressions. Builder<Product>.CreateListOfSize(10) .WhereRandom(5) .Have(x => x.Price = 12.51m) .Persist(); read more...

add a comment |category: |Views: 23

tags: another

Scott Guthrie's links for May 30th(weblogs.asp.net)

submitted by jonasjonas(2215) 2 years, 11 months ago

More of Scott Guthrie's links: May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio. read more...

add a comment |category: |Views: 416

tags: another

SubMain acquires GhostDoc(community.submain.com)

submitted by sergebsergeb(325) 2 years, 11 months ago

An agreement between SubMain and Roland Weigelt, author of GhostDoc, will place future development of GhostDoc in the hands of SubMain. GhostDoc ( http://submain.com/ghostdoc ) is the popular XML Comments and documentation helper tool which SubMain will continue to maintain as a free product. read more...

2 comments |category: |Views: 278

tags: another

More ASP.NET MVC Best Practices(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years ago

In this post, I’ll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there. Existing best practices can be found on Kazi Manzur Rashid’s blog and Simone Chiaretta’s blog. read more...

add a comment |category: |Views: 1837

tags: another

Castle Windsor 2.0 RTM Released!(ayende.com)

submitted by LordLord(3737) 3 years ago

Some would say that it is about time, I would agree. Windsor might not be the OSS project in pre release state for the longest time (I think that the honor belong to Hurd), but it spent enough time at that state to at least deserve a honorary mention. f you will look, you won’t find Windsor 1.0, only release candidates for 1.0. As I believe I mentioned, Windsor has been production ready for a long time, and for the full release we decided to skip the 1.0 designator, which doesn’t really fit, and go directly to 2.0 read more...

add a comment |category: |Views: 343

tags: another

nAnt: Getting your machine ready(caublestoneink.com)

submitted by jcaublejcauble(150) 3 years, 3 months ago

Part 1 of many steps to use to setup Visual Studio for use with nAnt. Covering Intellisense and setting up file extension support for the nant build files in visual studio. read more...

add a comment |category: |Views: 9

tags: another

WPF Apps With The Model-View-ViewModel Design Pattern(msdn.microsoft.com)

submitted by mrprkmrprk(370) 3 years, 3 months ago

A nice article on the MVVM pattern for WPF. read more...

add a comment |category: |Views: 460

tags: another

ASP.NET MVC 1.0 Release Candidate Now Available(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. read more...

2 comments |category: |Views: 239

tags: another

ALT.NET Podcast Episode 15: Domain Driven Design(altnetpodcast.com)

submitted by powerrushpowerrush(3873) 3 years, 4 months ago

Talking with Rob Conery and James Avery about Domain Driven Design. read more...

add a comment |category: |Views: 243

tags: another