<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msdn.net.bd/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Bangladesh MVPs</title><subtitle type="html" /><id>http://msdn.net.bd/blogs/mvps/atom.aspx</id><link rel="alternate" type="text/html" href="http://msdn.net.bd/blogs/mvps/default.aspx" /><link rel="self" type="application/atom+xml" href="http://msdn.net.bd/blogs/mvps/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.31106.3070">Community Server</generator><updated>2011-09-30T20:06:41Z</updated><entry><title>Caching WCF javascript proxy on browser</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2012/04/04/caching-wcf-javascript-proxy-on-browser.aspx" /><id>/blogs/mvps/archive/2012/04/04/caching-wcf-javascript-proxy-on-browser.aspx</id><published>2012-04-04T14:53:34Z</published><updated>2012-04-04T14:53:34Z</updated><content type="html">When you use WCF services from Javascript, you have to generate the Javascript proxies by hitting the Service.svc/js. If you have five WCF services, then it means five javascripts to download. As browsers download javascripts synchronously, one after Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2012/04/04/caching-wcf-javascript-proxy-on-browser.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157476" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="performance" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/performance/default.aspx" /><category term="asp.net" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/asp.net/default.aspx" /><category term="WCF" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/WCF/default.aspx" /><category term="Blog Posts" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Blog+Posts/default.aspx" /></entry><entry><title>Memory Stream Multiplexer–write and read from many threads simultaneously</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2012/03/12/memory-stream-multiplexer-write-and-read-from-many-threads-simultaneously.aspx" /><id>/blogs/mvps/archive/2012/03/12/memory-stream-multiplexer-write-and-read-from-many-threads-simultaneously.aspx</id><published>2012-03-12T15:42:21Z</published><updated>2012-03-12T15:42:21Z</updated><content type="html">Here’s an implementation of MemoryStream like buffer manager where one thread can write and many threads can read simultaneously. Each reading thread gets its own reader and can read from the shared stream on its own without blocking write operation or Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2012/03/12/memory-stream-multiplexer-write-and-read-from-many-threads-simultaneously.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157443" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="performance" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/performance/default.aspx" /><category term=".net" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/.net/default.aspx" /><category term="Blog Posts" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Blog+Posts/default.aspx" /></entry><entry><title>ReadLine on Binary Stream</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2012/03/03/readline-on-binary-stream.aspx" /><id>/blogs/mvps/archive/2012/03/03/readline-on-binary-stream.aspx</id><published>2012-03-02T16:50:11Z</published><updated>2012-03-02T16:50:11Z</updated><content type="html">When you are reading data from a binary stream, like NetworkStream or FileStream and you need to read both binary chunks as well as read one text line at a time, you are on your own as BinaryReader nor Stream supports ReadLine. You can use StreamReader Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2012/03/03/readline-on-binary-stream.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157439" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="Blog Posts" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Blog+Posts/default.aspx" /><category term="CodeProject" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/CodeProject/default.aspx" /></entry><entry><title>Scaling ASP.NET websites from thousands to millions–LIDNUG</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2012/02/05/scaling-asp-net-websites-from-thousands-to-millions-lidnug.aspx" /><id>/blogs/mvps/archive/2012/02/05/scaling-asp-net-websites-from-thousands-to-millions-lidnug.aspx</id><published>2012-02-04T16:52:00Z</published><updated>2012-02-04T16:52:00Z</updated><content type="html">Here’s the recent presentation made on LIDNUG on scaling ASP.NET websites from thousands to millions of users. Scaling ASP.NET websites from thousands to millions of users by Omar AL Zabir Here’re the slides. Scaling asp.net websites to millions of users Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2012/02/05/scaling-asp-net-websites-from-thousands-to-millions-lidnug.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157422" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="performance" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/performance/default.aspx" /><category term="asp.net" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/asp.net/default.aspx" /><category term="production" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/production/default.aspx" /><category term="Blog Posts" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Blog+Posts/default.aspx" /></entry><entry><title>Writing ASP.NET MVC bootstrapper with Autobox</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2012/01/30/writing-asp-net-mvc-bootstrapper-with-autobox.aspx" /><id>/blogs/mvps/archive/2012/01/30/writing-asp-net-mvc-bootstrapper-with-autobox.aspx</id><published>2012-01-30T15:47:10Z</published><updated>2012-01-30T15:47:10Z</updated><content type="html">This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have used the latest version of AutoBox (available from nuget, this version also includes Castle.Windsor internally for managing dependencies rather using Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2012/01/30/writing-asp-net-mvc-bootstrapper-with-autobox.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157418" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="asp.net" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/asp.net/default.aspx" /><category term="MVC" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/MVC/default.aspx" /><category term="C#" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/C_2300_/default.aspx" /><category term="DI" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/DI/default.aspx" /><category term="AutoBox" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/AutoBox/default.aspx" /></entry><entry><title>Assert the order of expected calls over instances</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2012/01/27/assert-the-order-of-expected-calls-over-instances.aspx" /><id>/blogs/mvps/archive/2012/01/27/assert-the-order-of-expected-calls-over-instances.aspx</id><published>2012-01-27T12:24:10Z</published><updated>2012-01-27T12:24:10Z</updated><content type="html">You want to assert that user is validated before withdrawing amount from an account. JustMock lets you specify the order in which your setups should be executed. This helps you to identify the exact way in which a particular logic is implemented. &amp;#160; Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2012/01/27/assert-the-order-of-expected-calls-over-instances.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157413" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="unit test" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/unit+test/default.aspx" /><category term="C#" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/C_2300_/default.aspx" /><category term="JustMock" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/JustMock/default.aspx" /><category term="Mocking" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Mocking/default.aspx" /></entry><entry><title>Browse internet faster and save power using a smart HOSTS file</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/12/29/browse-internet-faster-and-save-power-using-a-smart-hosts-file.aspx" /><id>/blogs/mvps/archive/2011/12/29/browse-internet-faster-and-save-power-using-a-smart-hosts-file.aspx</id><published>2011-12-29T13:01:00Z</published><updated>2011-12-29T13:01:00Z</updated><content type="html">Internet is full of flash ads nowadays that make page load slower, render slower and consumes more CPU, thus power. If you can browse without having any flash ads or in fact any ads loaded and without any of the tracking scripts &amp;#8211; you can browse Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/12/29/browse-internet-faster-and-save-power-using-a-smart-hosts-file.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157395" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="performance" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/performance/default.aspx" /><category term="windows7" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/windows7/default.aspx" /><category term="Blog Posts" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Blog+Posts/default.aspx" /><category term="CodeProject" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/CodeProject/default.aspx" /></entry><entry><title>Get Dropthings license by donating to charity</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/12/23/get-dropthings-license-by-donating-to-charity.aspx" /><id>/blogs/mvps/archive/2011/12/23/get-dropthings-license-by-donating-to-charity.aspx</id><published>2011-12-22T16:41:16Z</published><updated>2011-12-22T16:41:16Z</updated><content type="html">Now you no longer pay me for Dropthings license instead you donate the money to a charity and I will give you the license. In case you don’t know what Dropthings is, it is a Web 2.0 Personalizable Dashboard framework that you can use to build Web 2.0 Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/12/23/get-dropthings-license-by-donating-to-charity.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157391" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="asp.net" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/asp.net/default.aspx" /><category term="Blog Posts" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Blog+Posts/default.aspx" /></entry><entry><title>“iStock Broking“ our second WPF kid.</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/12/15/istock-broking-our-second-wpf-kid.aspx" /><id>/blogs/mvps/archive/2011/12/15/istock-broking-our-second-wpf-kid.aspx</id><published>2011-12-15T08:00:00Z</published><updated>2011-12-15T08:00:00Z</updated><content type="html">&amp;quot;যদি তোর ডাক শুনে কেউ না আসে ... তবে একলা চলরে&amp;quot;, when whole world fighting for get the answer &amp;quot;Is WPF dead?!!&amp;quot; we have been successfully start deploying our second product build on WPF to local client end. We have worked around 2yrs Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/12/15/istock-broking-our-second-wpf-kid.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157383" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="WPF" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/WPF/default.aspx" /><category term="XAML" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/XAML/default.aspx" /><category term="Mystra" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Mystra/default.aspx" /><category term="Trade Management" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Trade+Management/default.aspx" /><category term="iStock Broking" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/iStock+Broking/default.aspx" /><category term="Microsoft" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Microsoft/default.aspx" /></entry><entry><title>Asserting a mock with test framework</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/12/09/asserting-a-mock-with-test-framework.aspx" /><id>/blogs/mvps/archive/2011/12/09/asserting-a-mock-with-test-framework.aspx</id><published>2011-12-09T12:44:40Z</published><updated>2011-12-09T12:44:40Z</updated><content type="html">When asserting an expected call for its number of occurrences or may be just to verify if the setup/arrange is acted as intended, the tool generally raises assertion that points us to the reason why the test failed. Different mocking tools use different Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/12/09/asserting-a-mock-with-test-framework.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157375" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="unit test" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/unit+test/default.aspx" /><category term="C#" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/C_2300_/default.aspx" /><category term="JustMock" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/JustMock/default.aspx" /><category term="Mocking" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Mocking/default.aspx" /></entry><entry><title>Future mocking with #IgnoreInstance</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/12/02/future-mocking-with-ignoreinstance.aspx" /><id>/blogs/mvps/archive/2011/12/02/future-mocking-with-ignoreinstance.aspx</id><published>2011-12-02T11:36:41Z</published><updated>2011-12-02T11:36:41Z</updated><content type="html">In my previous post, i showed how JustMock picks mock expectations based on current context without the instance being injected. Based on feedback we found that It’s sometimes confusing and often does not work as intended. However, the context of this Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/12/02/future-mocking-with-ignoreinstance.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157363" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="C#" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/C_2300_/default.aspx" /><category term="Telerik" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Telerik/default.aspx" /><category term="JustMock" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/JustMock/default.aspx" /><category term="Mocking" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Mocking/default.aspx" /></entry><entry><title>Introducing AutoBox  - On the fly dependency injection and caching container.</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/11/06/introducing-autobox-on-the-fly-dependency-injection-and-caching-container.aspx" /><id>/blogs/mvps/archive/2011/11/06/introducing-autobox-on-the-fly-dependency-injection-and-caching-container.aspx</id><published>2011-11-05T22:00:29Z</published><updated>2011-11-05T22:00:29Z</updated><content type="html">Just when we have dependencies for a controller, we need to wrap around our heads to write a bootstrapper that will dynamically inject dependencies for a controller in runtime and once we we want to do&amp;#160; data caching like a particular method in accounts Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/11/06/introducing-autobox-on-the-fly-dependency-injection-and-caching-container.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157339" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="asp.net" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/asp.net/default.aspx" /><category term="MVC" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/MVC/default.aspx" /><category term="C#" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/C_2300_/default.aspx" /><category term="DI" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/DI/default.aspx" /><category term="MemCached" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/MemCached/default.aspx" /><category term="AutoBox" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/AutoBox/default.aspx" /></entry><entry><title>MVP Open Day 2011 at Cambridge</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/10/15/mvp-open-day-2011-at-cambridge.aspx" /><id>/blogs/mvps/archive/2011/10/15/mvp-open-day-2011-at-cambridge.aspx</id><published>2011-10-15T14:16:52Z</published><updated>2011-10-15T14:16:52Z</updated><content type="html">Microsoft Research arranged MVP Open Day 2011 at Cambridge on Oct 24, 2011. Beautiful university, made me feel like giving up my job and going back to study. Amazing research work going there, very thought provoking. The session on DNA programming was Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/10/15/mvp-open-day-2011-at-cambridge.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157322" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="performance" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/performance/default.aspx" /><category term="asp.net" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/asp.net/default.aspx" /><category term="production" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/production/default.aspx" /><category term="Blog Posts" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Blog+Posts/default.aspx" /><category term="talks" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/talks/default.aspx" /></entry><entry><title>Prevent ASP.NET cookies from being sent on every css, js, image request</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/10/15/prevent-asp-net-cookies-from-being-sent-on-every-css-js-image-request.aspx" /><id>/blogs/mvps/archive/2011/10/15/prevent-asp-net-cookies-from-being-sent-on-every-css-js-image-request.aspx</id><published>2011-10-15T12:57:19Z</published><updated>2011-10-15T12:57:19Z</updated><content type="html">ASP.NET generates some large cookies if you are using ASP.NET membership provider. Especially if you are using the Anonymous provider, then a typical site will send the following cookies to every request when a user is logged in, whether the request is Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/10/15/prevent-asp-net-cookies-from-being-sent-on-every-css-js-image-request.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157321" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="performance" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/performance/default.aspx" /><category term="asp.net" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/asp.net/default.aspx" /><category term="Blog Posts" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Blog+Posts/default.aspx" /><category term="CodeProject" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/CodeProject/default.aspx" /></entry><entry><title>Future mocking revisited</title><link rel="alternate" type="text/html" href="/blogs/mvps/archive/2011/09/30/future-mocking-revisited.aspx" /><id>/blogs/mvps/archive/2011/09/30/future-mocking-revisited.aspx</id><published>2011-09-30T12:06:41Z</published><updated>2011-09-30T12:06:41Z</updated><content type="html">Previously , I have posted how it is possible to mock a method without passing the dependency through a constructor / calling method. This is something true for third party controls and tools where we have little control over how its created. You can Read More......(&lt;a href="http://msdn.net.bd/blogs/mvps/archive/2011/09/30/future-mocking-revisited.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msdn.net.bd/aggbug.aspx?PostID=157306" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msdn.net.bd/members/Anonymous/default.aspx</uri></author><category term="C#" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/C_2300_/default.aspx" /><category term="JustMock" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/JustMock/default.aspx" /><category term="MSpec" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/MSpec/default.aspx" /><category term="Mocking" scheme="http://msdn.net.bd/blogs/mvps/archive/tags/Mocking/default.aspx" /></entry></feed>
