Sign In
Tips of the Day on .NET
Find some tips & tricks that are related to .NET technologies from this blog.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.net
ASP.NET AJAX
Friend Assemblies
General .NET
If Operator
Implicit Typed Array
Layered Architecture
Local Variable Type Inference
Mobile Development
Office Business Application
SilverLight
Team Foundation Server 2008
Tip & Tricks
Tips & Tricks
Tricks & Tips
Videos
Visual Basic 9.0
Visual Studio
Visual Studio 2008
Visual Studio Team System
Windows Communication Foundation
Windows Mobile 6.0
Windows Server 2008
Windows Workflow Foundation
WPF
Archive
Archives
April 2008
(2)
March 2008
(6)
February 2008
(10)
January 2008
(3)
December 2007
(2)
November 2007
(7)
October 2007
(6)
September 2007
(3)
August 2007
(4)
July 2007
(6)
June 2007
(6)
May 2007
(5)
April 2007
(8)
March 2007
(6)
February 2007
(11)
January 2007
(12)
December 2006
(8)
November 2006
(11)
October 2006
(9)
September 2006
(8)
August 2006
(5)
July 2006
(6)
March, 2007
MSDN Blogs
>
Tips of the Day on .NET
>
March, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tips of the Day on .NET
Securing Forms Authentication
Posted
over 5 years ago
by
tolong
1
Comments
In ASP.net, forms authentication uses an authentication ticket to authenticate the users. This ticket is created when a user logs on to a site. Normally the ticket is stored inside a cookie. However, you still can pass the ticket in a query string for...
Tips of the Day on .NET
Does Macro work with TFS?
Posted
over 5 years ago
by
tolong
2
Comments
If you are using Microsoft excel,project for some times, you might find using macros really ease your daily job. So, when come to integration excel and project with TFS, does macro still work with TFS? In fact, you can still create your own macro to call...
Tips of the Day on .NET
Sign up for the "Best of Gadgets Contest"
Posted
over 5 years ago
by
tolong
0
Comments
Wanna showcase your gadget, participcate the "Best of Gadgets Contest" STEP 1 Create a Web gadget or Sidebar gadget STEP 2 Submit gadget to Windows Live Gallery http://gallery.live.com/ (i) Submit your gadget to http://gallery.live.com/submit.aspx...
Tips of the Day on .NET
Use Visual Studio to build 64-bit application
Posted
over 5 years ago
by
tolong
2
Comments
Some of the developers are asking, is that possible to use the Visual Studio 2005 to build 64-bit application. The answer is yes. But not every version of Visual Studio 2005. To build application target on Itanium platform, you can use Visual Studio Team...
Tips of the Day on .NET
Problem in connecting to SQL Server 2005 Express
Posted
over 5 years ago
by
tolong
0
Comments
" An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections" Ever encounter this error when...
Tips of the Day on .NET
How to protect your Connection Strings
Posted
over 5 years ago
by
tolong
0
Comments
Question: "How to protect and secure the connection strings?" Answer : "It is recommended that store your database connection strings in the Web.config file and encrypt the connection strings. In the .NET Framework 2.0, you have the option to enable the...
Page 1 of 1 (6 items)