Browse by Tags
All Tags »
ASP.NET
Microsoft just released it's CTP-1 of a new caching product code named Velocity. It is a distributed caching technology that should add extra velocity to your ASP.NET applications. Summary: “Velocity” is a distributed in-memory application...(
Read More...
The beta has been released. Scott Guthrie has a huge list of what to expect . (The image should link you directly to the download page.) Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!...( read more )
Read More...
I'm supporting an ASP ( Application Service Provider ) style application for my company. Instead of putting each client's settings into a single config file, I wanted to have the main config file point to each clients configuration. After...(
Read More...
Come and get it! If you are a MVC developer and really want to dig into the core of MVC then go directly to CodePlex and get the code ! Scott Guthrie has a LOT more details on his blog. Share this post: email it! | bookmark it! | digg it! | reddit! |...(
Read More...
Looking for events? Are you in Ireland on May 3rd? What better way to spend a Saturday than at an event with some funny charismatic notable characters like Plip and Sussman ! With Plip's permission I've duplicated his blog entry...(
Read More...
Scott Guthrie just announced the availability of the ASP.NET Model-View-Controller source code. And believe me when I say this - the ASP.NET team is doing their darndest to make sure this works for you . Our plans are to release regular drops of...(
Read More...
If you did not make it to Mix 08 this year the keynote speeches are now available online. If you don't know what mix is you may want to take a look at: Microsoft's Mix Website The Mix08 Conference Website del.icio.us Tags: ASP.NET , Event...(
Read More...
Scott Hanselman just announced the launching of the ASP.NET Wiki (Beta). If you are wondering why a Wiki this is what Scott has to say: "To provide a targeted, categorized, human-hand-edited, and living Wiki for finding answers to ASP.NET...(
Read More...
While this is not a book for beginners in the ASP.NET world I found the book to be very informative. Joydip Kanjilal has taken a section of data handling and display, dug into the internals and brings it to the pages of his first book. Even...(
Read More...
Scott Guthrie , plus others at Microsoft have released the latest news - Releasing the Source Code for the .NET Framework Libraries !! Enjoy! Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!...( read more ) Share this...(
read more)
An app I am currently working on uses the paradigm of moving items from one listbox to another instead of doing a DB call for each user interaction. I needed a way to nicely move stuff from left to right and right to left and keep it sorted. By using...(...(
read more)