Raj Kaimal
If it ain't broke, make it better.
-
Tip to optimize C# Refactoring in Web Projects
Scott has posted a great tip for speeding up refactoring performance with Web Projects in VS 2005.
-
VS.net 2005 Output window settings
By default, in VS.net 2005 RTM, the Output window (Ctrl + W, O) is docked at the bottom. After I build my project, I have to scroll to see the contents of this window which is annoying.
-
Using XSLT files with the new XMLDataSource control (article)
Using XSLT files with the new XMLDataSource control (article)
without writing any code ...well, almost! -
Using XSLT files with the new XMLDataSource control
VS 2005 RTM (.net framework 2.0)
Target: Intermediate Developers -
SiteMap nodes and identical urls
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode>
<siteMapNode url="~/Employee/Home.aspx" title="Employee Home">
<siteMapNode url="~/Common/Records.aspx" title="Records"/>
<siteMapNode url="~/Employee/Profile.aspx" title="Profile" />
</siteMapNode>
<siteMapNode url="~/Admin/Home.aspx" title="Admin Home">
<siteMapNode url="~/Common/Records.aspx" title="Records"/>
<siteMapNode url="~/Admin/Profile.aspx" title="Profile" />
</siteMapNode>
</siteMapNode>
</siteMap> -
Generating schema from XML file
Version: VS.net 2005 RTM
VS.net 2003 allowed you to generate an XML schema by opening an XML file, right clicking and selecting "Create Schema". This item has beem moved to the XML menu item on the top menu bar in VS 2005.
You can also go into your command window and type in: -
VS.net 2005 RTM - Lost ability to create new websites
I am repairing VS.net 2005 as I type this. I am no longer able to create websites with VS.net 2005 RTM
:-(
Screen Capture (Flickr) -
ASP.net chat - Open request to the ASP.net team
I would like to request the ASP.net team to consider holding chat sessions from time to time. Just like before, each session should focus on a specifc area.
Looking at the chat archive, the last time a chat with the ASP.net team occured was in December 2002. -
BoundField DataFormatString attribute not being applied.
Version: ASP.net 2.0 RTM
I wasted a few minutes figuring out this one.
You have a BoundField object in a GridView bound to a field of type DateTime with a DataFormatString attribute but the format string is not being applied.
<asp:BoundField DataField="DateOfBirth" DataFormatString="{0:MM/dd/yyyy}" /> -
The problem with Biometric fingerprint readers
Biometric fingerprint readers allow you to logon to your computer in the active directory and to your favorite websites with the touch of your finger. Unfortunately, most users rely so much on fingerprint readers that they forget their domain password. This becomes frustrating when a user tries to access resources in the AD from a machine that does not have a fingerprint reader or is not in the AD.