- Exception Handling Best Practices in .NET
- Error Handling in ASP.NET
To keep track of favourite web sites, useful links, articles and own experiences which may be helpful in future software development.
Friday, March 28, 2008
Articles about .NET Exception Handling
This morning I added two Code Project articles (which have helped me a lot so far) to my blog:
Tuesday, March 11, 2008
IIS Authentication Explained
Here is a link to an article which explains How IIS authenticates browser clients.
It gives an overview of the different authentication methods, as well as the sequence in which these methods get processed when more than one are selected.
It gives an overview of the different authentication methods, as well as the sequence in which these methods get processed when more than one are selected.
Friday, March 7, 2008
Visual Studio 2008 DVD Freezes PC
I've been spending the past day trying to install Visual Studio 2008 on my work pc (with Windows XP SP 2). Everytime I put in the VS2008 DVD, Windows Explorer freezes up and I cannot kill the process through the Task Manager. Eventually the whole OS freezes and I have to do a hard reboot to get it going again.
I uninstalled and reinstalled the drivers for the DVD writer - it did not work.
Technical support came and installed a new DVD writer in my pc. We tested it with a DVD (not the VS2008 one) and it worked fine. After the guy left I put in the VS2008 DVD and I had the same trouble over again.
So, I found this thread on a forum and it had the solution to my problem. In short:
I have Sonic installed on my pc and with that you get the DLA (Drive Letter Access) feature.
When I disabled it, my troubles were over.
I uninstalled and reinstalled the drivers for the DVD writer - it did not work.
Technical support came and installed a new DVD writer in my pc. We tested it with a DVD (not the VS2008 one) and it worked fine. After the guy left I put in the VS2008 DVD and I had the same trouble over again.
So, I found this thread on a forum and it had the solution to my problem. In short:
- Right-click on the DVD drive
- Select Properties
- Goto the DLA tab
- Uncheck "Enable DLA on your drives"
I have Sonic installed on my pc and with that you get the DLA (Drive Letter Access) feature.
When I disabled it, my troubles were over.
Subscribe to:
Posts (Atom)
SQL Server
- 101 Things I wish you knew about SQL Server
- 102 SQL Server 2005 Tutorials and Articles
- Audit Trails and Logging Part 1 (sqlservercentral.com)
- Audit Trails and Logging Part 2 (sqlservercentral.com)
- Audit data using SQL Server 2005's COLUMNS_UPDATED function
- Calling a web service from a CLR proc
- Choosing between SQL Server Compact 3.5 and SQL Server 2005 Express Edition
- Deploying Database Developments
- Download SQL Server 2005 Express Edition
- Download SQL Server Compact 3.5
- How to return a result set from a SQL Server 2005 CLR stored procedure (mssqltips.com)
- How to return a result set from a SQL Server 2005 CLR stored procedure (mssqltips.com)
- Online Training (sqlservercentral.com)
- SQL Server 2008 Transparent Data Encryption getting started (MSSQLTips.com)
- SQL Server Audit in SQL Server 2008 – Part 1 (Database Journal)
- SQL Server Data Structure
- SQL Server Indexes: The Basics
- T-SQL Enhancement - APPLY Join Operator (drsql)
- T-SQL Ranking Functions (MSDN)
- T-SQL: Calendar tables
- T-SQL: Correlated Joins Using "Apply" (sqlservercentral.com)
- T-SQL: Identify Modified Columns in a Trigger (SQL Server Magazine)
- T-SQL: Identity Columns (simple-talk)
- T-SQL: More with SQL Server 2005 : Top n Per Group, Paging, and Common Table Expressions
- T-SQL: Obtaining Data as XML from SQL Server (MSDN)
- T-SQL: SQL Server 2005 Programmability Enhancements — Common Table Expressions (codeguru)
- T-SQL: SQL Server 2005: Creating User-defined Functions (Database Engine) (MSDN)
- T-SQL: SQL Server: JOIN vs IN vs EXISTS - the logical difference
- T-SQL: The "Numbers" or "Tally" Table: What it is and how it replaces a loop.
- T-SQL: The Curse and Blessings of Dynamic SQL
- T-SQL: The ultimate guide to the datetime datatypes
- T-SQL: Understanding SQL 2005's new PIVOT clause
- T-SQL: Use Dynamic SQL to Improve Query Performance
- T-SQL: Using the OUTPUT clause for practical SQL Server applications
- T-SQL: What's New in FOR XML in Microsoft SQL Server 2005 (MSDN)
- TechNet: Improving Performance with SQL Server 2005 Indexed Views
- The Truth about "Cursor Busting" in SQL
- Thinking Set-Based .... or not?
- Upgrading a Database SQL 2000 to SQL 2005 (sqlservercentral.com)
DTS and SSIS
- Download SQL Server 2005 DTS add-in
- Dynamically Generate Folders for File Output using Variables in SSIS (sqlservercentral.com)
- How to create an XML config file for a SSIS package
- SQL Server Integration Services (SSIS), ETLs and Best Practices (Brian's Blog)
- Transactions in SQL Server 2005 Integration Services