(SheoNarayan) In this article, we are going to learn about DataGrid and Listbox controls in Silverlight.
Tag: Development
Generate Return Values Using Lambdas in Moq
Mock objects and stubs created using the Moq framework are generally used to inject dependencies with expectations that define fixed results. For more complex scenarios, lambda expressions can be used to generate results based on provided arguments.
Developing Metro Style App using JavaScript and Visual Studio 2011
(Mahesh Sabnis) In a previous article, we explored Windows Runtime (WinRT) and saw how to develop Metro Style Apps in C#. In this article, we will see how Metro Style Applications can be developed using JavaScript, Visual Studio 2011 Developer Preview and Windows 8 Developer Preview.
Dealing with Profile Access in ASP.NET MVC Applications
(Bipin Joshi) ASP.NET services such as Profile are available to MVC applications too and developers can make use of them when needed. While developing a Web Forms based website project developers can access profile properties in a strongly typed fashion.
Creating A JavaScript Shim For Array Unshift() Method
(Ben Nadel) If you write JavaScript, chances are good that you’re familiar with the push() and pop() methods of an Array. These methods add and remove items to and from the end of an array, respectively. You might, however, not be as familiar with the unshift() and shift() methods of an Array.
How to Freeze columns of the Silverlight DataGrid and how to display selected row details in the DataGrid?
(SheoNarayan) In this article, we are going to learn about DataGrid in silverlight and its related properties.
Obtaining the Week Number for a Date
Accounting software, time-keeping utilities and calendar applications often present dates using week numbers that commence at the beginning of the year. Using the .NET framework’s Calendar class a week number can be calculated using a number of rules.
High-Performance ASP.NET Caching
(Peter Vogel) There are two separate places where your application can be slowed to a crawl: In the jump from the browser to the Web server; and at the server, from the Web server to the database server (see Figure 1).
How to sort the custom template column in DataGrid and Group the records of the DataGrid based on a column value?
(SheoNarayan) In this article, we are going to learn about DataGrid in silverlight and its related properties.
Rotate an ASP.NET Image Control using HTML 5 Canvas
(Suprotim Agarwal) The HTML5 canvas is one of the oldest HTML 5 elements. Introduced by Apple Inc. initially in 2004, the Canvas element made its way into the first HTML 5 draft specification. The Canvas element is an HTML tag that you can embed inside an HTML document, for the purpose of drawing gr
