ASP.NET Articles (487) - Page 26

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.
 
SheoNarayan
Database interaction in ASP.NET 
Last updated on: 01 Mar 2009 06:11:50 PM by SheoNarayan | Views: 11536 | Category: ASP.NET |
The purpose of this article to show how to interact with database (insert, update, delete, load records) in ASP.NET.
Questpond
RFC Architecture for Finance Project (The Invoicing Project) 
Last updated on: 25 Feb 2009 11:20:24 PM by Questpond | Views: 5648 | Category: ASP.NET |
RFC is an open source initiative for Finance projects. It has reusable components like invoicing, accounting and purchase modules. In this section we will discuss about the invoicing section of the RFC architecture.
Syedshakeer
Limiting the File Upload size using ASP.NET 
Last updated on: 21 Feb 2009 05:22:36 AM by Syedshakeer | Views: 13418 | Category: ASP.NET |
Limiting the File Upload size using ASP.NET
Avicool08
How to validate User inputs 
Last updated on: 19 Feb 2009 10:36:58 PM by Avicool08 | Views: 4665 | Category: ASP.NET |
This is a simple tip to validate user's input, restricting any dagerious html tagas entering etc.
Questpond
Dynamic validation according to logged in user 
Last updated on: 18 Feb 2009 06:21:34 AM by Questpond | Views: 4882 | Category: ASP.NET |
Many times we want certain set of validation to fire for some user and certain set of validation to fire for some other user. In the section we will see how we can achieve the same using Microsoft enterprise validation blocks.
Questpond
Interfaces + Factory pattern = Decoupled architecture 
Last updated on: 13 Feb 2009 12:28:10 AM by Questpond | Views: 7778 | Category: ASP.NET |
In this tutorial we will try to understand how we can use interfaces and factory pattern to create a truly decoupled architecture framework. In this sample we will take up a simple three tier architecture and apply interfaces and factory pattern to see how we can transform the three tier in to a truly decoupled architecture.
Syedshakeer
How to upload a image 
Last updated on: 05 Feb 2009 03:40:52 AM by Syedshakeer | Views: 5083 | Category: ASP.NET |
How to upload a image and store in a database
  • Questpond
    DI using Unity Application Blocks 
    Last updated on: 28 Jan 2009 12:00:53 AM by Questpond | Views: 7971 | Category: ASP.NET |
    In this article we will take up a simple example and try to implement DI using Unity Application Blocks thus resulting in loosely coupled architecture.
    Questpond
    Six Sigma 
    Last updated on: 27 Jan 2009 04:48:46 AM by Questpond | Views: 6684 | Category: ASP.NET |
    I know many will not like my Interview questions article. Some may think its bad for various reasons and some may think its good for quick revision. Again I repeat you do not get jobs by reading interview question and answers , but yes it definitely serves as a quick reference. So looking at the good part I continue my Interview questions and answers series. This time I will be writing from process point of view. Six sigma is a getting good recognition in the market and I am sure many professionals are asked questions on the same. So below is a quick revision which will give you a decent understanding of Six sigma from interview point of view.
    Questpond
    Ajax Quick Start FAQ 
    Last updated on: 24 Jan 2009 05:37:36 AM by Questpond | Views: 9530 | Category: ASP.NET |
    This FAQ is like a starter kit. It will help you understand the main aspects of Ajax in a rapid fashion....
    Questpond
    4 steps to use readymade DAL component (Data application blocks) 
    Last updated on: 22 Jan 2009 11:08:30 PM by Questpond | Views: 6871 | Category: ASP.NET |
    One of the most important components in a project is the DAL component. Many developers end up creating their own DAL component which is pretty time consuming. A Microsoft enterprise application block has a very decent and time tested DAL component i.e. the Enterprise data application blocks. This tutorial will run through the necessary steps of how you can use Enterprise data application blocks in your DAL component.
    Questpond
    Architecture FAQ for Localization and Globalization - Part 1 
    Last updated on: 22 Jan 2009 01:29:02 AM by Questpond | Views: 10913 | Category: ASP.NET |
    When we see around, architectures mainly discuss about loose coupling , scalability , performance etc etc. Many architecture forget one of the important aspects in software is making application globalized. Depending on project some application would not really want to have multi-language based websites , but i am sure many will. So in this article we will go through a series of FAQ which will give you a quick start on making application multi-language based.
    Questpond
    (WPF) Windows Presentation Foundation FAQ 
    Last updated on: 21 Jan 2009 10:50:43 PM by Questpond | Views: 8806 | Category: ASP.NET |
    In this section we will make a quick walkthrough of WPF which will help you understand WPF instantly.
    Questpond
    Five step of how to use logging utility in your projects using application blocks 
    Last updated on: 20 Jan 2009 11:23:14 PM by Questpond | Views: 9812 | Category: ASP.NET |
    It’s new world of software reusability. Gone are the days when we need to build things from scratch. One of the most needed functionality is the logging utility. Every software project needs a logging utility. To make your own logging utility is a big project by itself. In this tutorial we will quickly run through how you can use Microsoft logging application blocks to log messages and activities.
    Questpond
    ASP.NET Interview Questions - Part 2 
    Last updated on: 20 Jan 2009 02:32:27 AM by Questpond | Views: 13446 | Category: ASP.NET |
    This is Part 2 of ASP.NET Interview Questions section in this also we will touch base on one of important concepts in ASP. NET.