Browse by Tags

All Tags » ASP.Net 4 (RSS)

Walkthrough: Wizard control in ASP.Net by sreejukg

In this article I am going to explain about the ASP.Net Wizard control and how you can use it in your application. When there are large forms, the wizard control is a useful tool that helps the end user to fill the form quiet easily. When you have large...

Site Map Provider using custom business objects by sreejukg

Recently one of the project I was in a situation to build navigation for line of business data, the existing system available was fully designed as object oriented and it connects with some database other than SQL server. While thinking about showing...
Filed under: , , ,

WalkThrough: aspnet_regsql.exe in ASP.Net 4 by sreejukg

ASP.Net has the built-in support for Membership. Using this, you can securely store and validate user credentials. By using Membership along with Roles and Profiles you can build powerful applications. ASP.Net has a set of classes that allows you to access...
Filed under: , ,

Create PDF document using iTextSharp in ASP.Net 4.0 and MemoryMappedFile by sreejukg

In this article I am going to demonstrate how ASP.Net developers can programmatically create PDF documents using iTextSharp. iTextSharp is a software component, that allows developers to programmatically create or manipulate PDF documents. Also this article...
Filed under: , ,

Include weather information in ASP.Net site from weather.com services by sreejukg

In this article, I am going to demonstrate how you can use the XMLOAP services (referred as XOAP from here onwards) provided by weather.com to display the weather information in your website. The XOAP services are available to be used for free of charge...
Filed under: , ,

Getting Started with Chart control in ASP.Net 4.0 by sreejukg

In this article I am going to demonstrate the Chart control available in ASP.Net 4 and Visual Studio 2010. Most of the web applications need to generate reports for business users. The business users are happy to view the results in a graphical format...

Create and Consume WCF service using Visual Studio 2010 by sreejukg

In this article I am going to demonstrate how to create a WCF service, that can be hosted inside IIS and a windows application that consume the WCF service. To support service oriented architecture, Microsoft developed the programming model named Windows...
Filed under: , ,

Multi-lingual web applications using ASP.Net 4 by sreejukg

In this article I am going to demonstrate how easily you can develop multi-lingual web applications using asp.net. For the purpose of this demonstration, I am going to create a web page that is available in both English and Arabic languages. The web page...
Filed under: ,

Prevent Cross Site Scripting/HTML injection attacks with <%: by sreejukg

The intention of this article is to speak about the new <%: (Known as Code Nugget syntax) introduced in ASP.Net 4. As mentioned in the title, this will help developers to avoid cross site scripting (XSS) attacks. What is Cross Site Scripting? Lot of...

Routing in ASP.NET 4 Web Forms by sreejukg

ASP.NET version 4 has built-in support for URL routing. Why Routing is Required Traditionally, in an ASP.NET application that does not use routing, any request will map to a particular file that serves the request. With database-driven applications where...
Filed under: ,
More Posts Next page »