Owner: Articles for ASP.NET, C#, VB.NET, MS SQL, Framework 2.0,3.0,3.5 URL:http://aspnetsource.com/blog/Default.aspx Join Date: Fri, 11 Jul 2008 07:36:42 -0500 Rating:0 Site Description: Articles for ASP.NET, C#, VB.NET, MS SQL, Framework 2.0,3.0,3.5 Site statistics:Click here
C# Features in Framework 3.0 0000-00-00 00:00:00 Here's list of new features of C# language in Framework 3.0.
1. Implicitly Typed Local Variables
You can use implicitly-typed local variables to store anonymous t
Differences between Components, Controls, and Behaviors 0000-00-00 00:00:00 Behaviors, controls, and components are mostly the same. This is the
case because when compared to the amount of functionality the base component
type provides, behaviors and cont Read more:Components
What Is LINQ to SQL ? 0000-00-00 00:00:00 Prior to answering this question, you must first understand what LINQ is. LINQ stands for the
.NET Language Integrated Query and is a new framework extension in .NET 3.5. As the name Read more:SQL
Evolution of SQL Server 0000-00-00 00:00:00 SQL Server has evolved over the years into the product it is today. The table below gives a summary of
this process.
Year Read more:Evolution
, SQL
, SQL Server
Loading Master Pages Dynamically in ASP.NET 3.5 0000-00-00 00:00:00 You can associate different MasterPages
dynamically with a content page. This is useful in
two situations.
First, you can enable the users of your website to customize the appear Read more:Loading
A Brief Overview of Validation in ASP.NET 3.5 0000-00-00 00:00:00 Many web applications involve user
input. The sad fact is, however, that users make mistakes: they skip required fields,
they put in six-digit phone numbers, and they return all m Read more:Brief
, Overview
, Validation
Check the load time of your website 0000-00-00 00:00:00
It's a good idea to check the load time of your site, I found that usefult free online tool:
You can check the downloaded size (in KB) of the page, Total Load Time and Averag Read more:Check
, website
How to select all text in textbox when it gets focus 0000-00-00 00:00:00 Sometimes it's usefull when your someone clicks in your textbox, whole text inside it to become selected. We use it in 'Link to Us' textbox. Follows example how you can do it:
in aspx page:
LINQ: DataContext Class 0000-00-00 00:00:00 The DataContext class is the core channel that you use to work with (for example,
to query or update) your database. For each LTS DBML file you add to your solution, a new
DataCon
PNGs and Browser Support 0000-00-00 00:00:00 While Internet Explorer for Windows 6 (IE6) and previous versions of IE don’t support PNGs’ alphatransparency
feature, all popular browsers — Safari, Opera, Firefox, and Read more:Support
Fix the SQL Connection Problems 0000-00-00 00:00:00 Connecting ASP.NET to a remote SQL
Server or SQL Server Express database
is error-prone and frustrating. If you manage to connect the first time without
any grief, run out and buy
Encrypt Connection Information 0000-00-00 00:00:00 ASP.NET doesn’t serve (display) certain types of files to the browser, including
configuration files. However, don’t tempt fate by flashing a SQL Server
password in the
Generate Sitemap for your Site 0000-00-00 00:00:00 It's a good idea to add sitemap file to your site. Some hosting providers allow their customers tools for sitemap generation, but if your doesn't you can use this url to generate it (just by typing Read more:Sitemap
Fields removed when Download our Products 0000-00-00 00:00:00 We've received some mails form our visitors, they asked us why we need to collect their names and e-mails when they download our free products. We've really don't need users names and e-mails. That Read more:Download
, Fields
, Products
, removed