Bangladesh MVPs
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.net
Agile
ajax
asp.net
asp.net MVC
AspNetMvc
Blog Posts
C#
DotNetShoutout
Entity Framework
IoC/DI
jQuery
JustMock
linq
Mock
MVC
Open Source
performance
production
Projects
TDD
Telerik
Uncategorized
unit test
Unity
Community
Home
Blogs
Media
Forums
Wikis
Groups
Video
Job
Archives
February 2012 (1)
January 2012 (2)
December 2011 (5)
November 2011 (1)
October 2011 (2)
September 2011 (1)
August 2011 (2)
July 2011 (2)
June 2011 (1)
May 2011 (4)
March 2011 (1)
February 2011 (2)
December 2010 (3)
November 2010 (3)
October 2010 (5)
September 2010 (5)
August 2010 (5)
July 2010 (4)
June 2010 (6)
May 2010 (15)
April 2010 (21)
March 2010 (6)
February 2010 (9)
January 2010 (4)
December 2009 (8)
November 2009 (9)
October 2009 (2)
September 2009 (9)
August 2009 (5)
July 2009 (4)
June 2009 (8)
May 2009 (7)
April 2009 (12)
March 2009 (14)
February 2009 (13)
January 2009 (3)
December 2008 (4)
November 2008 (1)
October 2008 (13)
September 2008 (2)
August 2008 (4)
July 2008 (1)
June 2008 (2)
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:
Telerik
,
Speaker
,
GIDS
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...
Filed under:
asp.net
,
asp.net MVC
,
AspNetMvc
,
Telerik
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:
.net
,
ideas
,
C#
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...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
aspnetmvcextensibility
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:
C#
,
TDD
,
WPF
,
BDD
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:
C#
,
WPF
,
tools