(Joe Kunk) The BigInteger structure was introduced in the .NET Framework 4, allowing for an arbitrarily large integer number. Prior to this, the largest integer that could be represented was the int64.MaxValue of 9,223,372,036,854,775,807 or approximately 9.2 x 1018.
Tag: Development
Exploring HTML5’s localStorage – Persistent Client-Side Key-Value Pairs
(Ben Nadel) The other day, when building the Things I Give website and web app, I used HTML5’s localStorage object for the first time. Like cookies, the localStorage object provides a way to persist string-based, key-value pairs on the client.
How to change the background color of rows in a GridView in ASP.NET 3.5
(Deepak Sharma) In this article we will learn how to change the background color of the rows in a GridView control based on its row data using RowDataBound event.
Subterranean IL: Compiling C# exception handlers
(Simon Cooper) An exception handler in C# combines the IL catch and finally exception handling clauses into a single try statement:
Create Your Next Application and Database in the Cloud
(Vince Varallo) This article will demonstrate how to create a database in the Cloud and then create an ASP.NET web site which uses this database as the back end.
Creating ASP.NET MVC ‘Web Site’
(Bipin Joshi) If you used ASP.NET MVC before, you are probably aware that Visual Studio provides ASP.NET MVC Web Application project template to create MVC based applications. There is no option to create MVC Web Sites. In this article I am going to explain how I solved this issue in one of my appli
ChartResult: Testable ASP.NET MVC 3 controller actions that return Chart
(Gunnar Peipman) Lately I blogged about charts support in ASP.NET MVC 3 beta. This posting showed how to get chart initialized and sent to client quickly. In this posting I will show you how to use Chart with ChartResult to make our chart operations testable.
ASP.Net MasterPage Tutorial – Creating Edit.aspx
This is the fourth part of the ASP.NET 3.5 admin pages tutorial. In this part, you will actually learn how to create the Edit.aspx which will be used by the administrators to edit, delete and update content on your website.
Reporting: How To Sort Columns In a Report
(Ged Mead) I’ve been doing some work using reports that are created in Visual Studio and then displayed using the ReportViewer control. Recently, I wanted to know how to allow the user to sort a report by clicking on the column headers, in the same way that you can with, say, a DataGridView. It tu
Microsoft Web Farm Framework 2.0
(Scott Guthrie) The IIS team recently published the Microsoft Web Farm Framework 2.0 release to the web. You can learn more about it and download the final V2 release of it here.
