(Kevin McNeish) The iPhone is one of the most compelling and exciting user interfaces to appear on any consumer electronic device, with many innovations that make it a pleasure to use. This article demonstrates how you can implement these features in your .NET applications in a step-by-step format a
Tag: Development
Simple Asynchronous Downloads
(Karl E. Peterson) There are probably as many strategies for downloading files from the Internet as there are .NET programmers — that is, no where near the number of Classic VB developers, but still more than a mere handful. Ask the question in a newsgroup, and you’ll quickly get a good half-dozen
GridView Tips and Tricks using ASP.NET 2.0
(Suprotim Agarwal) In this article, we will explore some of the most frequently asked questions about the GridView control. The article discusses ten tips and tricks that you can use while using the GridView control.
Questions about .net Exceptions
(Tess Fernandez) One of my readers emailed me the following question I have a simple questions that my management asks me. When I see all kinds of exceptions thrown (null exceptions etc..), what is the user experience? Does their system hand these back to the user? does it return an error message
Working with binary large objects (BLOBs)
(Amr Ashush) You can define a BLOB as a large photo, document, audio, etc., saved in binary formats that you want to save in a database.
Cautions
(Jim Mischel) Extension methods are a very clever bit of syntactic sleight-of-hand, and can be very useful in some situations. The LINQ standard query operators that add query functionality to the existing IEnumerable and IEnumerable(T) types are an excellent example of extension methods used well.
Role Based Forms Authentication in ASP.NET 2.0
(Satheesh Babu) Any ASP.NET site we develop will always have an authentication module unless and until there is nothing private on the site or something we explicitly know as being unnecessary. For instance, a simple public content site will not require an authentication module. Depending on the nat
Getting Started with the ASP.NET MVC Framework
(AzamSharp) We have made a long journey from classic ASP to ASP.NET. But the journey is far from over. ASP.NET framework introduced code behind model which eliminated the spaghetti code written in classic ASP. Although the code behind model made the life of an ASP.NET developer comfortable but it wa
.NET Case Study: Stackoverflow Exception when using a complex rowfilter
(Tess Fernandez) When you use very complex Rowfilters or expressions on datasets or datatables you may end up getting a stackoverflow exception.
Accessing data using Language Integrated Query (LINQ) in ASP.NET WebPages – Part 2
(Balamurali Balaji) Using declarative markup, you can create a LinqDataSource control that connects to data from a SQL database table, and configure it to handle updating, inserting, and deleting data without having to write the SQL commands to perform these tasks. The LinqDataSource class also prov
