Managing Menus with a Custom Menu Provider – Visual Studio Magazine

June 29, 2010

Managing Menus with a Custom Menu ProviderVisual Studio MagazineIn my last column ( Managing Menus ), I answered a question posed by a participant in an ASP.NET class that I was teaching: How to have an ...

Extending Client-Side Programming in ASP.NET 4 – Visual Studio Magazine

June 29, 2010

Extending Client-Side Programming in ASP.NET 4Visual Studio MagazineASP.NET 4 adds a wealth of features for client-side developers, including new ways of instantiating controls, a new infrastructure for managing libraries ...

5 More Tailspin Spyworks Videos Now Live

June 29, 2010

The www.asp.net content team ahs pushed 5 more of my Tailspin Spyworks sample application videos live for your viewing pleasure. TailSpin SpyWorks - Adding Items to the Shopping Cart TailSpin SpyWorks - Display Shopping Cart TailSpin SpyWorks - Update the Shopping Cart TailSpin SpyWorks - Migrate the Shopping Cart TailSpin SpyWorks - Final Check Out   Work continues ……. Read More......(read more)

Microsoft readies new Express version of its IIS Web server – ZDNet (blog)

June 29, 2010

Microsoft readies new Express version of its IIS Web serverZDNet (blog)It will be able to be installed side-by-side with the full IIS Web server and the ASP.Net Development Server. The new SKU will work on Windows XP and other ...and more »

Happy Bithday .NET Framework! – Visual Studio Magazine

June 29, 2010

Happy Bithday .NET Framework!Visual Studio MagazineOne demo was a non-Microsoft browser on a Macintosh hitting an IIS Web server serving up ASP.NET dynamically created pages and making SOAP calls to multiple ...

Telerik Delivers Foundation for Innovative ServusXchange MyOnlineToolbox Platform – Earthtimes

June 29, 2010

Telerik Delivers Foundation for Innovative ServusXchange MyOnlineToolbox PlatformEarthtimesServusXchange selected Telerik's RadControls for ASP.NET AJAX and Telerik Reporting for development of the back-end module for MyOnlineToolbox. ...and more »

Assembly Coding within Visual C/C++ IDE

June 29, 2010

When it comes to low-level languages such as Assembly most people think that it is something unimaginably hard to learn. It is not a black art. ASM is a programming language just like any other the main difference is that it is the closest to the machine s own language. As such it s slightly harder to master requires practice and at least a sense of knowing what happens behind the scenes architecture .... Create Netbook Apps and Win! Big prizes for groundbreaking apps in the Intel® Atom? Developer Challenge

Microsoft Announces Telerik as Winner of 2010 Central and Eastern European … – Econsultancy (press release)

June 29, 2010

Microsoft Announces Telerik as Winner of 2010 Central and Eastern European ...Econsultancy (press release)Telerik's Sitefinity CMS, based on market-proven ASP.NET development patterns, is a comprehensive development tool enabling rapid creation and deployment of ...and more »

DotNetNuke Corp. Continues Explosive Growth in First Half of 2010 – Marketwire (press release)

June 29, 2010

DotNetNuke Corp. Continues Explosive Growth in First Half of 2010Marketwire (press release)New Professional and Elite Edition features include a powerful document management solution, tighter integration with the Telerik RadControls for ASP.NET ...and more »

How I understood monads, part 2/2: have we met before?

June 29, 2010

The first post in this series can be found here: http://weblogs.asp.net/bleroy/archive/2010/06/16/how-i-understood-monads-part-1-2-sleepless-and-self-loathing-in-seattle.aspx Last time , I tried to explain how beer and Lou helped me finally understand monads. I gave a couple of trivial examples. Hopefully now that you have this new functional hammer, everything will start looking like a nail. So let’s have a look at a few screws this time. Like last time, I’ll be pretty liberal with the definition of a monad as long as the spirit of monads seems to be preserved. Feel free to nitpick in the comments ;) Oh yeah, jQuery is a monad In jQuery, you first create a wrapped set of HTML elements and then execute operations on it, the result of which is...(read more)