Subscribe:

Ads 468x60px

2000+ Bank jobs Notifications Released From Multiple Banks in Feb 2012

Multiple Banks are Released Notifications For 2000 Above Bank Posts in February 2012 and the last dates for applying these posts are scheduled to march 2012.

Scheduled Interview For .NET Professionals at iGATE Patni & Job Location @ United States

iGATE Patni is Conducting  Scheduled Interviews For .NET Professionals For the Location of United States. The candidate Should Having the Following qualifications.

TCS Walkins at Chennai For Dot NET 3.5 at 18-Feb-12

WALK-IN @ TCS CHENNAI FOR "DOT NET 3.5" ON 18-FEB-12 - 25 Opening(s):

TCS is Conducting Scheduled Walkins for Dot NET Developers having 3-8 yrs of Experience and Having the following Skill Set.


How to Connect Data Source and Display data in Windows form by using C#.NET

The main objective of Windows-based programming is to create applications that are linked to databases, have user-friendly interfaces (Windows forms), and are capable of running on most platforms.The C# language having this capability by creating winforms to connecting data sources using ADO.NET technology.

Upload File to an FTP Server By using FtpWebRequest Class in C#.NET

In System.Net namespace the FtpWebRequest class is used for implementing a File Transfer Protocol(FTP) client . By using Credentials property first the .NET framework connect to FTP Server then The Create method is creates the file with same name as we selected by browse button, After that the file is reading by using OpenRead() method of FileStream class to a buffer, And then the buffer data is sequentially copied to FTP server File.

A Simple Windows Forms Application to Send an E-Mail

The Microsoft .NET framework provides two namespaces, System.Net and System.Net.Sockets for managed implementation of Internet protocols that applications can use to send or receive data over the Internet .The  SMTP(Simple Mail Transfer Protocol) is using for sending email from C# code. 
The Below application is used to Describe How to send a mail from Gmail account using C# code.

Path to start learning MicroSoft.Net Framework

New to .Net- Please suggest an approach to learn .net?
A common question for every .Net Beginner is how do I start .Net, one such question I come across was exactly my question when I had started my career in .Net.