Blog Stats
  • Posts - 59
  • Articles - 0
  • Comments - 128
  • Trackbacks - 0

 

asp.net mvc

There are 13 entries for the tag asp.net mvc

ASP.NET MVC Cookbook – public review

I have recently started writing another book. The topic of this book is ASP.NET MVC. This book differs from my previous book in that rather than working towards building one project from end to end – this book will demonstrate specific topics from end to end. It is a recipe book (hence the cookbook name) and will be part of the Packt Publishing cookbook series. An example recipe in this book might be how to consume JSON, creating a master /details page, jquery modal popups, custom ActionResults,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Can you help me formulate a TOC for an ASP.NET MVC Cookbook

Hey there everyone. I was recently tasked to pitch a book to my publisher. As a first step I need to come up with an outline for the Table of Contents. This book is the standard cookbook style with an added focus on the MVC side of ASP.NET. I have been poking about at other similarly styled books to get some ideas. I think comparing ASP.NET Web Forms to ASP.NET MVC would provide some folks with a good reference point when looking at the two ways of doing things. (Thanks to my friend James Shaw for...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

VirtualDNUG.com a virtual .net users group

Hey all! I am finally going to put my full steam into setting up my VirtualDNUG users group. With the help of the good folks over at ineta (they are providing a LiveMeeting license for us) I am hoping to host a great environment for learning. I will probably start off with topics on ASP.NET MVC and the various side projects that surround that world (Turbine, Spark View Engine, FubuMVC, etc.) but I am totally open to just about any other cutting edge .net topics as well. If you are interested in attending...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ASP.NET MVC 2 in Action conducting a public review

Since I enjoyed the first edition of the ASP.NET MVC in Action book I figured I would jump on this second edition of this book and framework as quickly as I could. I just read this post from Jeffrey Palermo: http://jeffreypalermo.com/b... Which basically states that they are actively working on the next edition of the book. More importantly, the chapters that they have completed so far are in a publicly viewable location: http://github.com/jeffreypa...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Javier Lozano’s interview for DotNetRadio is now available!

Hey all. Just wanted to let you know that the interview that I did with Javier Lozano (lozanotek.com) is now available on DotNetRadio! This was a pretty hefty interview so I had to cut it in half. In the first half of the interview we discussed the following points. How and why was ASP.NET MVC created? What are the pain points of ASP.NET Webforms? What can a WebForms developer expect when moving to ASP.NET MVC? MVC is like BizTalk – it can do anything – it just can’t do anything out of the box! What...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Send in questions for upcoming guests and get DotNetRadio SWAG

Gil Zilberfeld from TypeMock: As you may know by now (from my tweeting or by looking on the DotNetRadio schedule listed on the site) there is an upcoming interview with Gil Zilberfeld from TypeMock. He will be on the show at 5am PST. Please send in your TypeMock and unit testing questions for him. The submitters of any questions that I use on the show will get some DotNetRadio swag! Jeffrey Palermo from Headspring Systems: What you may not know is that I am scheduling an interview (possibly tomorrow)...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Podcasting has been more fun than I had anticipated

Going into the whole podcasting adventure was something that I didn’t know if I was ready for or not. I won’t lie, it has taken a LOT more time than I had initially estimated. But getting the opportunity to meet and interact with the people that I have has been wonderful. I thought setting up interviews, given that the site is new, would be difficult. As it turns out getting people to come on the show has worked out quite well. So much so that people are now asking to come on the show directly. Wonderful....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Interviewing Javier Lozano 7 Nov 2009 (tonight) at 8pm PST

Hey all. I wanted to let you know who was slated for the next interview - Javier Lozano. Javier is a .NET consultant in Des Moines, Iowa. He's an ASP.NET MVP and MCSD specializing in ASP.NET, system architecture, and training. Javier is also a co-founder of the Iowa .NET Users Group. On his blog you can find posts on ASP.NET, architecture, design patterns, .NET, XML and Indigo (WCF). Javier enjoys giving back to the community by speaking at user groups, local/regional .NET events, being active in...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Interviewing Javier Lozano tonight at 8pm PST

Hey all. I wanted to let you know who was slated for the next interview - Javier Lozano. Javier is a .NET consultant in Des Moines, Iowa. He's an ASP.NET MVP and MCSD specializing in ASP.NET, system architecture, and training. Javier is also a co-founder of the Iowa .NET Users Group. On his blog you can find posts on ASP.NET, architecture, design patterns, .NET, XML and Indigo (WCF). Javier enjoys giving back to the community by speaking at user groups, local/regional .NET events, being active in...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Interview with Ben Scheirman co-author of ASP.NET MVC in Action on DotNetRadio.com

I recently sat down with Ben Scheirman (co-author of ASP.NET MVC in Action) for my first interview on my new show DotNetRadio. It was quite a talk! We covered the following points: An introduction to Ben Scheirman and how he got into web development Bens path through various web technologies such as ColdFusion, PHP, Ruby, and ASP.NET A brief discussion on code testability Working with ASP.NET web forms using the model view presenter pattern How ASP.NET MVC simplifies the testing process Ben informs...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Interview with Ben Scheirman coming soon to DotNetRadio.com

This morning I had the chance to speak with Ben Scheirman. We chatted for roughly an hour or so discussing how he entered into the web development industry, going on the road to teach ASP.NET MVC in its early days, his book ASP.NET MVC in Action, and his thoughts on the use of the MVC framework. We discussed some patterns and tools for testing, tools for development in general such as ReSharper, and the use of the Spark View Engine. Watch for this podcast to be posted within the next couple of days....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Review: ASP.NET MVC in Action by Jeffrey Palermo, Ben Scheirman, and Jimmy Bogard

The ASP.NET MVC framework was just released as a preview when I started to write my first book (ASP.NET 3.5 Social Networking). In the early days of design decisions for my book I was faced with the problem of building with the MVP pattern or the new MVC pattern/framework. At that time there was next to nothing regarding the use of the ASP.NET MVC framework (proper or improper). Shortly after I got started with my project (which I chose to do in MVP) I was asked to do a review for the ASP.NET MVC...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Social Networking in .NET

I finally posted the code from my book ASP.NET 3.5 Social Networking on CodePlex at http://community.codeplex.c... Several people have asked for this so that we can make changes to the code and improve/expand the code base. I think I may also take the time to convert it from the MVP pattern to the latest ASP.NET MVC pattern/template as well as add test coverage the project. I also set up a forum for this at forum.socialnetworkingin.net and a separate blog at blog.socialnetworkinging.net...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © Andrew Siemer - www.andrewsiemer.com