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
April 2012 (1)
March 2012 (2)
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)
February 2010 - Posts
Do Unit Test and Integration Test from same test code using Conditional Compilation
by
Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5
You usually write unit test and integration test code separately using different technologies. For example, for unit test, you use some mocking framework like Moq to do the mocking. For integration test, you do not use any mocking, just some test classes...
Filed under:
.net
,
unit test
,
C#
,
TDD
,
BDD
Is your computer running slow, battery running out quickly?
by
Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5
If your computer is running hot or battery running out quickly then it is most likely due to some application or process consuming high CPU or memory. If you keep running applications for a long time, for example, Outlook, then it continues to grow in...
Filed under:
.net
,
C#
,
tools
,
winforms
Creating a basic proxy for intercepting [quick update].
by
Mehfuz's WebLog
In my previous post, i enhanced the proxy to support generic calls. In order to minimize IL emit and move more parts to managed code, there is a better way to process the return value rather doing the checks against runtime method and see whether the...
Filed under:
C#
,
MSIL
A basic proxy for intercepting method calls (Part – 3)
by
Mehfuz's WebLog
In my previous posts, I showed how to create a proxy that can delegate calls. I further modified it to support argument list from original method and handled scenarios for void and non-void calls. In this post, i will further enhance it to introduce generic...
Filed under:
C#
,
MSIL
Fast Streaming Ajax Proxy with GET PUT POST DELETE
by
Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5
I have enhanced my streaming Ajax Proxy with POST, PUT and DELETE features. Previously it supported only GET. Now it supports all 4 popular methods for complete REST support. Using this proxy, you can call REST API on external domain directly from your...
Filed under:
asp.net
,
ajax
,
javascript
আনলাইনে বাংলা লেখার সহজ উপায়
by
Nazmul weblog
আমরা প্রায় দেখি আমাদের social network (Facebook , twitter) এর বন্দুরা তাদের status message বাংলায় লেখে। এটা সম্ভব হয়েছে Unicode এর কারণে, আমি Unicode কি তা নিয়ে ব্যাখা করব না। Unicode সম্পকে জানতে হলে মামুকে (Google) জিঞ্জাসা করলেই হবে। আপনি কিভাবে ব...
Filed under:
Unicode
,
Bangla Keyboard
,
AVRO
ASP.NET MVC Complex Object ModelMetaData Issue
by
Kazi Manzur Rashid's Blog
One of the exciting feature of ASP.NET MVC is(?) auto generating the view of the model with DisplayForModel/EditorForModel statement, it gives a nice extension point for the application developers to customize the view. But in the latest release (MVC2...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
Windows 7 64bit, Outlook 2010 64bit, Conferencing Addin 64bit, Macbook Pro 64bit
by
Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5
I am a 64bit freak. I got Windows 7, Outlook 2010, Conferencing Addin all 64 bit versions to work on a Macbook pro. Those who are thinking about moving to 64bit and hesitating whether something will break, GO AHEAD! Macbook Pro hardware and Microsoft...
Filed under:
windows7
,
Office
Our first large WPF Browser application is almost ready !!
by
Nazmul weblog
Last few weeks I was too busy with our new product. I was giving a final touch of a large WPF application (demo version). We called it iProjectMaster. Soon I will give you more update about the product. It took 6 months to design & develop this product...