Stories recently tagged with 'CoderJournal'

Intro to ASP.NET MVC (Part 2) - ASP.NET MVC vs. ASP.NET Web Forms(coderjournal.com)

submitted by zigamorphzigamorph(3314) 3 years, 1 month ago

This is a continuation of my Introduction to ASP.NET MVC series. As I outlined before this is in an effort to write the book and keep blogging, I decided to write/blog the last chapter, Chapter 2. I am doing this so I can receive feedback on this chapter as early as possible. Because this chapter, in my opinion, is probably the most critical of the book, it defines the context around ASP.NET MVC and how it differs from ASP.NET Web Forms, as well as giving a historical perspective of the MVC pattern. In the next several posts we will cover the following parts of Chapter 2 from the book: * The Model-View-Controller Pattern * ASP.NET MVC vs. ASP.NET Web Forms * The Model * The View * The Controller read more...

add a comment |category: |Views: 22

tags: another

Introducing the ASP.NET MVC (Part 1) - The Model-View-Controller Patte(coderjournal.com)

submitted by zigamorphzigamorph(3314) 3 years, 1 month ago

About a month and a half ago I announced that I am writing a book, I was really overwhelmed by the amount of support that I received from this announcement. Both myself and Al are really looking forward to the day when this book ships, and we start receiving real feedback on all our hard work. However, both of us would like to start receiving feedback as soon as possible, so… In an effort to write the book and keep blogging, I decided to open source the last chapter, Chapter 2, that I have to write. I am doing this so I can receive feedback on this chapter as early as possible. Because this chapter, in my opinion, is probably the most critical of the book, it defines the context around ASP.NET MVC and how it differs from ASP.NET Web Forms, as well as giving a historical perspective of the MVC pattern. read more...

1 comment |category: |Views: 366

tags: another

Coder Journal's MVC Toolkit(coderjournal.com)

submitted by zigamorphzigamorph(3314) 3 years, 9 months ago

Today I decided to release a toolkit that I have been building over the past couple of months. Most of the code in the toolkit is related to MVC. The list of features includes many MVC ActionFilters, Routes, ViewEngines, and Extensions. Including ActionFilters for Cache, GZip Compression, CAPTCHA, HTTP POST Only. And an attribute to provide serialization of the ViewData to XML, JSON, or JSONP. I hope it helps everybody out. read more...

add a comment |category: |Views: 70

tags: another