Contents tagged with Visual Studio
-
ASP.NET Podcast Show #145 - Windows Azure Part III with the Visual Studio 2010 and Azure 1.2 Tools
This show is on Web & Worker Roles in Azure, Blob Storage, and the Visual Studio 2010 Azure tools.
-
Visual Studio 2010 Beta 1 and .NET 4.0 Beta 1 on msdn downloads
Since no one else has said it, I will. Visual Studio 2010 Beta 1 and .NET 4.0 Beta 1 are on msdn for subscribers. Just stay off until my download is complete. ;-)
-
Update - Atlanta MSDN Developer Conference coming in December
The MSDN Developer Conference will not only WOW you with the coolest sessions from the PDC but you will also be in the running to win one of 3 Lego NXT Robotics Kits and the WROX Microsoft Robotics Developer Studio book. Other giveaways include a Gamer Backpack filled with the latest XBox games and a Gadget Backpack chock full of cool hardware.
-
MSDN Developer Conference in Atlanta
-
ASP.NET Podcast Show #102 - ASP.NET AJAX Futures Data Part II - Video and Audio
Subscribe <-- All the cool kids are doing it!
-
ASP.NET Podcast Show #99 - Nested Master Pages in Visual Studio 2008 (video and audio)
-
Why you should use Visual Studio 2008 today!
If you have an ASP.NET project that use ASP.NET AJAX, you should take a serious look at using Visual Studio 2008 today. The javascript debugging makes it all worth it. I was tracking an error today, and I would never have found out what was happening without seeing the breakpoints get hit in the IDE. It has helped me solve problem after problem. Its providing tangible benefits today! The productivity increase is amazing. And I am finding VS 2008 today is more reliable on Vista than VS 2005. This feature is just that important. And did I mention it makes a good floor wax and desert topping.................
-
Visual Studio .NET 2008 on Thursday? - Looks like Friday now
According to BetaNews.com, start looking for Visual Studio 2008 on Thursday. The download page at: http://msdn.microsoft.com/en-us/vstudio/aa700830.aspx says the product is here, but alas, I do not see it yet. That's not stopping me from refreshing the page every 5-10 minutes. Enjoy the wait. Intellisense for Javascript makes the wait worth it.
-
Using the ListView with VS.NET Orcas Beta1
If you have tried the new grid control (ListView) in Visual Studio .NET Orcas Beta1, you may have noticed that the control has to be registered within the page. To get around this, I had to do two things:
- Register the System.Web.Extensions assembly with the project. Apparently, this assembly is not registered with the projects by default.
- Add the <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> entry to the pages -> controls section of the web.config file. Once I did these two items, I got my intellisense and I didn't have to worry with the registration commands on every page.
-
ASP.NET Podcast Show #90 - Orcas Beta1 Intellisense and Debugging of Web Services and AJAX - video
While this show sounds similar to the previous show, it isn't. The previous show was just about improved Intellisense and Debugging of JavaScript. This show is about Visual Studio .NET Orcas Beta1 support for Intellisense and Debugging of Web Services with AJAX.