|
|
Welcome to Bangladesh Microsoft Technology Community
Front Page News
-
|
|
Filling up Mock objects with random data is possibly one of the most time consuming and boring chapter of writing test cases. Let say we have the following classes and we want to write some mock objects. Mock Object Code Example ...
|
-
|
|
.NET Reflection can be quite handy to transform one object to another, and specially when the target data structure varies a lot. Lets say, a "source party" has a stable Source data structure. But different clients have different requirement and expects...
|
-
|
|
1. Make sure your dynamic controls are Loaded on every postback. Lets play with a very simple example, ASPX <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <body> <form...
|
-
|
|
IntroductionThere are many situations where we need to identify if partial rendering is supported in a page, especially when a control uses javascript, to get the control work in partial rendering mode, the script needs to be registered using a ScriptManager...
|
-
|
|
Declaring a property in C# 3.0 is super easy and super short.public class Student{ public string Name { get; set; }}yes that's it, the framework will take care of the rest, the private variables will be automatically created and the getter...
|
-
|
|
WebRequest is the abstract base class for the .NET Framework's request/response model for accessing data from the Internet. To get content of a website, in .NET 1.0. we used to use WebRequest, which is good and also works asynchronously. public static...
|
-
|
|
The theme of this year’s Imagine Cup is "Imagine a world where technology enables a sustainable environment." It had been a great honorary for me to take part as one the Judges of the 2008 Imagine Cup Australia. All the teams worked real hard and came...
|
-
|
|
Couple of days back me and my colleague, we discovered an issue with the ASP.NET Multi View Control. We were surprised to see that it do not add ViewState, of the dynamically added controls, of the Inactive Tabs. ASP.NET 2.0 ...
|
-
|
|
The following 2 links may help. VS 2005: http://learn.iis.net/page.aspx/431/using-visual-studio-2005-with-iis-70/ VS 2008: http://learn.iis.net/page.aspx/387/using-visual-studio-2008-with-iis-70/...
|
-
|
|
Problem I started writing an ASP.NET Custom Server Control, where I wanted an Image to be Embedded Resource of the Assembly itself, so that, I do not need to ship the images separately, but surprisingly it did not work straightway for me. The following...
|
There are
26 guest(s) online.
Currently there are no online users.
|
|