|
Â
Introduction
You might have applied to so many testing job vacancies, might have received some calls for interviews and even you would have attended some, but still you don’t have the job you are looking for. Well, then there could be many reasons you have not in the right job you dreamed of bei ...
Read more...
|
|
Congrats to Kalyan .... Tech Star of the Day and many more winners. Today we have surprise points to shashwat rishi, Kiran,B angaru Babu, Ravi Varma, Kalyan, Kumar, Surekha, Lalitha, Venkatesh, Kumar Duvvarapu for their consistent particpation here. Surprise winners are going to get 3000 points ea ...
Read more...
|
|
Introduction
As more and more vital data is stored in web applications and the number of transactions on the web increases, proper security testing of web applications is becoming very important. Security testing is the process that determines that confidential data stays confidential (i.e. it i ...
Read more...
|
|
This article is an introduction about T4: Text Template Transformation Toolkit, it was long ago nearly an year back i came across T4 functionality of Visual Studio 2008 and 2005. Visual Studio 2008 does comes with inbuilt support for T4, which will generate C# or VB.NET code for you, based on the se ...
Read more...
|
|
Â
Dear Speakers,
Community Conveys its sincere thanks to all speakers for their active participation and sharing valuable thoughts with all members.
Its your knowledge sharing on latest technology that is helping the members of the community to excel in their areas and to be a step ahead of the ...
Read more...
|
|
Windows PowerShell is a new Windows command-line shell designed especially for system administrators. The shell includes an interactive prompt and a scripting environment that can be used independently or in combination. These administrative tasks are generally performed by execution of cmdlets (pro ...
Read more...
|
|
Introduction
To ensure quick resolution to defects that are found, it is important to provide as much information as possible in your defect reports, allowing developers to quickly resolve the issue. Below are some tips for creating a solid defect report:
Tip 1 - Create a descriptive TitleIncl ...
Read more...
|
|
Â
 What ViewState Isn't:
 ViewState does not restore posted values to controls on a WebForm. If you disable a control's ViewState, you will see that its value is still restored. ViewState does not automatically recreate any controls that were dynamically created in the code. Dynamically created co ...
Read more...
|
|
Introduction
The Windows Communication Foundation (or WCF), is an application programming interface in the .NET Framework for building connected, service-oriented applications.
With the release of the .NET Framework 3.5 in November 2007, Microsoft released an encoder that added support for the JSO ...
Read more...
|
|
Introduction
Â
Brief on article
Â
Introducing LINQ is the first part of a series of articles on Language Integrated Query (LINQ). This series will cover the core essentials of LINQ and its use with other technologies like ASP.NET, Win Forms and WPF.
This and the forthcoming articles are designe ...
Read more...
|
|
Introduction
Â
Brief on article
Unlike Part 2 we will use stored procedures to compose our queries, we will then invoke those stored procedures (here on in known as sprocs) via our C# 3.0 code. It goes without saying that this part will once again be littered with code samples!
Full Description
...
Read more...
|
|
|
Introduction
One of the common functionalities used in Web development is sending email from a Web page. A common use of sending email from a Web page is allowing site visitors to fill in comments via an HTML form and send them to the Webmaster. Â
Brief on article
. The .NET Framework makes the t ...
Read more...
|
|
Introduction
 Batch Updates in ADO.NET 2.0 for Improved Performance
When you updated a database using the DataAdapter in .NET 1.1 each command was sent to the database one at a time. This caused a lot of roundtrips to the database.ADO.NET 2.0 has introduced the concept of Batch Updates, which all ...
Read more...
|
|
Its now time for appreciation and awards for your contribution to the community. The following gifts will be sentto winners based on points in Jan and Feb 2010.Congrats to all the winners.Dont worry if you didnt get any gifts this time contribute more and sure you will get gifts next time.
Gifts ...
Read more...
|
|
Introduction
One great addition to C#, (also added into VB, but I don't cover that much here) introduced with the .NET Framework 2.0, is support for partial classes. This is a very powerful tool made available to  developers
 . It allows you to have multiple pieces of a class defi ...
Read more...
|
|
Introduction
FileUpload Control is used to Upload files in the server. For eg., when User wants to upload their picture to show on a profile then this control should be used to upload any kind of file in
theserver, be it .doc, .pdf, .gif, .Jpeg etc.,
Â
Brief on article
 FileUpload Control is us ...
Read more...
|
|
Sign up for newsletters | Unsubscribe| Update your profile
© 2010 Microsoft Corporation Terms of Use | Trademarks | Privacy Statement ...
Read more...
|
|
Introduction
Hi, Here i am placing the code level concept for CRUD operations i.e Create,Read,Update and Delete Operation in Excel using ASP.Net.
Instead of Using the External Database like SQL Server,MSAccess,MySql or Oracle. just here i have use only Excel Sheet for mainting our data
mostly thi ...
Read more...
|
|
Introduction
 In many industries, an effective user experience determines the difference between products that succeed and those that do not. Rich Internet Applications are designed to provide a more effective and compelling user experience.
Brief on article
Â
Full Description
 The Ms Expressio ...
Read more...
|
|
MS chart controls are part of .Net framework 3.5 SP1. It provides chart as a regular asp.net control. It is a highly customizable component which provides very rich look and feel to the charts. Unfortunately, MS had no proper tool to provide charting features. Though we had SSRS charts but it ...
Read more...
|
|
Introduction
Â
The SQL Mail problems, that we faced in SQL Server 7.0 and 2000, are no more. SQL Server 2005 supports and uses SMTP email now and there is no longer a need to MAPI client to send email. In SQL Server 2005, the mail feature is called Database Mail. In this article, I am going to ...
Read more...
|
|
Introduction
This article presents a simple way to send mail from your asp.net page.
Brief on article
1> Add 3 textBoxes and one multiline textbox to write message.
2> TextBoxes are for Name, From and To
3>Add a submit button.
add System.Net.Mail n ...
Read more...
|
|