Browse by Tags
All Tags »
.Net (
RSS)
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....
Nice article on how to run background process on windows mobile. http://www.pocketpcdn.com/articles/services.html Suresh Behera
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.. ...
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
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...
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...
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...
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...
Nice to Regular expression. var RE_SSN = /^[0-9]{3}[\- ]?[0-9]{2}[\- ]?[0-9]{4}$/; JavaScript Tutorial: Regular Expressions Thanks, Suresh
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 »