It was a while since the last time that I had a chat with my dear friend, Kourosh, until today when I could have a short chat with him and asked about the status of his new book about ASP.NET AJAX and surprisingly he told me that his book is printed and is ready for order. From some months ago, Kourosh...
Last week after finishing manuscripts of my book , I promised to get back to regular blogging and give more stuff about programming and .NET especially about newly released .NET 3.5 so here you go! It's been a long time since the last time that I sent a blog post with programming codes, isn't...
In my opinion the Nth rule of simplicity would be the simplicity of the internet URLs. One of things that I always attend to on any new web application is this and for me it's very important to have a site with simple and readable URLs. If we go back and forth and recall the history of the web, can...
You already know that Scott Guthrie and Scott Hanselman have introduced the new MVC framework for ASP.NET in the ALT.NET conference and there were many community reactions about it during the last week. Today Scott Hanselman posted two Silverlight videos of Scott Guthrie's presentation and his own...
Finally Microsoft released Silverlight 1.0 RTW and it supports Linux via Moonlight as a result of a partnership with Novell! Read the official press announcement here . As you know, Silverlight has been a common topic on .NET community since last year when Microsoft put a primary focus on it in Mix and...
Mike Volodarsky, the Program Manager of IIS team at Microsoft, has written a very good blog post about developing IIS 7.0 modules and handlers with .NET Framework and .NET languages . In his post, he points that older C APIs for ISAPI filters have been replaced with C++ APIs and new features have been...
Scott Guthrie has a great article about one of great features I've been waiting for that will be coming to Visual Studio 2008 ; Nested Master Page Designer support. Quite a few projects I have worked on use nested master pages ( CS included) so it will be great to finally be able to get a design...
In one of my recent posts I discussed about Invoking a WebService from a Workflow . The other case is when you want to build a webservice that runs a workflow to return its results. This is the topic of this post but is a little harder than invoking a webservice from a workflow. Create the Workflow Before...
One of things that I wanted to add to new version of Nayyeri.NET was a blogroll. Community Server supports blogrolls out of the box but they're not easy to manage. Probably you can remember that I had written an OPML to Blogroll converter control for Community Server 2.0 but in fact it wasn't fast for...
Finally Microsoft released ASP.NET AJAX 1.0 RTM (via Steve ). You can download it from here . I can remember the day when Scott introduced Atlas in PDC 05 and now it hits RTM. ASP.NET AJAX had many changes in this while but all of them made it better and better. New CTP for AJAX Control Toolkit released...