Munna on .net

Masudur Rahman (Munna) is sharing ideas and interesting learning experience on Microsoft dot net framework

Recent posts

Tags

Categories

Navigation

Pages

Archive

Blogroll

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Using the Build event of visual studio 2008
Background Some times we need to execute some custom task just before we build our solution or project, I have no idea how others IDE do that, but recently we have gathered some experience about Visual Studio 2008, and doing these kind of task became pretty easy. In one of our project we had to us... [More]
Web browser control does not display data in WPF window if window's allow transparency is true
Windows from have web browser control since .net 2.0, WPF also introduced a browser control from .net 3.5 sp1, well the controls are very good as far as functionality is concern, i my self prefer windows forms browser since it have more control with the functionality. Today i encountered with a str... [More]
A wild thought! And fear of getting lost in the way.
"Days,months,years has past and I have been developing just about the same way I had started from the beginning of my career". The above statement is not valid, its a lie, and can not be true, in fact its impossible. In my day to day job, I had to work with Microsoft technology to deliver clients ... [More]
Posted: Jul 07 2009, 10:59 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Agile software development resources, "adapt the change"
In our organization we have finished a three day agile software development work shop. we had lots of fun in the workshop, and most of the developer in our organization is convinced to adapt the process. Its important for me that I share with the community about few resources about agile. few impor... [More]
Posted: Jul 07 2009, 02:05 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Agile | Process
Exposing your local IIS to network in Windows XP.
Introduction Hi, in this post I am going to share a simple knowledge about IIS. The knowledge is about how to expose local IIS to network, so that other network users in team can access and use the functionality. In a web application development team we might want to check our web sites not only ... [More]
Posted: Jun 12 2009, 10:56 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: IIS
Tooltip service and tooltip facility of WPF
Introduction Tooltip is very important part of any modern software. It helps and suggests what to do with the any user interaction item control or what a particular content or legends means. In this article I am going to discuss about a small yet interesting feature of WPF, the “ToolTipServic... [More]
Posted: Jun 07 2009, 10:54 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: .net 3.0 | .net 3.5 | WPF
WPF ItemsControl with alternating item and hover effect
Introduction In this short article we are going to see few tricks about WPF ItemsControl. ItemsControl is one of the simplest yet powerful control in WPF. ItemsControl is just like the repeater control in asp.net. It supports Binding and supports custom template to display the data. for detail stud... [More]
Posted: Apr 24 2009, 10:53 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
ASP.NET AJAX Control Toolkit ModalPopupExtender Control in Action
Download source - 942.41 KB Table of Contents Development Platform Introduction Display a Modal Popup Close and Open Modal Popup Using Script Display an iframe Inside Modal Popup Close Popup from iframe Same Source Di... [More]
Posted: Apr 20 2009, 10:51 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
A Beginner's Guide for "Using WCF in JavaScript using Asp.net Ajax"
Contents Development Platform Introduction Using Ajax-Enabled WCF Service item template Using Service Interface defined in a class library Configure the Web Application To Use TODO Service Using Service In JavaScript Summery References Develop... [More]
Multiline editable combo in WPF
Today I am going to share a interesting learning experience that I had about editable combo box. In one of my project we have a requirement that all editable text need to support  multi-line support. very easy stuff. Just set IsEditable property of combo box to "true". 1: <ComboBox x... [More]
Posted: Jan 21 2009, 09:46 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: WPF | WPF Control | xbap