ASP.NET Articles (487) - Page 2

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

487 records found.
 
vishalneeraj-24503
Different Date conversion from String to Date. 
Last updated on: 26 Dec 2013 12:08:20 AM by vishalneeraj-24503 | Views: 16207 | Category: ASP.NET |
In this article,we will learn about different Date conversion from String to Date.
vishalneeraj-24503
Working with Creating,Reading and Deleting Cookies in Asp.Net. 
Last updated on: 26 Dec 2013 01:36:20 AM by vishalneeraj-24503 | Views: 5797 | Category: ASP.NET |
In this article, we will learn about working with Creating,Reading and Deleting Cookies in Asp.Net.
vishalneeraj-24503
Working with Footer Template in Gridview. 
Last updated on: 19 Dec 2013 07:04:41 AM by vishalneeraj-24503 | Views: 45279 | Category: ASP.NET |
In this article, we will learn about working with Footer Template.
vishalneeraj-24503
Insert Multiple Records in One Shot to avoid Database Hitting. 
Last updated on: 21 Dec 2013 07:14:16 AM by vishalneeraj-24503 | Views: 17372 | Category: ASP.NET |
Votes: 2 | Rating: 2.5 out of 5
In this article,we will learn about Inserting Multiple Records in One Shot to avoid Database Hitting.
Sheonarayan
3 tier architecture in asp.net - a complete article 
Last updated on: 04 Dec 2013 09:30:23 AM by Sheonarayan | Views: 197300 | Category: ASP.NET |
Votes: 8 | Rating: 5 out of 5
There are many articles on 3 tier architecture on the internet however still I felt there is a need of more refined and well explained article. So here is this, in this article we are going to look into almost all aspects of designing a 3 tier architecture website in ASP.NET.
Rama Sagar
Learn how to deploy an ASP.NET web application to a Windows Azure Web Site Part 2 
Last updated on: 30 Nov 2013 12:25:56 PM by Rama Sagar | Views: 18057 | Category: ASP.NET |
Windows Azure is an open and flexible cloud platform that enables you to quickly build, deploy and manage applications across a global network of Microsoft-managed datacenters.
Rama Sagar
Learn how to deploy an ASP.NET web application to a Windows Azure Web Site Part 1 
Last updated on: 12 Dec 2013 06:37:23 AM by Rama Sagar | Views: 4384 | Category: ASP.NET |
Windows Azure is an open and flexible cloud platform that enables you to quickly build, deploy and manage applications across a global network of Microsoft-managed datacenters.
  • Rama Sagar
    Getting started with ASP.NET IDENTITY 
    Last updated on: 20 Nov 2013 11:59:38 AM by Rama Sagar | Views: 10814 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    ASP.NET Identity is the new membership system for building ASP.NET web applications. ASP.NET Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
    Rama Sagar
    Form Field bindings in Knockoutjs 
    Last updated on: 29 Oct 2013 02:20:55 PM by Rama Sagar | Views: 4035 | Category: ASP.NET |
    Knockout is a standalone JavaScript implementation of the Model-View-ViewModel pattern with templates.For more info http://en.wikipedia.org/wiki/KnockoutJS
    Rama Sagar
    Bindings in knockout Part 2 
    Last updated on: 30 Oct 2013 01:29:13 PM by Rama Sagar | Views: 2419 | Category: ASP.NET |
    Knockout is a standalone JavaScript implementation of the Model-View-ViewModel pattern with templates.For more info http://en.wikipedia.org/wiki/KnockoutJS
    Rama Sagar
    Bindings in Knockout Part 1 
    Last updated on: 29 Oct 2013 11:38:57 AM by Rama Sagar | Views: 6474 | Category: ASP.NET |
    Knockout is a standalone JavaScript implementation of the Model-View-ViewModel pattern with templates.For more info http://en.wikipedia.org/wiki/KnockoutJS
    Rama Sagar
    Improve Application Performance using HTTP Handler 
    Last updated on: 29 Oct 2013 01:53:09 AM by Rama Sagar | Views: 10927 | Category: ASP.NET |
    An ASP.NET HTTP handler is the process that runs in response to a request that is made to an ASP.NET Web application. The most common handler is an ASP.NET page handler that processes .aspx files. When users request an .aspx file, the request is processed by the page handler.The ASP.NET page handler is only one type of handler. ASP.NET includes several other built-in handlers such as the Web service handler for .asmx files.
    Sourabh_Mishra1
    Debugging jquery in asp.net 
    Last updated on: 03 Oct 2013 06:09:40 AM by Sourabh_Mishra1 | Views: 6091 | Category: ASP.NET |
    Votes: 1 | Rating: 3 out of 5
    When an ASP.NET developer using jquery or javascript (clientside programming) in his code, so always a question arise, how I debug this code .
    Sanjeeb
    Translate Your Web Site Using Bing Translator Widget 
    Last updated on: 07 Sep 2013 12:35:23 AM by Sanjeeb | Views: 9365 | Category: ASP.NET |
    This article describes how to translate your website using the Bing Translator Widget.
    Sourav.Kayal
    Session and Cookie in ASP.NET 
    Last updated on: 08 Aug 2013 09:47:43 AM by Sourav.Kayal | Views: 52270 | Category: ASP.NET |
    How to use session and cookie in c# .NET