It is a great thing to announce that Dotneteers are now involved in the authoring team of a new book with working title “Visual Studio 2010 and .NET 4.0 Six-in-One”. The book is to be published by Wrox in Q1 next year in a team work of ten, including well-known authors, Hungarian MVPs and...
Just drop it in your page before the </body> tag: <script language="javascript" type="text/javascript"> var prm = Sys.WebForms.PageRequestManager.getInstance(); prm.add_initializeRequest(InitializeRequest); prm.add_endRequest(EndRequest); var oldClass = ""; function...
http://www.microsoft.com/downloads/details.aspx?FamilyId=0178e2ef-9da8-445e-9348-c93f24cc9f9d&displaylang=en – 32 bit version http://www.microsoft.com/downloads/details.aspx?familyid=E0052BBA-2D50-4214-B65B-37E5EF44F146&displaylang=en – 64 bit version It searches your (or somebody...
A full cumulative update for .NET 3.5 in a form of a service pack. But be carefull - it may break all your bases belongs to us like .NET Framework 2.0 Service Pack 2 , .NET Framework 3.0 Service Pack 2 or .NET Framework 3.0 Service Pack 1 . The problem resides in the fact, that it no only contains many...
If Visual Studio Extensibility has complex parts, no doubt, the Project System (managing the project hierarchy, project content editing, build, deployment, etc) is one of them. Currently the Managed Package Framework does not support creating your own project system and the related MSDN documentation...
In the previous part of this mini-series I introduced a solution to inject code between a caller and the called method. This solution was based on the method handling architecture of the .NET CLR. In this part I show a few elements in the background of these feature set and deal with the performance...
Yesterday we had good news about VS 2008 SP1 and.NET Framework 3.5 SP1: they reached the RTM state and were released. Aghy and VBandi have already blogged that great event and provided many links to access the newly released components. Right now I am installing the VS 2008 SP1 (I have not finished yet...