9 items found in the General Category
ASP.NET MVC v. Web Forms Debate - My View
Mikesdotnetting
-
22 February 2010 21:53
It seems that the whole world (and Margate) is having its say on which is better - MVC or Web Forms. Scott Guthrie posted his views on technical debates in general, and then contributed his thoughts on MVC v. Web Forms. Ian Cooper has an interesting contribution to make to the debate too. Rob Conery (formerly of Microsoft) posted probably the most linked to opinion on the matter. (There - I've just added another link...) A lot of other blog posts around scream that MVC is better because its better. One even tries to posit the notion that some kind of score card approach can help you decide.
Click to read more about ASP.NET MVC v. Web Forms Debate - My View ...
Filed under:
General
ASP.NET 3.5
ASP.NET MVC
as
General
Viewed: 4662 times
Using gacutil.exe and Reflection to generate the Exceptions Cheat Sheet
Mikesdotnetting
-
10 February 2010 07:28
The most recent addition to my Cheat Sheets features details of all the Exceptions that can be found in the most commonly used assemblies within ASP.NET development. Compiling this information was an interesting challenge. I could have simply copy-pasted from MSDN, but that would have been extremely tedious. Instead, I ended up with a blend of Linq to XML, Reflection, a dash of Regex and the Global Assembly Cache Tool - gacutil.exe. Here's the full story.
Click to read more about Using gacutil.exe and Reflection to generate the Exceptions Cheat Sheet ...
Filed under:
C#
Visual Studio
General
ASP.NET 3.5
as
Article
Viewed: 1638 times
Cheat Sheet - .NET Framework Exceptions
Mikesdotnetting
-
07 February 2010 17:19
Here's a list of Exceptions that can be found in the assemblies which are most commonly used in ASP.NET development. Ideally, you should be as specific as possible when catching or throwing Exceptions. The more specific you are, the less work the CLR has to do in locating the appropriate catch block, and the more informative your error messages are, which should help speed up identifying the source of any problems.
Click to read more about Cheat Sheet - .NET Framework Exceptions ...
Filed under:
C#
General
ASP.NET 3.5
as
Cheat Sheet
Viewed: 3014 times
Translating My Articles? Let Me Know And I Will Link To You
Mikesdotnetting
-
28 December 2009 08:42
I put into practice what I preached about preventing image leeching. Within the first 48 hours I got literally hundreds of email notifications from the logger I installed giving me URLs where I can find copies of my articles pasted word for word, including links to my images. I was also able to identify a number of sites owned by people who had taken the trouble to translate my articles into other languages (but were still leeching my images).
Click to read more about Translating My Articles? Let Me Know And I Will Link To You ...
Filed under:
General
as
General
Viewed: 993 times
Please Help - URGENT!!!
Mikesdotnetting
-
12 December 2009 10:31
Some one posted a comment to one of my articles the other day. It appears that they had had little success in adapting some code I had posted in the article to their application. They included this phrase in their comment: "Please advice me, it is urgent".
Click to read more about Please Help - URGENT!!! ...
Filed under:
General
as
General
Viewed: 1682 times
What ASP.NET Can And Cannot Do
Mikesdotnetting
-
23 November 2009 22:26
If you are new to web development and choose ASP.NET Web Forms as your starting point, you may be forgiven for not understanding how ASP.NET works, and what its role is. This article covers the basics which should help you discover your limits.
Click to read more about What ASP.NET Can And Cannot Do ...
Filed under:
Javascript
General
ASP.NET 3.5
as
Article
Viewed: 3131 times
Book Review - ASP.NET 3.5 Application Architecture and Design
Mikesdotnetting
-
11 October 2009 18:36
Back in the day, when I began to get interested in ASP.NET application architecture and design, I spent hours hunting for a book that would explain all I needed to know. I wanted one that focused on ASP.NET, with its special demands, rather than a general .NET development book. I wanted a book that would explain what layers and tiers were, and how I should separate code out to make it more scalable and reusable. I wanted a book that would explain how I could take my skills to the next level. I couldn't find one. There was a big gap in the market. Vivek Thakur has attempted to fill this gap, with this apty named title: ASP.NET 3.5 Application Architecture and Design.
Click to read more about Book Review - ASP.NET 3.5 Application Architecture and Design ...
Filed under:
General
ASP.NET 3.5
Book Review
as
General
Viewed: 1990 times
ASP.NET MVC - Battle of the Books
Mikesdotnetting
-
27 July 2009 13:25
There's always a splurge of new books that come out around the RTM of any new ASP.NET related technology. Authors all over the place are burning the midnight oil, cursing the changes from one CTP to the next, through to Betas and hoping against hope that the Release Candidates and final RTMs aren't stuffed with "breaking changes" which inevitably mean total rewrites of whole sections or chapters in their draft. And then the race between the publishers is on, as each tries to get their offer to market before the others. Here, I look at three of the titles that were published around the time that ASP.NET MVC was launched, and give my judgement on how they fare in covering not only the core Framework but the key features that ASP.NET MVC is designed to offer:
Click to read more about ASP.NET MVC - Battle of the Books ...
Filed under:
General
ASP.NET MVC
Book Review
as
General
Viewed: 3957 times
I'm a Microsoft MVP!
Mikesdotnetting
-
05 April 2008 10:26
I was delighted to find out on April Fool's Day (?) that I have been awarded the 2008 Microsoft® MVP Award.
Click to read more about I'm a Microsoft MVP! ...
Filed under:
General
as
General
Viewed: 1107 times


