billy

Stories kicked by billy

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

Sharp Architecture RTM (devlicio.us)

submitted by dovedove(735) 2 years, 10 months ago

A well worked and actively contributed lightweight framework to build ASP.net MVC apps with NHibernate. read more...

add a comment |category: |Views: 321

tags: another

S#harp Architecture on VAN(zachariahyoung.com)

submitted by zpyoungzpyoung(595) 3 years, 1 month ago

A Kick-Butt evening of S#harp Architecture with the one and only Billy McCafferty at the Helm read more...

add a comment |category: |Views: 189

tags: another

How to modify the T4 templates used by Sharp Architecture(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 1 month ago

Taking a look at how you can modify the T4 templates which are used to change the default generation behavior of Sharp Architecture read more...

add a comment |category: |Views: 195

tags: another

Another look at Sharp Architecture: Validation, Design Decisions and A(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 1 month ago

Taking another look at Sharp Architecture, but this time we will be looking at data validation, design decisions and automapping read more...

add a comment |category: |Views: 395

tags: another

S#arp Architecture 1.0 RC 2 Released!(devlicio.us)

submitted by tehliketehlike(1000) 3 years, 2 months ago

S#arp Architecture 1.0 RC 2 has been released at http://code.google.com/p/sharp-architecture/downloads. Billy McCafferty mentions about S#arp Application improvements in this post. read more...

add a comment |category: |Views: 12

tags: another

A Few NHibernate Tips (devlicio.us)

submitted by tehliketehlike(1000) 3 years, 2 months ago

In this post, Billy McCafferty shares a few tips on NHibernate. Those tips include the structure of mapping files, things to pay attention on associations and mapping strategies. read more...

add a comment |category: |Views: 29

tags: another

A response to Validation in a DDD world (devlicio.us)

submitted by jdschwarjdschwar(365) 3 years, 3 months ago

Jimmy Bogard presented a well written argument for always keeping validation out of entities in a domain driven design except in "the absolute worst case." But, IMO, there is simply no black and white verdict on where validation must live in a DDD application and must be carefully considered at the beginning of any project, taking into consideration the motivations behind validation, the scope of the project, the maturity of the development team, and the balance between philosophical purity and practical maintainability. read more...

add a comment |category: |Views: 192

tags: another

S#arp Architecture Beta 1.0 now available!(devlicio.us)

submitted by kbaleykbaley(250) 3 years, 4 months ago

Bill McCafferty announces the beta release of S#arp Architecture, a foundation for building ASP.NET MVC application with NHibernate, complete with support for testing, IoC, and validation. read more...

1 comment |category: |Views: 293

tags: another

NHibernate.Profiler now available!(devlicio.us)

submitted by billybilly(410) 3 years, 6 months ago

Rob and Christopher Bennage have had the fantastic opportunity to contribute to Ayende's NHibernate Profiler. It's somewhat analogous to SQL Profiler, and yet—oh, so much more. read more...

add a comment |category: |Views: 96

tags: another

S#arp Architecture(lypang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 11 months ago

A brief article I wrote on the new S#arp Architecture framework that combines ASP.NET MVC with NHibernate to form a very solid project base for .NET projects. This project encourages the use of many of the "best practices" in the .NET world: test driven development, domain driven design, object relational mapping, model view controller, dependency injection / inversion of control, and separation of concerns. It's worth your while to take a look and give it a shot. read more...

add a comment |category: |Views: 33

tags: another

S#arp Architecture: ASP.NET MVC with NHibernate and Spring(devlicio.us)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years ago

Architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate 1.2 and Spring.NET 1.1.1. read more...

add a comment |category: |Views: 440

tags: another

Bridging the Communities(devlicio.us)

submitted by bennagebennage(1150) 4 years, 4 months ago

Billy McCafferty offers a thoughtful look at the relationships between open source, Microsoft, and the state of the art. read more...

add a comment |category: |Views: 0

tags: another

MVC/MVP Framework for WPF(devlicio.us)

submitted by bennagebennage(1150) 4 years, 4 months ago

Rob Eisenberg introduces MVP framework he's been developing for WPF (source code included). read more...

1 comment |category: |Views: 340

tags: another

ASP.NET MVC...now simply MVC.NET(devlicio.us)

submitted by billybilly(410) 4 years, 5 months ago

OK, so maybe not...but it should be! I vote we mutiny to have ASP.NET MVC renamed to simply MVC.NET. It's a whopping 36% simpler to write (if you count the space in the former) and does a better job at conveying the fundamental differences between the two technologies. If WPF gets its own acronym, then, by golly, MVC.NET should get the respect it deserves as well! read more...

add a comment |category: |Views: 6

tags: another

Custom Collections with NHibernate, Part II: The Basics(devlicio.us)

submitted by billybilly(410) 4 years, 5 months ago

In part one of this three part series, I offered what we’d ideally like when using NHibernate, or any ORM for that matter, with custom collections in the domain layer. To reiterate, the ORM should have as little impact as possible on how custom collections within the domain are structured and how relationships between classes are declared. At the very least, there should be no references to the ORM, or ORM-supporting assemblies from the domain, whatsoever. The discussed solution achieves these goals. read more...

add a comment |category: |Views: 19

tags: another