| |
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.
|
49 Articles match "ASP.Net","Web"
| Related DevelopMentor Courses | MORE | | | |
152 Articles match "ASP.Net","Web"
| The Latest from DevelopMentor | MORE | | Reblogged: What should I learn to get started in.NET and web development? The question they had was: What should I learn to get started in.NET and web development? Now this question was starting from a position of “I’d like to get started with.NET and the web. To go from “ zero to web dev in.NET” I think you should start on these topics, in an iterative fashion: Fundamentals of C# (skip the advanced stuff – async, yield return, etc for now). Fundamentals of ASP.NET and MVC (controllers, views, razor, a few things like that). Getting started with ASP.NET MVC. Hope you all find it useful here as well]. Michael C. Kennedy's Weblog - Monday, May 6, 2013 The Architecture of WCF Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. They are implementations of Web Service specification such as WS-Security, WS-AtomicTransaction and WS-ReliableMessaging and pass any required information to-and-fro using the message’s Headers collection. WAS hosting is also commonly referred to as IIS hosting as the service is configured via IIS manager and the ASP.NET infrastructure. 'Before WCF it was, of course, possible for software running on different machines to communicate. DevelopMentor Courses - Sunday, April 7, 2013 Take the first hour of any online developer course for free at LearningLine Do you want to learn how to build rich input forms and avoid security holes in your ASP.NET MVC applications? Just head over to Accepting user input in ASP.NET MVC and click preview: https://learninglineapp.com/courses/11/accepting-user-input-in-aspnet-mvc. Filed under: DevelopMentor Tagged: NET , ASP.NET , DevelopMentor , jQuery , MVC , Online courses , Online learning , Screencasts , tips , Visual Studio , web. DevelopMentor.NET ASP.NET jQuery MVC Online courses Online learning Screencasts tips Visual Studio webToday it gets even better. Michael C. Kennedy's Weblog - Monday, April 1, 2013 | -
| The Best from DevelopMentor | MORE | - Improve perceived performance of ASP.NET MVC websites with asynchronous partial views
Imagine you’re building an ASP.NET MVC website which has some performance problems. Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. This article will cover a technique using ASP.NET MVC partial views, along with just a sprinkle of jQuery, JavaScript, and HTML5 to make your site feel nice and responsive even if you cannot increase the speed of certain operations. Filed under: Articles Tagged: NET , Articles , ASP.NET , jQuery , MVC , web. Articles.NET ASP.NET jQuery MVC web Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
This article covers the various ways in which you might handle text encoding in ASP.NET MVC. For example, if you were writing a forum web app, you should absolutely be paranoid about what your users are typing into your site. Three ways to encode or avoid encoding HTML data in ASP.NET MVC applications. Filed under: Articles Tagged: NET , Foundations , MVC , web. Articles.NET Foundations MVC webYou need to be very careful about how you redisplay their input. For example, a friendly forum user might write something like: Nice post, thanks for sharing! data). Michael C. Kennedy's Weblog - Monday, October 15, 2012 - Using the WCF Web API in an ASP.NET MVC application
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. Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web 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. Just like in this post we can add a reference to the WCF Web API to our project. just prefer the MVC approach, you might not. The Problem Solver - Monday, June 13, 2011 - Query composition with the ASP.NET Web API
Having the ASP.NET Web API as a REST service returning data is kind of nice but to be efficient on the wire we don’t want to return more data that required only to discard it in the client. NET REST HTML5 WebAPI ASP.NET MVCAs we have seen in a previous post just returning a collection data was real easy. As it turns out changing the service so the client can filter data is almost just as easy. In the previous example we returned an IEnumerable. All we need to do is change this to return an IQueryable and most of the work is done. 6: public IQueryable Get(). 13: {. 16: }. The Problem Solver - Wednesday, March 21, 2012 - 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. - 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. Enjoy! There Must Be Some Mistake - Monday, October 1, 2007 - Tony Sneed: Build Async Services with ASP.NET Web API and Entity Framework 6
If you are building web services that interact with a database, chances are they are not written in a scalable fashion. Web services based either on WCF, which supports both SOAP and REST, or on ASP.NET Web API, which exclusively … Continue reading → DevelopMentor Courses - Friday, March 22, 2013 %>
| | |