Articles (2414) - Page 149

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.

2414 records found.
 
Questpond
LINQ FAQ for Newbie’s 
Last updated on: 04 Mar 2009 11:32:43 PM by Questpond | Views: 11301 | Category: ASP.NET |
In this section we will run through basics of LINQ and then see 5 basic LINQ queries which you will always need in your project for queries. While looking at the basics we will also try to learn what problem LINQ solves from the perspective of middle tier business objects.
SheoNarayan
Database interaction in ASP.NET 
Last updated on: 01 Mar 2009 06:11:50 PM by SheoNarayan | Views: 11660 | Category: ASP.NET |
The purpose of this article to show how to interact with database (insert, update, delete, load records) in ASP.NET.
SheoNarayan
Working with FILE Adapter in BizTalk Server 2006 R2 
Last updated on: 27 Feb 2009 04:16:25 PM by SheoNarayan | Views: 21432 | Category: BizTalk Server |
In this article, I shall try to explain how to work with FILE Adapter in BizTalk Server 2006 R2. To explain this I shall take a simple example to take input as FirstName and LastName and output as FullName.
SheoNarayan
How to configure BizTalk Server 2006 R2 to start working with it 
Last updated on: 26 Feb 2009 08:32:55 AM by SheoNarayan | Views: 18727 | Category: BizTalk Server |
I had a chance to work on BizTalk and I found it very difficult to start with as there are several security considerations that needs a lot of attention. In this article, I am going to explain how to configure BizTalk server and its related components to work with BizTalk Server 2006 R2.
Questpond
RFC Architecture for Finance Project (The Invoicing Project) 
Last updated on: 25 Feb 2009 11:20:24 PM by Questpond | Views: 5721 | 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.
Majith
Finding Curosr Position Using JavaScript and Drag and Drop from WebControls 
Last updated on: 24 Feb 2009 10:31:31 PM by Majith | Views: 27687 | Category: JavaScript |
Votes: 2 | Rating: 1.5 out of 5
I am going to explain about javascript code for Drag from ASP.Net ListBox and to Drop in the specific Cursor location of TextArea .
Questpond
Windows Presentation Foundation Beginners FAQ 
Last updated on: 23 Feb 2009 05:09:47 AM by Questpond | Views: 24112 | Category: WPF |
Votes: 1 | Rating: 5 out of 5
In this article we will go through FAQ from WPF section. We will start first with understanding why WPF and later we will create a small sample hello world project for WPF which will make us understand WPF much better.
  • Syedshakeer
    Type Conversions 
    Last updated on: 21 Feb 2009 06:44:13 AM by Syedshakeer | Views: 8990 | Category: C# |
    Type Conversions
    Syedshakeer
    Limiting the File Upload size using ASP.NET 
    Last updated on: 21 Feb 2009 05:22:36 AM by Syedshakeer | Views: 13543 | Category: ASP.NET |
    Limiting the File Upload size using ASP.NET
    Vuyiswamb
    Introduction to Windows Service(Process Killer) 
    Last updated on: 20 Feb 2009 05:17:31 AM by Vuyiswamb | Views: 35761 | Category: .NET Framework |
    Votes: 1 | Rating: 5 out of 5
    This Article will introduce you to the Windows Service. Our Example is a Service that kills unwanted Processes.
    Avicool08
    How to validate User inputs 
    Last updated on: 19 Feb 2009 10:36:58 PM by Avicool08 | Views: 4761 | Category: ASP.NET |
    This is a simple tip to validate user's input, restricting any dagerious html tagas entering etc.
    Syedshakeer
    DataBase Transaction 
    Last updated on: 18 Feb 2009 08:02:55 PM by Syedshakeer | Views: 6041 | Category: Sql Server |
    DataBase Transaction
    Questpond
    Dynamic validation according to logged in user 
    Last updated on: 18 Feb 2009 06:21:34 AM by Questpond | Views: 4943 | 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
    SQL Server Interview Questions 
    Last updated on: 14 Feb 2009 06:07:25 AM by Questpond | Views: 75634 | Category: Sql Server |
    Votes: 4 | Rating: 5 out of 5
    In this article we will go through the most basic and frequently asked interview questions on SQL Server. Please do not think that I am writing this article to show shortcuts to candidates who are searching for jobs on SQL Server. But I think no matter how much experience you have, an interview is a different ball game. A good project executioner can get knocked off on simple SQL Server questions.
    Questpond
    Interfaces + Factory pattern = Decoupled architecture 
    Last updated on: 13 Feb 2009 12:28:10 AM by Questpond | Views: 7849 | 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.