This article is intended to provide basic concept and fundamentals of asp.net MVC (Model View Controller) architecture workflow for beginners. Introduction: “M” “V” “C” stands for “MODEL” “VIEW” “CONTROLLER” , asp.net MVC is an architecture to develop asp.net web applications in a different manner than the traditional asp.net web development , web applications developed with [...]
Posts Tagged ‘asp.net’
Understanding asp.net MVC (Model View Controller) architecture
Posted in asp.net, asp.net MVC, C#.net, Web Developement, tagged .net, asp.net, C#.net, MVC on January 26, 2010 | 12 Comments »
Custom error tracking library in asp.net using XML & C#
Posted in asp.net, C#.net, Web Developement, XML, tagged .net, asp.net, C#.net, XML on December 21, 2009 | 2 Comments »
Being an asp.net developers we develop a web project and get it completed in a months of time as there are many organizations which works on very tight bound timeline for developing web sites Or web application projects. And delivers the project to client in months of time While after project delivery if client come [...]
Developing custom AD rotator control with multiple Image Mapping using C#.net & XML
Posted in asp.net, C#.net, Web Developement, XML, tagged .net, asp.net, C#.net, XML on December 8, 2009 | 1 Comment »
We are all familiar with AD rotator control asp.net provides to show rotating/random ads on every page refresh. But I found a limitation of this control while I needed to develop functionality where AD banners get changed on every page refresh as well as each banners should have multiple links which navigates to diff. URLs [...]
Storing and Retrieving image in SQL server 2005 & asp.net using large value data type & HTTP handler
Posted in asp.net, SQL server 2005, Web Developement, tagged asp.net, C#.net, SQL server 2005 on December 1, 2009 | 1 Comment »
APSX page : <form id=”form1″ runat=”server”> <div style=”padding: 200px;”> <asp:Image ID=”imagebox” runat=”server” ImageUrl=”~/sql-image-store/image-handler.ashx” /> </div> </form> Handler code: image-handler.ashx <%@ WebHandler Language=”C#” Class=”image_handler” %> using System; using System.Web; using System.IO; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Configuration; public class image_handler : IHttpHandler { public void ProcessRequest(HttpContext context) { string xStrCon = [...]





