TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About .NET 3.5
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Raj Kumar (12)
Rahul Kumar Saxena (9)
Vishal Nayan (6)
Purushottam Rathore (3)
Kalyan Bandarupalli (3)
Michael Livshitz (3)
Mauro Guido (2)
Bechir Bejaoui (2)
Jaganathan Bantheswaran (2)
Nipun Tomar (2)
Rishi Mishra (1)
Prasoon (1)
Akkiraju Ivaturi (1)
Vishal Gilbile (1)
Aman Singhal (1)
Prabhakar Maurya (1)
Rumman Siddiqui (1)
Dinkar Chavhan (1)
Tanmay Sarkar (1)
Prabu Ram (1)
Tusarkanta Guru (1)
Soft Corner (1)
Deepak Sharma (1)
Gohil Jayendrasinh (1)
Jiteendra Sampathirao (1)
Jaish Mathews (1)
Sapna Malik (1)
Mamta M (1)
Anand Thakur (1)
Praveen Kumar (1)
Related resources for .NET 3.5
No resource found
ASP.NET 3.5 Tabbed Pages
9/24/2024 11:55:31 AM.
Tabbed pages are an effective way to organize content on web applications, improving user experience. By using a combination of MultiView and View controls in ASP.NET, developers can create intuitive
Looking deep inside PostBack and ViewState in ASP.NET 3.5
9/20/2024 9:28:54 AM.
In ASP.NET 3.5, PostBack and ViewState play crucial roles in managing web form data between client and server during the page lifecycle. PostBack handles user-triggered events by sending requests to t
Extension Methods In .NET
10/9/2023 5:30:56 AM.
To put it in a simple manner, Extension Methods have been introduced in the .NET 3.5 framework to add methods to a class without altering the code of that class.
Web.Config configuration file in ASP.NET 3.5
6/1/2023 7:23:20 AM.
The web.config file contains information that controls module loading, security configuration, session configuration, and application language and compilation settings.
Nullable Types in C#
2/15/2023 2:09:17 PM.
A C# nullable type is a data type that contains the defined data type or the value of null. This article explains the use of C# Nullable Types.
Find Difference of Data Between Two Data Sources
1/6/2023 8:28:24 AM.
One of the friends in C-sharpcorner has asked me for help displaying the difference of data from two different data sources.
EmptyDataTemplate in GridView Or Data Controls in ASP.NET 3.5 or 4.0
2/24/2021 11:14:34 AM.
How to display a table when no records are present in the database.
Create your first HTTP Handler in ASP.NET 3.5
1/15/2021 11:31:58 AM.
The HTTP handler is the most important ingredient while handling ASP.NET requests.
Install .Net Framework 3.5 on Windows 8
12/16/2019 4:55:31 AM.
In this article we are going to explain how to install the .NET Framework 3.5 on Windows 8.
Enable .Net Framework 3.5 Feature in Windows 8
12/9/2019 10:27:34 PM.
In this article I am going to explain enable .net 3.5 framework feature in windows 8.
Creating and Consuming a WCF Service
9/9/2019 11:56:47 PM.
In this article, I am going to discuss how to create a WCF Service and consume it from an ASP.NET 3.5 client application.
Working With A ScrollViewer Control In A WPF Application
12/11/2018 10:19:52 PM.
The ScrollViewer is an object that represents a scrollable area that contains other visible controls, it could be found within the System.Windows.Controls. At the contrast of a ScrollBar object, the
Social Networking Website in ASP.NET - Open Source Project
2/26/2015 1:12:56 PM.
The attached project is an open source social networking Web application project written in ASP.NET 3.5 and C#. Some of the features are for creating profiles, searching users, making friends, chatting and communication.
Simple Web Scrapper Loads Website Contents
12/17/2012 1:48:20 AM.
Web Scrapper can be used as a tool that loads website contents. Since it downloads all the data from a website I prefer to format it making it readable.
Multiple File Upload using JQuery in ASP.NET 3.5
5/15/2012 5:24:34 PM.
Through this article you will learn how to upload multiple file using JQuery in ASP.NET 3.5.
How to Convert Text into Speech
5/15/2012 2:11:16 PM.
When you write something into a textbox then the SpeechSynthesizer class can convert the text to speech
Make Combination of Keys For Our Trial Version Application
8/3/2011 12:58:46 PM.
In this article we make a combination of keys for our trial period application.
How to Add Custom Control in LightSwitch
7/18/2011 11:18:09 PM.
Today we shall see how to handle custom controls in LightSwitch as a series of articles.
How to Save Records at The Time of Adding in LightSwitch Beta 2
7/12/2011 12:27:39 PM.
Here we will discuss how to save records to the database at the time of adding it.
Internet Watcher in .NET 3.5
7/1/2011 2:53:14 AM.
This is a Windows service to help you to know each time that you connected to and disconnected from the internet
Understanding Security Framework Model in ASP.NET 3.5
4/28/2011 2:10:02 PM.
Security is an important part of any web application development which is necessary to protect assets from unauthorized actions. This encapsulates verifying users, granting or denying access to sensitive information, or protecting data stored on the server.
How to consume RSS FEED in ASP.NET 3.5 in C#
4/7/2011 7:34:31 PM.
In this article I am trying to use RSS in a very easy manner.
Query String Encryption & Decryption Technique in ASP.Net 3.5
3/31/2011 12:29:29 AM.
ASP.Net 3.5 Query String Encryption & Decryption Technique.
Creating Credential Store for Form Authentication in ASP.NET 3.5
3/22/2011 10:28:36 PM.
When we don’t want to validate user on window credential, in such cases we can take help of ASP.NET infrastructure for implementing our own authentication infrastructure which includes custom login page that validate user against credentials like database and later established security context on each request.
Working with Input Validation Controls in ASP.NET 3.5
3/4/2011 8:12:37 PM.
Here you will see how to work with Input Validation Controls in ASP.NET 3.5.
How to change the background color of rows in a GridView in ASP.NET 3.5
1/25/2011 6:00:11 AM.
In this article we will learn how to change the background color of the rows in a GridView control based on its row data using RowDataBound event.
ASP.NET 3.5: Enhanced tabbed pages
11/25/2010 4:12:29 AM.
Tabbed pages are very useful to organize content pages. Many browsers and source editors (such as Eclipse or Microsoft Visual Web Developer) use them.
How to Bind Dropdown list using JSON, jQuery in ASP.NET 3.5
11/1/2010 2:11:00 AM.
In this project we use Newtonsoft.Json library makes working with JavaScript and JSON formatted data in .NET simple. Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET objects with a single method call using the JsonSerializer.
Understanding .NET 2.0 and 3.5 Components
10/5/2010 3:21:39 PM.
This article discusses the key components of .NET Framework 2.0, 3.0, and 3.5.
Reading and Parsing a CSS file in ASP.Net
9/1/2010 8:10:26 AM.
In this article I am going to show how we can read and parse a CSS file in asp.net.
Treeview Control in WPF
8/13/2010 4:52:37 AM.
In this article I am going to introduce Treeview Control in WPF.
ASP.NET 3.5 MVC Application
7/15/2010 7:50:41 AM.
This post gives you the basic overview on ASP.NET Models, Views and Controllers. It explains how all parts in MVC Application work together and discuss how the architecture of an ASP.NET MVC application differs from an ASP.NET Web Forms application.
Using new syntax styles in .Net 3.5
4/20/2010 12:31:08 AM.
In this article we will see to new coding methodologies in .NET 3.5.
Magnifying Glass Effect in Silverlight
4/19/2010 4:59:13 AM.
In this article I am going to show how we can zoom a part of an image.
Watermark TextBox in WPF
4/13/2010 1:59:34 AM.
In this article I am going to show how we can use watermark textbox in WPF application.
Using LINQ, when working with images in Web Application
2/22/2010 12:16:20 AM.
In this article I will explain how you can use LINQ, when working with images in Web Application
Genarate Images on fly in ASP.Net
12/12/2009 1:59:44 AM.
In this article I am going to show how we can generate image of any type on fly by choosing our forecolor, background color, our text family, our font style.
Showing table data in hierarchical structure
12/4/2009 2:30:44 AM.
In this article I am going to show how we can have table data in a tree view format.
Uploading file with Progress Bar
11/4/2009 12:12:32 AM.
In this article I am going to show how to upload a file with progress bar in asp.net .
Upload File With Update Panel
10/29/2009 11:59:04 PM.
In this I am going to show how we will upload file with update panel in asp.net.
How to use Login Control in Visual Studio 2008
10/20/2009 7:53:50 PM.
In the recent version of Visual Studio 2008, Microsoft has taken care of a very common functionality of the web applications. In the following article we will see that how to use login control using C#.Net.
WPF Animations Part I- Color Animation
10/13/2009 3:21:25 AM.
WPF is a new framework that has many advanced capabilities. Animations are one of those capabilities, where an object can be animated via rotating, stretching, scaling, moving it across the screen, changing its color, etc. In this article I am going to show color anmiation on a coltrol.
Using partial class, when working with LINQ to SQL Stored Procedures
7/30/2009 7:55:30 AM.
In this article I will explain how you can combine using of your own classes to DataContext (dbml file) and partial DataContext class, when working with LINQ to SQL Stored Procedure.
Site Map in ASP.NET 3.5
7/3/2009 12:48:43 AM.
This sample shows how to use a Site Map control in ASP.NET 3.5.
LinqDataSource Control in ASP.NET 3.5
7/1/2009 3:11:18 AM.
This article shows that how to use LindDataSource Control in ASP.NET 3.5.
Using the PasswordRecovery Control in ASP.NET 3.5
6/27/2009 2:18:36 AM.
This article shows how to use the PasswordRecovery control in ASP.NET 3.5.
Storing and Retrieving Connection Strings in ASP.NET 2.0/3.5
6/24/2009 3:05:26 AM.
This article demonstrates how to store database connection strings in Web.config in ASP.NET 2.0/3.5 and retrieve it for creating connection objects.
Search and selection of data using LINQ
5/27/2009 7:13:15 AM.
In this article I will explain how you can use LINQ, when we should search and select some data according to parameters, defined by users.
Working with SqlDataSource Control in ASP.NET 3.5
10/26/2008 10:40:29 PM.
This tutorial shows how to use a SqlDataSource control in ASP.NET 3.5 and Visual Studio 2008.
Working with SiteMapDataSource Control in ASP.NET 3.5
10/6/2008 10:35:20 AM.
This step by step sample shows how to use a SiteMapDataSource control in ASP.NET 3.5.
MultiView using Menu Control in ASP.NET 3.5
10/1/2008 6:18:55 PM.
In this article, I will explain how to use MultiView control in ASP.NET 3.5.
Getting started with ADO.NET Entity Framework in .NET 3.5
10/1/2008 10:10:07 AM.
This article contains a very simple ADO.NET Entity Framework application to display and add the data to the database using ADO Entity Framework.
Xml DataSource control in ASP.NET 3.5
9/16/2008 5:16:26 AM.
In this article I am going to discuss how to use XmlDataSource control in ASP.NET 3.5
E-card generator using ASP.NET 3.5
9/11/2008 2:06:08 AM.
This article will generate a simple e-card generator using ASP.NET 3.5.
Calendar Control in ASP.NET 3.5
9/5/2008 9:52:11 AM.
This article shows how to use a Calendar control in ASP.NET 3.5 and Visual Studio 2008.
ListView Control in Visual Studio 2008 and ASP.NET 3.5
9/5/2008 9:46:41 AM.
In this post, I am going to explain the new data driven ListView control that ships with Visual Studio 2008.
Nested Master Pages in ASP.NET 3.5
9/3/2008 3:07:07 AM.
Nested Master pages are used when you are build a hierarchy of templates for your web site. This article explains the improved designer for creating Nested Master pages in Visual Studio 2008 and ASP.NET 3.5.
Working with the Uniform Grid in WPF
8/25/2008 2:10:05 AM.
In this article I will introduce the Uniform Grid object. The uniform grid object arranges content in its area so that all the cells in the grid have the same dimension. It represents a perfect solution if someone prefers to prevent the headache of ordering controls within an ordinary Grid object.
AccessDataSource Control in ASP.NET 3.5
8/19/2008 3:14:33 AM.
In this article, I will describe how to use AccessDataSource control in ASP.NET 3.5
Wizard Control in ASP.NET 3.5
8/12/2008 12:55:56 AM.
In this article, I will describe how to use WizardControl in ASP.NET 3.5.
CreateUserWizard control in ASP.NET 3.5
8/6/2008 2:08:49 AM.
In this article, I am going to discuss how to use CreateUserWizard control in ASP.NET 3.5.
DataPager in ASP.NET 3.5
7/31/2008 3:58:31 PM.
The ListView is a hybrid control between a DataGrid and Repeater that combines the templating of the Repeater and the editing features of the data grid, but doesn't support paging, so the DataPager serves as an external control to provide paging features.
ListView Control in ASP.NET 3.5
7/28/2008 6:46:26 PM.
In this article I am going to discuss about features and examples of ListView control in ASP.NET 3.5.
Chapter 1: Introducing ASP.Net
1/7/2008 7:23:26 AM.
This article tells the features and frills of Asp.Net 3.5 and .Net framework.