March 2010 - Posts

Speaking at the Great Indian Developer Summit by Mehfuz's WebLog

I’ll be speaking at the Great Indian Developer Summit from April 20 – 23  at the Indian Institute of Science in Bangalore (Bangaluru), India. This will be my first ever to the GIDS and hopefully it will be a real great experience all together and...
Filed under: , ,

Creating Rich View Components in ASP.NET MVC by Kazi Manzur Rashid's Blog

One of the nice thing of our Telerik Extensions for ASP.NET MVC is, it gives you an excellent extensible platform to create rich view components. In this post, I will show you a tiny but very powerful ListView Component. Those who are familiar with the...

C# with keyword equivalent by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

There’s no with keyword in C#, like Visual Basic. So you end up writing code like this: this . StatusProgressBar . IsIndeterminate = false ; this . StatusProgressBar . Visibility = Visibility . Visible ; this . StatusProgressBar . Minimum = 0 ; this Read...
Filed under: , ,

Maintaining shared service in ASP.NET MVC Application by Kazi Manzur Rashid's Blog

Depending on the application sometimes we have to maintain some shared service throughout our application. Let’s say you are developing a multi-blog supported blog engine where both the controller and view must know the currently visiting blog, it’s setting...

ParallelWork: Feature rich multithreaded fluent task execution library for WPF by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

ParallelWork is an open source free helper class that lets you run multiple work in parallel threads, get success, failure and progress update on the WPF UI thread, wait for work to complete, abort all work (in case of shutdown), queue work to run after...
Filed under: , , ,

Open Source WPF UML Design tool by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

PlantUmlEditor is my new free open source UML designer project built using WPF and .NET 3.5. If you have used plantuml before, you know that you can quickly create sophisitcated UML diagrams without struggling with a designer. Especially those who use...
Filed under: , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems