| |
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.
|
16 Articles match "MVC"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. beta) ASP.NET MVC 3.0: ASP.NET MVC 3.0: DevelopMentor Courses - Tuesday, March 1, 2011 Essential Google App Engine In this talk we can cover Always On, Warm Up Requests, Thread Safe Mode, memcached, sessions (based on memcached), Frameworks (Spring) including MVC, templates, etc. ? Topics covered include: Using Eclipse to Create GAE web applications Creating dynamic web applications Working with files and images in GAE Storing data and designing schemas for the NoSQL Datastore database Using fully relational data with Hosted SQL Deploying and maintaining Google App Engine applications Securing access to your application with Google user accounts, oAuth, OpenID and more. DevelopMentor Courses - Wednesday, October 5, 2011 Guerrilla.NET (UK) Training Write modern web applications that are simpler to unit test with ASP.NET MVC. Workflow 4, ASP.NET MVC and Silverlight. ASP.NET MVC 3.0 This new approach is called ASP.NET MVC and creates code that is much easier to unit test than web forms and so lends itself well to Test Driven Development. This module focuses on the latest release of Asp.NET MVC including the new Razor view engine. Leverage new features of C# 4.0, including named and optional parameters and dynamic typing. Use PFx as a unifying library for all your multithreading needs. couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 |
87 Articles match "MVC"
| The Latest from DevelopMentor | MORE | | How Are You Scaling ASP.NET? Cheers, @mkennedy Filed … Continue reading → Polls.NET ASP.NET MVC polls webThere are some interesting debates out there around scaling ASP.NET. How do you do it? Please fill out this poll and tell the world: Interested in a blog post on this? Take it to the comments section. Michael C. Kennedy's Weblog - Tuesday, May 1, 2012 Roll Your Own REST-ful WCF Router While the ASP.NET MVC or the new ASP.NET Web API might seems like attractive options, WCF is the way to go if you need to accommodate both Soap-based and Rest-ful clients. Download the code for this post here. Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. The built-in router is great for a lot of different scenarios – it provides content-based routing, multicasting, protocol bridging, and failover-based routing. FirstOrDefault(); if (region != Enjoy. Tony and Zuzana's World - Tuesday, April 24, 2012 Downloads from Building Rich Input Forms in ASP.NET MVC Webcast Slides: Kennedy-Rich-Forms-with-ASP.NET-MVC-Slides.zip Demo Application: Kennedy-MVC-Forms-Demo.zip Video Recording: Remember, you’ll need to run MongoDB to make the web app work. Read the readme in the zip … Continue reading → DevelopMentor Speaking.NET ASP.NET LINQ MVC NoSQL Screencasts Visual StudioThanks to all who attended my webcast yesterday. Here is the recorded video, slides, and demo application. Michael C. Kennedy's Weblog - Wednesday, April 11, 2012 | -
| The Best from DevelopMentor | MORE | - 9 Ways Your Brand New ASP.NET MVC Project Can Be Better
So you’re ready to start that new and ambitious ASP.NET MVC project. Either way, here a a few very simple things you … Continue reading → Articles.NET ASP.NET MVC tipsMaybe you’re kicking off a new startup or just finally moving that old-and-crusty webforms project into modern development world. Michael C. Kennedy's Weblog - Wednesday, March 7, 2012 - Global Error Handling in ASP.NET MVC 3 with Ninject
In this post I will show you how to implement centralized error handling in an ASP.NET MVC 3 application, so that you can handle exceptions in one place, where you can perform logging as well as display a custom error page. ASP.NET MVC allows you to hook into the request pipeline by defining an Action Filter. Technical ASP.NET-MVC DI Nin NLogDownload the code for this blog post. In my last blog post I explained how to decouple infrastructure concerns, such as logging, from the rest of your application using a Dependency Injection container, such as Ninject. Tony and Zuzana's World - Friday, October 21, 2011 - Managing Cumbersome Shared Views Folder for Large Projects in MVC
While ASP.NET MVC promotes clean separation-of-concerns for your web applications, there are some short comings. A problem you’ll run into on large ASP.NET MVC projects is the Views section of your web application becomes completely crowded with hundreds or thousands of … Continue reading → Articles Open Source.NET ASP.NET MVC - Downloads from Building Rich Input Forms in ASP.NET MVC Webcast
Slides: Kennedy-Rich-Forms-with-ASP.NET-MVC-Slides.zip Demo Application: Kennedy-MVC-Forms-Demo.zip Video Recording: Remember, you’ll need to run MongoDB to make the web app work. Read the readme in the zip … Continue reading → DevelopMentor Speaking.NET ASP.NET LINQ MVC NoSQL Screencasts Visual StudioThanks to all who attended my webcast yesterday. Here is the recorded video, slides, and demo application. Michael C. Kennedy's Weblog - Wednesday, April 11, 2012 - Using the WCF Web API in an ASP.NET MVC application
So in this blog post I am going to show how to do the normal thing I Created an ASP.NET MVC 3 app to host the REST service. Not that there is anything specific to MVC I need here, all I need is a web site and I could have started with a WebForms application just the same. just prefer the MVC approach, you might not. Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Just like in this post we can add a reference to the WCF Web API to our project. The Problem Solver - Monday, June 13, 2011 - Webcast: Building Rich Input Forms in ASP.NET MVC Tuesday April 10
Want to learn more about building great forms in MVC? Webcast: Building Rich Input Forms in ASP.NET MVC https://www3.gotomeeting.com/register/559059054 In this webcast we will explore the powerful features of ASP.NET MVC that allow … Continue reading → DevelopMentor.NET ASP.NET MVC Screencasts Visual StudioAttend my free DevelopMentor webcast this Tuesday. - Peeling Back the Onion Architecture
recently started a consulting project as an architect on an ASP.NET MVC application and quickly found myself immersed in the world of N* open source tools. MVC (which stands for Model-View-Controller) lends itself to an Agile development methodology where TDD and BDD (Test-Driven and Behavior-Driven Development) are important components. For example, the ProductController class in the ASP.NET MVC application has a constructor that accepts an IProductService, which has methods to get categories and products. Technical ASP.NET-MVC DI MOQ NinjectThe Web.Ui Enjoy. Tony and Zuzana's World - Saturday, October 8, 2011
| | |