Aaron Schnieder on ASP.NET
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.net
AJAX
ajaxcontroltoolkit
ASP.NET
C#
community news
general software development
IIS
LINQ
SQL Server
team foundation server
team system
visual basic
visual studio
WCF
Web Services
WWF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
July 2009 (1)
June 2009 (1)
April 2009 (1)
March 2009 (3)
December 2008 (1)
October 2008 (3)
September 2008 (1)
August 2008 (1)
July 2008 (2)
June 2008 (2)
April 2008 (2)
March 2008 (1)
February 2008 (3)
January 2008 (4)
Recent Posts
1
Comments
ASP.NET Session Expiration Redirect
by
schnieds
Unfortunately ASP.NET doesn't provide a nice out of the box solution for handling the session timeout gracefully. Everything expires behind the scenes and your user is left unaware of what has happened. Additional problems can arise if the user abandoned...
Filed under:
ASP.NET
1
Comments
C# Competency Test
by
schnieds
One of the companies I used to work for has a huge problem in keeping competent developers on board. They basically have a revolving door for anyone that is a decent software engineer and most of the employees that stay there long term can't go anywhere...
Filed under:
C#
0
Comments
How To Register An ASP.NET Custom Control
by
schnieds
Here is a quick post on how to register a custom ASP.NET control at the Page level or the Web.Config level. This works for standard sites as well as pre-compiled sites. http://www.schnieds.com/2009/04/how-to-register-aspnet-custom-control.html -Aaron...
Filed under:
ASP.NET
0
Comments
LINQ vs FOREACH vs FOR Loop Performance
by
schnieds
I made a blatantly stupid logic mistake the other day in a business logic layer method that I was writing and got the following exception: “ Collection was modified; enumeration operation may not execute. ” The problem what I was trying to remove an object...
Filed under:
LINQ
,
C#
0
Comments
Creating a SQL Exclusion Table Using LEFT JOIN
by
schnieds
For a current project I needed to create a table that contained a list of exclusions that should be filtered out from another table when a specific set of criteria were met. This is a pretty common scenario where you have a large table of data and you...
Filed under:
SQL Server
0
Comments
The Keys To Successfully Delivering Software
by
schnieds
I have been developing and delivering software for over 10 years now and I have learned a few things along the way. I am not the smartest developer, the most elegant engineer or a hardcore software design geek. I have however had a good deal of success...
Filed under:
general software development
0
Comments
How Has The Recession Effected You As A Developer?
by
schnieds
With all of the recession talk in the news, the daily massive layoffs that are taking place and the general doom & gloom feeling in the air I am very curious about how the recession has specifically effected developer's jobs. I have read many articles...
Filed under:
general software development
0
Comments
Team Foundation Server (TFS) Installation Errors & Fixes
by
schnieds
I have had the unfortunate pleasure of conducting three different Team Foundation Server - TFS - installations in the last couple of years. Each installation has been difficult to say the least and each installation has presented me with new & challenging...
Filed under:
team foundation server
1
Comments
WCF BasicHttpBinding with Windows Authentication & a 2.0 Client
by
schnieds
Windows Authentication is a great way to provide authentication security in your WCF services. With the WSHttpEndpoing and a .NET 3.0+ client Windows Authentication works right out of the box with WCF, everything is just peachy. However, if you want to...
Filed under:
WCF
,
Web Services
0
Comments
Setting Up IIS7 In Vista For ASP.NET / WCF Development Purposes
by
schnieds
I recently needed to setup IIS in Vista (again) to support my ASP.NET & WCF development purposes. Since there are a few different things to remember when setting up IIS in Vista to support development purposes (ASP.NET, WCF, Windows Authentication...
Filed under:
ASP.NET
,
IIS
,
WCF
More Posts
Next page »