Most recent comments
michael Acker 18/04/2013 18:49
In response to
Consuming RSS feeds in an ASP.NET page
Nice Example....
SINGHXLb 10/04/2013 21:15
In response to
The SimpleMembershipProvider, Secure Passwords And The Crypto Helper
Thanks Mike but i have one question what are values for SaltSize and PBKDF2SubkeyLength ?...
Isaac Koss 09/04/2013 21:55
In response to
Inline Editing With The WebGrid
Unfortunately this does not work in MVC 4. Do you have any ideas on how to do this in MVC 4? Thanks...
Satyabrata Mohapatra 05/04/2013 12:19
In response to
I'm Writing A Book On WebMatrix
Sir,
Today i got the book "Beginning ASP.NET Web Pages with WebMatrix". It is a fantastic book !!...
Boyd Campbell 04/04/2013 20:25
In response to
The WebGrid Helper - Making Selections
If I repopulate the grid with a brand new set of data, the WebGrid is keeping a handle on the row. I...
Derek 03/04/2013 17:35
In response to
Parameter Queries in ASP.NET with MS Access
I am using Microsoft Access 2010 and Visual Studio 2010.
What must be done to handle the case where...
Asit 01/04/2013 08:12
In response to
Cheat Sheet - .NET Framework Exceptions
Great list! I bookmarked this page reference. Thanks! :)...
waqar 01/04/2013 06:12
In response to
Globalization And Localization With Razor Web Pages
excellent article...
Garry 31/03/2013 21:58
In response to
Upload and Crop Images with jQuery, JCrop and ASP.NET
This is an excellent article! Nice one @Mikesdotnetting....
Amit Jahanabadi 30/03/2013 15:54
In response to
Dependency Injection and Inversion of Control with ASP.NET MVC
One of the Best Article on DI & IoC, I have ever read. Thank You!...
Most Popular - Last 7 Days
Most Popular - Last 30 Days
Most Popular - All Time
Latest Entries
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
Tutorial
Viewed: 12023 times
Book Review - Professional Enterprise .NET
Mikesdotnetting
-
28 October 2009 15:49
I reviewed an ASP.NET Architecture and Design book recently. It was OK. I felt it was a bit thin, and didn't cover topics beyond beginner level. Then I got sent a review copy of another book: Professional Enterprise .NET. Having read it, this is the book that the previous book should want to be when it grows up.
Click to read more about Book Review - Professional Enterprise .NET ...
Filed under:
ASP.NET 3.5
ASP.NET MVC
Book Review
as
General
Viewed: 6564 times
Displaying Google Analytics Data in ASP.NET
Mikesdotnetting
-
26 October 2009 22:30
If you have a Google Analytics account, you can use the Data Export API provided by Google to access your visitor stats, and retrieve them for use elsewhere. Here's how to display some stats in ASP.NET.
Click to read more about Displaying Google Analytics Data in ASP.NET ...
Filed under:
ASP.NET 3.5
ASP.NET MVC
as
Tutorial
Viewed: 50232 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: 17806 times
Dependency Injection and Inversion of Control with ASP.NET MVC
Mikesdotnetting
-
10 October 2009 22:46
As you delve more into ASP.NET MVC you start to come across a whole new way of doing things that Web Forms development didn't really expose you to. Inversion of Control (IoC) and Dependency Injection (DI) are two phrases that crop up a lot in the MVC space. So what are they all about? And should you care?
Click to read more about Dependency Injection and Inversion of Control with ASP.NET MVC ...
Filed under:
LINQ
ASP.NET MVC
Entity Framework
as
Tutorial
Viewed: 57961 times
Parameterized IN clauses with ADO.NET and LINQ
Mikesdotnetting
-
28 September 2009 21:53
Since my article on using parameters for Preventing SQL Injection In ASP.NET, I have had a few emails asking how to do the same with an IN clause expression. In this entry, I explore a couple of ways to do this.
Click to read more about Parameterized IN clauses with ADO.NET and LINQ ...
Filed under:
C#
ADO.NET
LINQ
ASP.NET 3.5
as
Tutorial
Viewed: 22248 times
Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC
Mikesdotnetting
-
15 September 2009 22:16
If you are developing a business application using ASP.NET MVC, and need to produce some kind of dashboard-style reporting, the Chart Controls from Microsoft are a good place to start. Having a summary in some form of document, say a PDF is also a common requirement. This article introduces you to satisfying both needs.
Click to read more about Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC ...
Filed under:
iTextSharp
ASP.NET MVC
as
Tutorial
Viewed: 51813 times
jQuery Star Rating with ASP.NET MVC
Mikesdotnetting
-
08 September 2009 13:40
There are a number of jQuery star rating plugins to choose from. All have their pros and cons. For this site, I decided to implement the one from FyneWorks because it allows for split stars. Here's how I did it.
Click to read more about jQuery Star Rating with ASP.NET MVC ...
Filed under:
AJAX
Javascript
jQuery
ASP.NET MVC
as
Tutorial
Viewed: 34516 times
Preventing SQL Injection in ASP.NET
Mikesdotnetting
-
19 August 2009 07:28
I, and many other contributors to the forums at www.asp.net find examples of code posted on a daily basis that are vulnerable to SQL Injection attacks. We continue to exhort beginners (and some more experienced programmers) to code against them. This article examines just how serious a flaw vulnerable coding can be, and what you should do about it.
Click to read more about Preventing SQL Injection in ASP.NET ...
Filed under:
SQL
ADO.NET
ASP.NET 3.5
as
Tutorial
Viewed: 78895 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: 14078 times
RSS Feeds and Google Sitemaps for ASP.NET MVC with LINQ To XML
Mikesdotnetting
-
10 July 2009 22:43
For the majority of personal web sites, two uses of XML are commonplace: creating an RSS feed and a Google Sitemap. Here, I look at how to create both of those using LINQ to XML for an ASP.NET MVC web site.
Click to read more about RSS Feeds and Google Sitemaps for ASP.NET MVC with LINQ To XML ...
Filed under:
LINQ
ASP.NET MVC
as
Tutorial
Viewed: 22484 times
ASP.NET MVC, Entity Framework, Modifying One-to-Many and Many-to-Many Relationships
Mikesdotnetting
-
28 June 2009 21:37
Building on my previous article, which looked at adding data with one-to-many and many-to-many relationships via the Entity Framework, here's a look at how to modify that data within an ASP.NET MVC application.
Filed under:
ASP.NET MVC
Entity Framework
as
Tutorial
Viewed: 53312 times
ASP.NET MVC, Entity Framework, One-to-Many and Many-to-Many INSERTS
Mikesdotnetting
-
17 June 2009 21:55
Taking on two new technologies - ASP.NET MVC and the Entity Framework - at the same time was bound to provide some "interesting" moments. Getting data out via EF has so far been pretty straightforward. But when it got to building the back end of my site, I had some fun trying to manage INSERTS with One-To-Many and Many-To-Many relationships.
Click to read more about ASP.NET MVC, Entity Framework, One-to-Many and Many-to-Many INSERTS ...
Filed under:
ASP.NET MVC
Entity Framework
as
Tutorial
Viewed: 100314 times
Handling Legacy URLs with ASP.NET MVC
Mikesdotnetting
-
08 June 2009 07:37
According to Google's Webmaster tools, there are about 15,000 incoming links to my site. 13,000 of those reference a .ASPX file on disk. When I convert to MVC, with new Search Engine Friendly urls, all those links will break unless I do something about it. Presenting users with a 404 - file not found is not an option. I need to show them the content they were expecting, and update Search Engines with the news that things have changed. Here's how I will be managing those Legacy URLs.
Click to read more about Handling Legacy URLs with ASP.NET MVC ...
Filed under:
ASP.NET MVC
as
Tutorial
Viewed: 34637 times
Creating a Tag Cloud using ASP.NET MVC and the Entity Framework
Mikesdotnetting
-
01 June 2009 07:26
A Tag Cloud is a visual depiction of Tags or categories on a web site. CSS is used to set the variable font size of each Tag to illustrate its relative frequency or popularity within the site. As part of the migration of my site to ASP.NET MVC, I am introducing one to replace the Categories navigation that appears on the left hand side of each page, which contains a count of items within each category.
Click to read more about Creating a Tag Cloud using ASP.NET MVC and the Entity Framework ...
Filed under:
ASP.NET MVC
Entity Framework
as
Tutorial
Viewed: 31993 times


