Archive for the ‘asp.net’ Category
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 ...
Posted in Links, asp.net, c# | No Comments »
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 ...
Posted in asp.net | No Comments »
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#, ...
Posted in asp.net, c# | No Comments »
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 ...
Posted in asp.net | No Comments »
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 ...
Posted in WebDev, asp.net | No Comments »
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 ...
Posted in Misc, asp.net, c# | 2 Comments »