jdschwar

Stories submitted by jdschwar

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

Continuous Integration Display Wall(weblogs.asp.net)

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

Awesome 4 monitor display wall for visualizing a CruiseControl.NET build process. read more...

add a comment |category: |Views: 745

tags: another

Zip Compressing ASP.NET Session and Cache State(hanselman.com)

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

Scott Hanselman discusses a recent podcast with the team from StackOverflow where it was mentioned that they compress the Cache or Session data in ASP.NET, enabling them to store about 5-10x more data. read more...

1 comment |category: |Views: 288

tags: another

jQuery Style ASP.NET Form Validators(delphicsage.com)

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

The jQuery validators look and behave greatly, but the ASP.NET validators are much easier to use. The mission here is to extend the ASP.NET validator controls to highlight and focus on invalid form fields in way that is comparable to the jQuery Validation plugin. read more...

add a comment |category: |Views: 58

tags: another

Using the Velocity Distributed Cache with ASP.NET MVC(weblogs.asp.net)

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

Improve the performance of ASP.NET MVC applications by taking advantage of the Velocity distributed cache. In this tip, I also explain how you can use Velocity as a distributed session state provider. read more...

add a comment |category: |Views: 95

tags: another