|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
19 Articles match "MVC"
|
Related DevelopMentor Courses
|
MORE
|
|
Virtual ASP.NET MVC
You'll get answers to these questions: What is ASP.NET MVC and how is it different than ASP.NET WebForms? How can I build unit tests for my MVC application? How can I secure my MVC application? How can I use Ajax with MVC? Come and learn to build great websites using MVC! Essential ASP.NET MVC is an examination of Microsoft's latest web development framework. MVC focuses on enabling the developer to build testable, maintainable, standards compliant browser based applications. We'll see how they are properly utilized in MVC.
DevelopMentor Courses
- Thursday, May 27, 2010
Essential ASP.NET MVC
You'll get answers to these questions: What is ASP.NET MVC and how is it different than ASP.NET WebForms? How can I build unit tests for my MVC application? How can I secure my MVC application? How can I use jQuery and Ajax with MVC? Come and learn to build great websites using MVC! Essential ASP.NET MVC is an examination of Microsoft's latest web development framework. MVC, as a framework, focuses on enabling the developer to build testable, maintainable, standards compliant browser based applications. URL Routing is used heavily by ASP.NET MVC.
DevelopMentor Courses
- Thursday, November 5, 2009
Web Development Featuring LINQ, AJAX, ASP.NET & MVC Training
Web Development Featuring LINQ, AJAX, ASP.NET & MVC is an examination of Microsoft's recent innovations in web development. jQuery Visual Studio 2008 IIS 7 Silverlight 2 Internet Explorer 8 ASP.NET Model View Controller (MVC) You'll get answers to these questions: What is LINQ and can I use it in ASP.NET? When would I use AJAX, Silverlight, or MVC in my ASP.NET applications? ASP.NET Routing is used heavily by ASP.NET MVC. ASP.NET MVC This module provides an introduction for the ASP.NET MVC framework. What new controls have been added in ASP.NET 3.5?
DevelopMentor Courses
- Wednesday, June 2, 2010
|
26 Articles match "MVC"
|
The Latest from DevelopMentor
|
MORE
|
|
Software Architecture 2010
Rich and myself will be spending a day talking about how to use various bits of.NET 4 technology to build a MVC, WF and Entity Framework based application. Myself and other Rock Solid Knowledge guys have had various talks accepted for Software Architecture conference this October in London. The aim to build the app live, so you really get to see how this tech actually ticks. Through out the week I’ll be doing stuff on Patterns, and Parallel programming. Finishing the week with another day with Rich talking about parallel programming, all using the latest bits of.NET 4.
.NET Mutterings
- Friday, June 4, 2010
Webcast: NoSQL Movement, LINQ, and MongoDB
We'll be building out a website in ASP.NET MVC with MongoDB as the back-end using LINQ. I'm happy to announce I'll be doing a free webcast in the DevelopMentor webcast series on MongoDB,NET, LINQ, and NoRM. NoSQL Movement, LINQ, and MongoDB. Tuesday May 25th - 11AM PST Register here. hope to see you there. There will be plenty of code so it should be fun and educational. Cheers! mkennedy. All content copyright Michael C. Kennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
Michael C. Kennedy's Weblog
- Tuesday, May 11, 2010
MSDN Roadshow in Maine
And of course you can hook right into ASP.NET MVC to craft testable and extensible solutions. Almost manage to miss it in my inbox, but I just signed up for the Maine MSDN Roadshow event! It will be held on May 11th in Augusta, ME with thanks to State of Maine (John rules!) for the accommodations and of course Microsoft for making Chris and Jim drive all the way up north :-). The Agenda: A Payload of Awesomeness. Fore!” – Slicing Into What’s New in Silverlight 4. Silverlight is all about driving your applications into the fairway of user experience. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Error Logging Modules and Handlers for ASP.NET (MVC)
I am working on a new ASP.NET MVC app and like so many other applications out there I need to log any errors should they occur. Starting from scratch it took me less that 2 hours to download and integrate it into my current ASP.NET MVC application and log all errors to SQL Server. recently I heard about ELMAH Error Logging Modules and Handlers for ASP.NET through this blog post of Scott Hanselman. So as using en existing and proven solution is always better that reinventing the wheel I decided to try ELMAH and see how easy it is to get started. Enjoy! www.TheProblemSolver.nl
The Problem Solver
- Thursday, August 13, 2009
-
Using ASP.NET MVC
Recently I started using ASP.NET MVC for a real project. SO far I had been reluctant to use ASP.NET MVC as it meant giving up on the post back model that so many of the available ASP.NET controls depend on. Yet a lot of people I know and respect where saying good things about ASP.NET MVC so I decided to try it out on a small but real project. Well the project isn’t finished yet but I am a convert Using ASP.NET MVC is much nicer that I expected it to be. And even where not doing a lot of client side work ASP.NET MVC makes live quite easy. Recommended.
The Problem Solver
- Thursday, August 13, 2009
-
Introducing ASP.NET MVC (Model View Controller)
I recently wrote up an overview of the new ASP.NET MVC Framework for the Developments newsletter. encourage you to read it on the DevelopMentor website. It's an interesting programming model. All content copyright Michael C. Kennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
Michael C. Kennedy's Weblog
- Wednesday, January 30, 2008
-
Upcoming BAND Gig: A Look at a Real World.NET MVC Implementation
On March 24th the Bangor.NET Developers will host an Ineta sponsored event where Steve Andrews will do a talk about the ASP.NET MVC Framework. The ASP.NET MVC Framework provides a powerful Model View Controller (MVC) approach to building web applications, and provides separation of concerns, increased testability, control over HTML output, and intuitive URLs. We will start by looking at building a model framework with LINQ to SQL, including validation and model binding. Then, we'll explore a custom generics-based repository and services implementation.
The Blomsma Code
- Thursday, March 12, 2009
-
CodeCamp iPhone & jQTouch presentation
During last years CodeCamp in Rotterdam I recorded my presentation on doing iPhone development using jQTouch and ASP.NET MVC. After looking at several options I have posted the recording on Vimeo. You can view the Dutch language recording here. If you are interested in doing iPhone development but don’t want to get started using Objective-C that jQTouch might just be what you need. Its a cool way to build HTML 5 and JavaScript application for the iPhone. And, thanks to HTML 5, it will even let you take the application and data offline if you want that. Enjoy! www.TheProblemSolver.nl
The Problem Solver
- Thursday, January 28, 2010
-
Six Things That’ll Surprise You About.NET 4.0
ASP.NET MVC is now integrated into VS 2010 and ships as part of.NET 4.0. In case you haven't heard of it, ASP.NET MVC is an alternative to the WebForms model that has been the backbone of ASP.NET for so many years. You can build well-factored, testable, and clean web applications more easily in MVC. That does for ASP.NET WebForms, not just MVC projects. I recently wrote an article for DevelopMentor ’s Developments entitled. Six Things That’ll Surprise You About.NET 4.0 ”. by Michael Kennedy. In this article, we will explore some of the new features of the.NET 4.0
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
-
ASP.NET Routing in Windows Azure Using WebForms
It gained popularity as the part of ASP.NET MVC which channels requests for a given URL to the right controller action. In a wise move, Microsoft moved the routing infrastructure out of ASP.NET MVC and into its own assembly with the release of.NET 3.5 This is well documented in the ASP.NET MVC world running on your server - you can't get anything done without it in MVC. What if you don't want ASP.NET MVC? I'm a huge fan of ASP.NET Routing. With ASP.NET Routing you can construct search engine optimized and human friendly URLs such as these: [link]. link].
|
|
|