Browse by Tags
All Tags »
Samples (
RSS)
Me and Amr Elsehemy are working together in something and he requested a feature in some APIs I built. In fact he liked the Rob Conery's PagedList that had been modified by Troy Goode . He used it on his jBlogMVC post series about building Blog Engine...
At the end of the last month (September 2008) Microsoft announced that it will be shipping jQuery with Visual Studio going forward . It was a great news for all ASP.NET developers who are jQuery fans as well as jQuery and ASP.NET AJAX folks like me. Before...
On part 1 and part 2 I explored how to apply 2 different inheritance models ( TPH & TPT ) in Entity Framework . In this part I'm going to demonstrate associations between 2 base entities. And how to filter end properties to return specific type...
In the previous part I discussed Table-per-Hierarchy Inheritance , in this part I'll go through Table-per-Type Inheritance model. There is a video demonstrating this model if you wish to watch. Here I'll update my previous sample with new entities...
Few weeks ago Dave started the Advanced ASP.NET AJAX Server Controls book giveaway contest . And yesterday he announced that the control is almost completed, but the contest door is still open. So I thought to grape the bits and start testing it and build...
Last year, Matt posted a cool post about How To: Use the HoverMenuExtender for GridView RowCommands . Last month I got an e-mail from Justin Riggs , he was trying to combine to things. The usage of HoverMenuExtender as described in Matt's post , and...
Well, I'm done with this article that show in details how to build on demand loaded details from master data using GridView and CollapsiblePanelExtender control. Read the article . Earlier this year Matt Berseth posted about Building a Grouping Grid...
Few days I posted a new simple jQuery.UI widget, Simple Static Tooltip Widget . In this post, I provide a toop tip with 3 examples. The tooltip support 3 modes, show/hide tooltip on mouseover/mouseout or on focus/blur or manually using tooltip client...
Back to April 2007 I posted about building an ASP.NET AJAX ComboBox. It was an attempt to rewrite a ComboBox Control I made to fulfil certain issues I faced with 3rd Party Controls. One of those issue was performance as most of 3rd Party control are rendering...
Few weeks ago Microsoft released a useful training kit for Visual Studio 2008 and .NET Framework 3.5 containing Labs, Demos and PPTs. The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content...
Well, I had a small issue regarding writing a script to clean a database we have and reset its identity columns in all tables. Although the database wasn't huge one (less than 100 tables) I had to trace relations to be able to delete child table's...
Recently I’ve finished reading the marvelous book ASP.NET AJAX IN ACTION . After that I thought to start build some simple ASP.NET AJAX Enabled Controls. Unfortunately I’m not an advanced JavaScript developer and I consider most of the scripts I wrote...
Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled applications on Windows. This download is a set of 10 Hands-on Labs for Windows Workflow Foundation in C# and VB.NET versions. These labs are...
I have a friend called Amr he started recently blogging about building Custome Controls and give these controls design time suppot. He is digging deep on to provide design time for custome controls. To have a closer view, visit his blog and read his design...
Microsoft built a new starter kit for Workflow foundation and ASP.NET. It is a web application that includes task-oriented workflow using Windows Workflow Foundation. This starter kit is a Visual Studio 2005 project that demonstrates using Windows Workflow...