(Adrian Hills) Building up a profile of how a web application functions, all the database interactions that take place and where the server-side time is spent during a request can be a challenging task when you are new to an existing codebase. If you’re trying to address the generic/non-specific "we
Tag: Development
Understanding asynchronous programming in ASP.NET
(Li Chen) I recently posted about asynchronous programing patterns in .NET. Like .net framework, ASP.NET has supported asynchronous programming since 1.x. C# and VB.NET introduced the new async and await keywords in the upcoming Visual Studio 11. This is also supported in the upcoming ASP.NET 4.5. O
Simple CRUD with NHibernate and Windows Form
(Niladri.Biswas) Today, we will get ourself introduce with an Object Relational Mapper (ORM) technology through NHibernate.The main purpose of any ORM technology is to map the data representation from an object model to a relational data model.In this article, we will address the same with the help
Developing Web Applications using JavaServer Pages and Servlets
(Martin Keen, Rafael Coutinho, Sylvi Lippmann, Salvatore Sollami, Sundaragopal Venkatraman, Steve Baber, Henry Cui and Craig Fleming) This IBM Redpaper publication illustrates how to develop Java Platform, Enterprise Edition (Java EE) applications using JavaServer Pages (JSP), Java EE servlet techno
Using Nightly ASP.NET Web Stack NuGet Packages with VS 2012 RC
(Henrik F Nielsen) In a previous blog we described how to use the nightly ASP.NET Web Stack NuGet packages with VS 2010. This blog describes using these packages with Visual Studio 2012 RC. The same disclaimers apply this time meaning that the packages come with no guarantees and they do not substit
Retrieving User Password and Email Address From Database Using C#
(Rohatash Kumar) Today, I have provided an article showing you how to retrieve a user’s password and email address from a database in ASP.NET. In this article, we will use a TextBox control, two Buttons named Retrievepass and RetrieveEmail and a Label control.
CRUD Operation in ASP.NET Web Applications Using HTTP Handler and jQuery
(Jigar Bagadai) This article will demonstrate, step-by-step, how to create a basic application of CRUD (Create, Read, Update, Delete) Operations using HttpHandler in ASP.NET and Jquery Ajax API. To keep this application simple, I have not covered Validation and any other facets of a well designed ap
Trying Out the OData/WCF Data Services Upgrades
(David Ramel) Microsoft recently updated the Open Data Protocol (OData) and WCF Data Services framework and just last week provided some demo services so data developers can try out the new features.
Cleaning up ASP.NET MVC Controllers
(Paul Stovell) I’ve been working with ASP.NET MVC on a few different projects now, and yet I’ve never been happy with my controllers. My view models were normally pretty simple, but my controllers, especially when saving, were starting to feel like spaghetti.
Logging and Tracing WCF Soap Messages
(Md. Rashim uddin) Today my team lead shoves me into an R&D to trace and log WCF soap messages. Then I have started reading different blog post and books as well. After reading couple of useful blogs specially my favorite one MSDN I come across the solutions that I want to share with you guys.
