Jess Chadwick
Jess is independent software consultant. He has over eight years experience with .NET technologies ranging from embedded devices in start-ups to enterprise-scale Web farms at Fortune 500 corporations. He is a Microsoft MVP in ASP.NET, technical editor of Silverlight 3 Programmers Reference (Wrox) and is actively involved with the community, acting as leader of the NJDOTNET Central New Jersey .NET user group. Jess also tries his hardest to maintain an active blog, hosted at http://blog.jesschadwick.com.
Articles Authored
-
Easy Validation in ASP.NET MVC with the Enterprise Library Validation Application Block
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2009 - November/December
The recently-released ASP.NET MVC Framework is a refreshing new way to develop your .NET Web applications.The framework is an implementation of the time-tested Model-View-Controller architectural pattern, and includes plenty of powerful paradigms allowing you to quickly build maintainable applications. Likewise, the Enterprise Library Validation Application Block implements a proven set of best practices that allow you to stop worrying about how to execute validation logic and begin immediately delivering real business value. In this article, you’ll discover just how well these two frameworks work together through powerful examples of this natural pairing in action.
-
Leveraging Razor Templates Outside of ASP.NET: They’re Not Just for HTML Anymore!
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2011 - March/April
The Razor syntax is much more than just a clean way to write ASP.NET MVC Views and WebMatrix web pages. In fact, with a working knowledge of the Razor API, you can leverage Razor templates in any application. The Razor API exposes a powerful library for parsing, compiling, and executing templates created using the Razor syntax.