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: , , , ,

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: , , ,

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: ,

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: ,

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: , ,

আনলাইনে বাংলা লেখার সহজ উপায় by Nazmul weblog

আমরা প্রায় দেখি আমাদের social network (Facebook , twitter) এর বন্দুরা তাদের status message বাংলায় লেখে। এটা সম্ভব হয়েছে Unicode এর কারণে, আমি Unicode কি তা নিয়ে ব্যাখা করব না। Unicode সম্পকে জানতে হলে মামুকে (Google) জিঞ্জাসা করলেই হবে। আপনি কিভাবে ব...
Filed under: , ,

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: , , ,

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: ,

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...
Powered by Community Server (Non-Commercial Edition), by Telligent Systems