| |
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.
|
22 Articles match "ASP.Net"
| Related DevelopMentor Courses | MORE | | NET Architecture and Design Principles: Building Distributed Applications Training We look at the options available for hosting an application either with Windows Services or ASP.NET. Learn to build systems that are scalable, reliable and secure. Discussions range from object-oriented programming to enterprise patterns, networking to Web Services, caching to distributed databases, and client/database applications to very large-scale web sites. You'll get answers to these questions: How do I build scalable and reliable systems? How can I use patterns to design extensible, reusable services? What's the best way to communicate between distributed layers? Using C# 3.0's DevelopMentor Courses - Tuesday, March 1, 2011 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 WCF REST : Create REST based services based on the WCF and ASP.NET stacks including the new WCF 5.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 beta) ASP.NET MVC 3.0: ASP.NET MVC 3.0: beta) ASP.NET MVC 3.0: and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Write modern web applications that are simpler to unit test with ASP.NET MVC. Create REST based services based on the WCF and ASP.NET stacks. Workflow 4, ASP.NET MVC and Silverlight. ASP.NET MVC 3.0 ASP.NET has used server sided controls to build "web forms". 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, DevelopMentor Courses - Tuesday, March 1, 2011 |
281 Articles match "ASP.Net"
| The Latest from DevelopMentor | MORE | | How Are You Scaling ASP.NET? There are some interesting debates out there around scaling ASP.NET. Cheers, @mkennedy Filed … Continue reading → Polls.NET ASP.NET MVC polls webHow 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 != 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 - Testing Asp.Net pages
Here is the strategy I’ve been using for unit testing Asp.Net pages. Asp.Net AspxAspx pages were almost intentionally made to be hard to test, so the result is as elegant as is possible for the given situation. Note : If you want to test something that isn’t the “end result” of a web page, simply pull that logic into a separate classmethoddll and test it normally. This is for testing the final output of the page. The Bottom Line : The following 1 line will test the AspxClass for a given scenario. Approvals.ApproveAspPage(new AspxClass ().TestMethod) - WF and ASP.NET - A Few Gotchas
ASP.NET as WF host is an important and useful scenario for WF adoption, but there are some interesting details that are worth understanding before you tackle this yourself. This means that WF can be hosted in a single-threaded console or WinForms app, and also can scale up to be hosted inside ASP.NET, with all of its multithreaded goodness (thankfully hidden under the covers from the average web developer). ASP.NET uses the.NET ThreadPool to dispatch request processing. What we need is a way to re-use the ASP.NET thread to also execute the workflow. final note. There Must Be Some Mistake - Monday, October 1, 2007 - 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. We are using the AspNetCompatibilityRequirements to make sure the service runs as part or the ASP.NET pipeline. This means we can use the ASP.NET routing engine. www.dotnetevents.nl.NET WCF ASP.NET VS2010 Futures NuGet RESTWarning: 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 prefer the MVC approach, you might not. The Problem Solver - Monday, June 13, 2011 - Configuring ASP.NET Session State to use AppFabric Caching
If you are using the information in this MSDN page to get started with the ASP.NET Session State Provider to use Windows Server AppFabric Caching you might run into some problems as the steps are less than complete. Wiki.WindowsWorkflowFoundation.eu.NET ASP.NET VS2010 AppFabricFirst make sure you have Windows Server AppFabric Caching setup and working and add the configSections and dataCacheClient elements as specified. Contact administrator or use the Cache administration tool to create a Cache. This is caused by the cache name of “NamedCache1”. Enjoy! www.TheProblemSolver.nl. The Problem Solver - Wednesday, December 22, 2010 - 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. recently I heard about ELMAH Error Logging Modules and Handlers for ASP.NET through this blog post of Scott Hanselman. 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. Tags: NET VB DevCenter ASP.NET.Well I can only say I am positively amazed at how easy it is. That is including security so not everyone can check the error log. Enjoy! The Problem Solver - Thursday, August 13, 2009 - 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
| | |