Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

Browse by Tags

All Tags » .Net (RSS)
Tools for XSL
Awesome list of tools for XML/XSL/XSLT…some of them does not work…but try your luck. 1. What can't XST do? A parser parser 2. Graphical XSLT tools 3. XML editor summary 4. XML Editor, Unicode support 5. XSL IDE 6. Visual XSLT Editor 7. XSL Editors 8....
Posted: Oct 06 2009, 05:46 PM by Suresh Behera | with 1 comment(s)
Filed under: ,
Background Process for Windows Mobile
Nice article on how to run background process on windows mobile. http://www.pocketpcdn.com/articles/services.html Suresh Behera
High Performance Web Sites
  only 10-20% of the end user response time is spent downloading the HTML document. The other 80-90% is spent downloading all the components in the page. The Google Code Blog: How we improved performance on Google Code Nice article…read it..  ...
IEMobile Development
  This is one of very good article found on IEMobile development.It is worth to look it. http://msdn.microsoft.com/en-us/library/ms838316.aspx   Cheers… Suresh Behera
Posted: Feb 18 2009, 06:59 PM by Suresh Behera | with no comments
Filed under: ,
Login dialog when using the Team Foundation Server API
nwc = new NetworkCredential(tfsuid, TFSPass, TFSDomain); tfs = new TeamFoundationServer(TFSServerUrl, new UICredentialsProvider()); tfs.EnsureAuthenticated(); EnsureAuthenticated does not work for web,You need to have customize dialog box to accept uid...
Posted: Feb 06 2009, 04:22 PM by Suresh Behera | with no comments
Filed under: ,
What is workspace in TFS ?
Well i have been using tfs since few months surprisingly got question like “What is Workspace in tsf ?” asked few of colleague to get their view who all are in tfs zone since long period got different  answer like and checked on Google see what it...
Posted: Feb 04 2009, 06:34 PM by Suresh Behera | with no comments
Filed under: ,
TFS Basic programming Step.
I was looking at some tfs programming c# and was confused what is the basic step to connect or check in checkout. here is the basic step // Connect to TFS Source Control // Create a Workspace // Get Files // Create a New Directory/File // Append Files...
Posted: Feb 04 2009, 06:16 PM by Suresh Behera | with 1 comment(s)
Filed under: ,
Coding Best Practices Using DateTime in the .NET Framework
  The Rules Calculations and comparisons of DateTime instances are only meaningful when the instances being compared or used are representations of points in time from the same time-zone perspective. A developer is responsible for keeping track of...
Posted: Oct 15 2008, 05:55 PM by Suresh Behera | with 1 comment(s)
Filed under:
JavaScript regular expression to validate SSN.
Nice to Regular expression. var RE_SSN = /^[0-9]{3}[\- ]?[0-9]{2}[\- ]?[0-9]{4}$/; JavaScript Tutorial: Regular Expressions Thanks, Suresh
Posted: Oct 08 2008, 03:45 PM by Suresh Behera | with 1 comment(s)
Filed under: ,
Assembly Reference for Visual Studio 2005 / 2008
You will always have trouble to reference you right assembly or track the right assembly.Here is on nice tool help you found for visual studio .net http://www.codeproject.com/KB/macros/Lexware.AssemblyReference.aspx Thanks, Suresh Behera
More Posts Next page »