|
|
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.
|
3 Articles match "2008","MVC"
|
Related DevelopMentor Courses
|
MORE
|
|
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? Day 1 Visual Studio 2008 We explore many of the new features in Visual Studio 2008. ASP.NET Routing is used heavily by ASP.NET MVC. Day 2 ASP.NET 3.5
DevelopMentor Courses
- Wednesday, June 2, 2010
Beyond ASP.NET: Enhancing Web Development with.NET 3.5
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? Day 1 Visual Studio 2008 We explore many of the new features in Visual Studio 2008. ASP.NET Routing is used heavily by ASP.NET MVC. ASP.NET MVC This module provides an introduction for the ASP.NET MVC framework. Beyond ASP.NET: Enhancing Web Development with 3.5 Day 2 ASP.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
Guerrilla.NET
You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2008 and Visual Studio 2010. How do I build modern web applications and services using technologies such as REST, MVC, and Ajax. present up to the minute updates on topics like Windows Azure architecture and storage, ASP.NET MVC, WF4.0, Evening Track - choose either: ASP.NET MVC Since.NET 1.0, It has grown in popularity and Microsoft came out in formal support in 2008. Use C# 3.0 and C# 4.0? and Dublin. web forms? or WF 4.0 release.
DevelopMentor Courses
- Friday, June 12, 2009
|
6 Articles match "2008","MVC"
|
The Latest from DevelopMentor
|
MORE
|
|
Visual Studio 2008 Hangs When Debugging ASP.NET App
I’ve been doing some work with ASP.NET MVC but was having periodic issues with Visual Studio 2008 hanging (freezing / becoming unresponsive) when I tried to run my web application with debugging. The problem only occurred with a specific web project. tried deleting the Temporary ASP.NET Files (%userprofile%AppDataLocalTempTemporary ASP.NET Files) but that did not solve the problem. tried deleting the obj folder. No luck. tried waiting it out one evening. That proved to be a temporary salve. When "Show All Files" is off, F5 (Start Debugging) works like champ.
Ardent Dev
- Monday, January 11, 2010
Six Things That’ll Surprise You About.NET 4.0
For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. 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. by Michael Kennedy. quot; anyone?
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
Call for speakers: 3rd Dutch Code Camp
Visual Studio 2010 VSTS Open Source SharePoint ASP.NET/MVC/Web development/Silverlight Windows 7 iPhone DNN VSTO LINQ SQL Server 2008 Geneva BizTalk Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation www.TheProblemSolver.nl Op 21 november 2009 organiseren de SDN, de dotNED User Group en VBcentral.nl samen de derde Nederlandse Code Camp. Een unieke dag, voortkomend uit een unieke samenwerking. Kenmerkend aan deze dag is, dat het een evenement is dóór ontwikkelaars en vóór ontwikkelaars! Ben jij geïnteresseerd om ook een sessie te doen?
The Problem Solver
- Monday, October 26, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
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
-
Dynamic Sorting with LINQ
I’ve been working with ASP.NET MVC and LINQ recently and was working on a controller action that “returned a collection of objects (wrapped in a JsonResult ). Ever spend too much time working on a clever solution to a problem only to discover that your original approach was perfectly fine to begin with? The action accepted parameters allowing clients to specify what object to start with, how many objects to return, and what property the objects should be ordered by. break; }. It works, but it feels wrong. Could there be a better way? So much for strong typing! Oh, well.
Jason Diamond
- Monday, September 1, 2008
-
Visual Studio 2008 Hangs When Debugging ASP.NET App
I’ve been doing some work with ASP.NET MVC but was having periodic issues with Visual Studio 2008 hanging (freezing / becoming unresponsive) when I tried to run my web application with debugging. The problem only occurred with a specific web project. tried deleting the Temporary ASP.NET Files (%userprofile%AppDataLocalTempTemporary ASP.NET Files) but that did not solve the problem. tried deleting the obj folder. No luck. tried waiting it out one evening. That proved to be a temporary salve. When "Show All Files" is off, F5 (Start Debugging) works like champ.
Ardent Dev
- Monday, January 11, 2010
-
Top 5 Favorite CodePlex Projects
For example, the source code to ASP.NET MVC. ASP.NET MVC. This project gives you access to the source code for upcoming releases that the Microsoft ASP.NET team is working on, starting with the ASP.NET MVC Framework. You can send us feedback for the ASP.NET MVC framework through the ASP.NET MVC forums on the ASP.NET site. 5 MVC Contrib - MvcContrib.org. This project will be a series of assemblies that add functionality to Microsoft's ASP.NET MVC Framework and make the framework easier to use. Download the MVC Framework CTP here: [link].
-
Six Things That’ll Surprise You About.NET 4.0
For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. 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. by Michael Kennedy. quot; anyone?
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
-
Call for speakers: 3rd Dutch Code Camp
Visual Studio 2010 VSTS Open Source SharePoint ASP.NET/MVC/Web development/Silverlight Windows 7 iPhone DNN VSTO LINQ SQL Server 2008 Geneva BizTalk Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation www.TheProblemSolver.nl Op 21 november 2009 organiseren de SDN, de dotNED User Group en VBcentral.nl samen de derde Nederlandse Code Camp. Een unieke dag, voortkomend uit een unieke samenwerking. Kenmerkend aan deze dag is, dat het een evenement is dóór ontwikkelaars en vóór ontwikkelaars! Ben jij geïnteresseerd om ook een sessie te doen?
The Problem Solver
- Monday, October 26, 2009
|
|
|