Ok. Now I have to keep up on the commitments that I made. Today I will write about the first session that I attended in Teched 2006.‘ Windows presentation foundation’...
Just found a beautiful way of explaining .Net delegates from Chris Sells. please find it here http://sellsbrothers.com/writing/default.aspx?content=delegates.htmNote...
Just came across the announcement from Microsoft that it will rename the winfx as .Net 3.0. so .Net 2.0 and WinFx combined will be called .Net 3.0.Just wondering when and inwhich version the LINQ...
I came across a beautiful set of videos for ASP.Net 2.0 illustrating multiple features of ASP.Net 2.0 development.
it can be viewed in the url http://blogs.msdn.com/bgold/archive/2006/02/20/535869.aspx
Often we will have a requirement like printing the Grid header in every page when it's printed out. You can do this using Javascript, by just changing the Grid Header row style to "display:table-header-group"
just give the below code in your page script section
function print_header()...
It was always in VB6 to create projects work on it and then discard it without saving to the disk. however with the advent of .Net in Vs.Net 2003 we were not able to exploit this feature as every project would have a directory created and gets stored.
however in Vs2005 this is achieved....
For all MS-Access Programmers, here is the link for Access 2000 Runtime Minimum from Microsoft This is something I always wanted to have. I am glad I found this.... http://support.microsoft.com/default.aspx?scid=kb;en-us;243957 . .
Found a very helpful and informative Microsoft KB article on domain security settings, with detailed info on each setting, what happens if enabling it, and compatibility problems that may occur. For example, it recommends setting "Network security: Lan Manager authentication level" to NTLMv2, because...
Microsoft Corp. illegally took technology used to link spreadsheet data
between two of its programs from a Guatemalan inventor, lawyers said
during opening statements at a jury trial that started on Tuesday.
Carlos Armando Amado said in a lawsuit that he filed for a patent in
1990 for software that...
Microsoft will launch the next version of
its Office spreadsheet,e-mail and word processing programs during the
second half of 2006, thesame time frame it is planning for the next
Windows version, theworld's largest software maker said on Wednesday. Gates
promised in an e-mail to executives...
In this tutorial you will learn about Using Web Reference - Adding a Web reference:, To create an ASP.NET Web application, Adding a Web Reference, Testing a Web Service, Accessing the XML Web Service and To access the XML Web service
VB.NET 2005 Tutorials : Web Reference, ASP.NET Web Application...
Why Iterators?
As developers, many would have enjoyed the flexibility offered by foreach statements in C# .earlier to enumerate our enumerable collections using the foreach statements, the Ienumerable interface had to be implemented...
C# 2.0 provides more flexibility to the development community. one such feature is Generics, similar to templates in C++. to plunge into Generics just view
http://aspspider.net/Sundararajan/.Net/articles/generics_1.aspx
The Fundamentals pillar is designed to provide a great experience to end users and administrators in managing the Longhorn application life cycle. This includes application deployment, servicing, ongoing feedback, manageability, and trustworthiness.
Articles
I would like to start my frist one with Excel...... Please let me know what you think of this...
Start with the Welcome and proceed through the tutorial. This page is just for reference AFTER you have gone through the whole thing once.
IT is recommended that you have EXCEL running...
Performance analysis for any application must be managed at every stage of the SDLC.
Before application goes in to the hands of QA Team , profilers can be used as performance management tools during coding and unit testing stages.QA team can use load testing tools to perform load test during the...