Sean McAlinden's Blog
Sign in
|
Join
Home
About
RSS
Atom
Search
Tags
.NET
.NET 4
.NET MVC HELPERS
64 BIT
AJAX
AJAX PROGRESS BAR
AOP
ASP.NET
ASP.NET MVC
ASP.NET MVC HELPERS
ASPECT ORIENTATED PROGRAMMING
ASYNCHRONOUS PROGRAMMING
Atom
AUTOCOMPLETE
C#
Custom ActionResult
CUSTOM ATTRIBUTES
Database
DEPENDENCY INJECTION
Design by contract
DI
Document Database
DYNAMIC PROXY
EMBEDDED RESOURCE
Expression Trees
FLUENT INTERFACE
General Software Development
IIS 7.5
INVERSION OF CONTROL
IoC
Isolated Storage
JQUERY
lambda expression
Mobile
Mobile Development
MODEL METADATA
MVC 2
MVC HELPER CONTROLS
MVC HELPERS
RSS
Silverlight
Silverlight Development
Silverlight for Windows Phone
Silverlight Isolated Storage
SPRING.NET
STRONGLY TYPED MVC HELPERS
Syndication
SyndicationFeed
TDD
Unit Testing
Visual Studio
Windows 7 Phone
windows 7 phone database
Windows 7 Phone Development
Windows Phone 7
Windows Phone 7 Database
Windows Phone 7 Development
Sponsors
advertise here
Navigation
Home
Blogs
Archives
December 2010 (10)
November 2010 (6)
October 2010 (6)
August 2010 (1)
June 2010 (2)
March 2010 (4)
February 2010 (1)
January 2010 (2)
December 2009 (2)
November 2009 (3)
October 2009 (3)
November 2009 - Posts
0
Comments
Easy way to use TDD with internal classes
by
SeanMcAlinden
This is just a short note about a really useful assembly attribute which enables you to test classes with internal access modifiers. I not sure if this is well known but I certainly didn’t know about it until today so I though it a good idea to post it...
Filed under:
General Software Development
,
ASP.NET
,
.NET
,
ASP.NET MVC
,
Unit Testing
,
TDD
23
Comments
Asynchronous processing in ASP.Net MVC with Ajax progress bar
by
SeanMcAlinden
I was asked the other day how to process a long running task asynchronously using ASP.Net MVC along with JQuery to update a progress bar on the view via Ajax. There are many ways of accomplishing this type of multithreading, in this blog I’m going to...
Filed under:
ASP.NET MVC
,
ASYNCHRONOUS PROGRAMMING
,
AJAX
,
JQUERY
,
AJAX PROGRESS BAR
13
Comments
ASP.Net MVC Embedded Resource Helper Class
by
SeanMcAlinden
Getting embedded resources such as JavaScript, CSS and image files is a little bit more difficult when using the ASP.Net MVC framework as most of the useful methods for this will not work. The only reliable way I have found it to invoke the GetWebResourceUrlInternal...
Filed under:
ASP.NET
,
ASP.NET MVC
,
ASP.NET MVC HELPERS
,
MVC HELPERS
,
STRONGLY TYPED MVC HELPERS
,
MVC HELPER CONTROLS
,
EMBEDDED RESOURCE
More Posts