Hiding and Changing Left Navigation Items in CRM 4.0 Entity Screens
CRM Online customization. Changing entity names.
0 commentsSave Tags: .net, css-html, microsoft
Troubleshooting IIS Authentication Problems - 401.1 HTTP Error
How to fix 401.1 errors on Windows Server 2003 SP1
0 commentsSave Tags: server
Mitigate SQL Injection Attacks on Legacy ASP Sites
Full security audits of legacy ASP apps sometimes isn't in the budget. But this little tool will help you mitigate SQL injection attacks in the... more »
0 commentsSave Tags: security
Strong Names on Third Party Assemblies
Strong Names on Third Party Assemblies
0 commentsSave Tags: .net
To display an assembly in the Add Reference dialog box
To display an assembly in the Add Reference dialog box
0 commentsSave Tags: .net, windows
FCKEditor 404 error when deploying to a virtual directory
FCKEditor 404 error when deploying to a virtual directory
1 commentsSave Tags: .net
Web Application Foundation - Part 2 - Preparing a client machine with Visual Studio 2008 for Continuous Integration (Draft)
Web Application Foundation - Part 2 - Preparing a client machine with
0 commentsSave Tags: windows
Hyper-V and Branching Virtual Machine Snapshots
Hyper-V and Branching Virtual Machine Snapshots
0 commentsSave Tags: windows
Auto Generate Sequence Diagrams from a .NET DLL
Auto Generate Sequence Diagrams from a .NET DLL
0 commentsSave Tags: .net
Creating a Horizontal Tabbed Menu with the Menu Control
Creating a Horizontal Tabbed Menu with the Menu Control
0 commentsSave Tags: .net
LinqDataSource with uniqueidentifier Primary Key
Simple solution to using uniqueidentifier primary key columns with LINQ.
0 commentsSave Tags: .net, how-to
Web Application Foundation - Part 1 - Preparing a Continuous Integration Server
Great article series on setting up CruiseControl with Visual Studio 2008
0 commentsSave Tags: .net, microsoft
DNN Performance Troubleshooting
Troubleshooting a performance problem on DNN turned out to be a simple fix.
0 commentsSave Tags: .net, database, open source
Serving PDF Reports from ASP.NET using SQL Reporting Services
How to create and deliver a PDF using ASP.NET and SQL Server Reporting Services.
0 commentsSave Tags: .net, database, how-to
Extending LINQ to SQL
Creating a partial class to extend your LINQ to SQL implementation
0 commentsSave Tags: .net, database