Archive for the ‘asp.net’ Category

Items of Interest: 2006.04.03

Monday, April 3rd, 2006

5 Tips for Enjoying the Software Development Profession - Dennis Forbes outlines what he considers some essentials for professional developers. He includes explanations, conclusions, and the message for a manager (assuming that managers are interested in keeping their employees happy) Upcoming ASP.NET Releases in April - Included on the list ...

Custom Paging in ASP.net 2.0

Thursday, March 30th, 2006

Check out Scott Mitchell's treatment of the subject on the 4Guys website: Custom Paging in ASP.NET 2.0 with SQL Server 2005 Sorting Custom Paged Results As someone who has had to create a long stored procedure to handle custom paging in ASP.net 1.1 (create temporary table, generate query to load IDs into the ...

ASP.net 2.0 Looking Pretty Slick

Tuesday, March 28th, 2006

First a disclaimer: I have never used Visual Studio 2005 (except for an early beta Express edition) nor have I used ASP.net 2.0 (I plan to start in the next couple of days). I have been doing lots of ASP.net programming and application development using the .Net Framework (1.14322), C#, ...

Bitkraft

Thursday, August 18th, 2005

From the website: Bitkraft is a CLR based (.NET) web framework that allows distributed web content to be created and served in a unique fashion. It is written in C# and compiles for operation under the Microsoft .NET Framework 1.1+ or the .Mono Framework, making it portable to almost any platform. At ...

Forget the Password for IUSR?

Thursday, August 4th, 2005

I was changing around the Directory Security for an ASP.net page. In the process of doing this, the IUSR account was removed. After fixing the problem, I wanted to set the Anonymous Access for the website back to IUSR. Unfortunately, I needed the password for the IUSR account in order ...

Web Reference URL Behavior

Monday, July 25th, 2005

So I created a Windows Service (based on this) that is designed for one purpose: to call a Web Service on my ASP.net application every 2 minutes that will perform certain jobs (like sending emails, other maintenance). In the config file for the service there is an appsetting labeled <add ...