Click here to Skip to main content
15,879,348 members

Articles by Mahmudul Haque Azad (Articles: 4, Technical Blogs: 4, Tip/Tricks: 11)

Articles: 4, Technical Blogs: 4, Tip/Tricks: 11

RSS Feed

Average article rating: 4.40

Desktop Programming
WPF
24 Dec 2010   Updated: 6 Jan 2011   Rating: 4.78/5    Votes: 21   Popularity: 6.11
Licence: CDDL    Views: 122,152     Bookmarked: 43   Downloaded: 3,951
Please Sign up or sign in to vote.
This articles discusses the very basics of dependency injection in WPF for those who are new in WPF and Unity.
13 Dec 2010   Updated: 13 Dec 2010   Rating: 3.29/5    Votes: 7   Popularity: 2.78
Licence: CDDL    Views: 44,965     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
An easy guideline to write WPF dependency property which is compatible with XAML binding and code behind binding.
Hosted Services
Azure
26 Jan 2011   Updated: 7 Mar 2011   Rating: 4.74/5    Votes: 39   Popularity: 7.49
Licence: CPOL    Views: 207,935     Bookmarked: 87   Downloaded: 1,009
Please Sign up or sign in to vote.
This article contains step by step instructions to implement BDD in .NET project using Specflow and MBUnit.
Web Development
ASP.NET
19 Jan 2011   Updated: 6 Feb 2011   Rating: 4.80/5    Votes: 58   Popularity: 8.47
Licence: CPOL    Views: 236,973     Bookmarked: 133   Downloaded: 0
Please Sign up or sign in to vote.
This article describes the natural evolution of BDD from common problems of developers not following TDD properly. It also describes a bit about Domain Driven Design (DDD) and Domain Specific Language (DSL) which are naturally connected with BDD.

Average blogs rating: 4.30

All Topics
6 Jan 2010   Updated: 11 Jan 2011   Rating: 4.00/5    Votes: 6   Popularity: 3.11
Licence: CDDL    Views: 40,401     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Here are 5 steps to SVN merging
Database Development
SQL Server
15 Mar 2010   Updated: 15 Mar 2010   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CDDL    Views: 28,300     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
A simple trick to add to custom node to the XML commenting.in GhostDoc
Web Development
ASP.NET
13 Jan 2010   Updated: 13 Jan 2010   Rating: 4.83/5    Votes: 4   Popularity: 2.91
Licence: CDDL    Views: 13,390     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Database driven unit testing using VSTS
HTML
13 Jan 2010   Updated: 6 Jan 2011   Rating: 3.36/5    Votes: 9   Popularity: 3.20
Licence: CDDL    Views: 28,777     Bookmarked: 27   Downloaded: 0
Please Sign up or sign in to vote.
Magic of JQuery in ASP.NET, simplifying AJAX

Average tips rating: 4.00

.NET
19 Jul 2010   Updated: 23 Jul 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,490     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Database Development
SQL Server
9 May 2010   Updated: 20 Oct 2011   Rating: 4.00/5    Votes: 5   Popularity: 2.80
Licence: CPOL    Views: 39,460     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Getting all table and schema names containing particular column name
Desktop Programming
WPF
22 Feb 2011   Updated: 5 Mar 2011   Rating: 3.67/5    Votes: 4   Popularity: 2.21
Licence: CPOL    Views: 29,930     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
FireBug like tool for WPF
8 Mar 2011   Updated: 9 Mar 2011   Rating: 3.86/5    Votes: 7   Popularity: 3.26
Licence: CPOL    Views: 76,985     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Accessing image from Resource File in XAML markup
6 Apr 2011   Updated: 6 Apr 2011   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 25,390     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
I found a better alternative of snoop... WPF Inspector! http://wpfinspector.codeplex.com/[^]
12 Jan 2011   Updated: 13 Jan 2011   Rating: 4.91/5    Votes: 8   Popularity: 4.43
Licence: CPOL    Views: 39,150     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Shortcut to generate different property snippets in Visual Studio
DevOps
Testing
25 Jan 2011   Updated: 26 Jan 2011   Rating: 4.86/5    Votes: 7   Popularity: 4.10
Licence: CPOL    Views: 17,491     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Exposing internal members to other projects
Programming Languages
C#
24 Mar 2010   Updated: 24 Mar 2010   Rating: 4.71/5    Votes: 7   Popularity: 3.98
Licence: CPOL    Views: 48,471     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
There is a short cut way to convert ArrayList to a generic list instead of looping through items.Generally this is what people do :omg: List orders = new List(myArrayList.count); foreach (WarriorTrading.Order order in myArrayList) { orders.add(order); }But this...
7 Mar 2011   Updated: 8 Mar 2011   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 37,151     Bookmarked: 2   Downloaded: 3
Please Sign up or sign in to vote.
Generic Method Problem in Unity Dependency Injection Container
C# 3.5
24 Mar 2010   Updated: 24 Mar 2010   Rating: 3.00/5    Votes: 3   Popularity: 1.43
Licence: CPOL    Views: 9,040     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Suppose we have a base entity class called BaseEntity.We create a child Entity named Status inheriting BaseEntity public class Status: BaseEntityNow lets assume we have two Generic ListList mainList = new List();List childList;Now we want to...
Web Development
HTML
30 Mar 2010   Updated: 30 Mar 2010   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 11,211     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Sometimes we face some UI problem like for example We need a line break in Internet Explorer 7. But we don't need that for other browser.This can be done in many ways but i got a interesting solution of this.write a CSS like this.breakOnlyInIE7{ display:none;...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior) Vizrt Bangladesh
Bangladesh Bangladesh
I am truly versatile and 360 degree Engineer having wide range of development experience in .NET and Java Platform. I am also proficient in system level programming in C++. To me technology is not at all a problem, it’s the client requirement that matters! That is I am ready and comfortable to use any technology to make the business of my client a success.

In my five years of experience I have the opportunities to work for fortune 500 companies of US and many renowned clients from Europe.

My Linkedin Profile: http://bd.linkedin.com/in/mahmudazad