shepherdweb.com

Archive for the 'ASP.NET' Category

Python meets .NET

Monday, July 17th, 2006

Article: A First Look at IronPython: Where Python meets .NET Download: IronPython 1.0 Beta 8 I’m don’t know Python. However, the more I hear I about it, the more I think I may need to look into it. Python developers seem to be very passionate their chosen language. I mean, I like php…and I like [...]

Tiptoe Through the Frameworks

Monday, July 3rd, 2006

Preface Almost two years ago I jumped into ASP.NET and C# headfirst. This was my first exposure to OOP. I love it, and I don’t plan on turning back. However, for personal projects and freelancing I prefer to use PHP. PHP was my first “server-side” language (not counting a really small ASP email script I [...]

Do you have Mono?

Sunday, April 9th, 2006

Responding to a recent comment by farmerbob, I decided to investigate The Mono Project. According to the website… Mono provides the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix. Excited about the prospect of building .NET applications on my Apple iMac, I went [...]

Visual Studio 2005 on my Apple G5 iMac

Saturday, March 4th, 2006

I love building applications with the .NET Framework, especially since the release of .NET 2.0 and Visual Studio 2005. I also love Apple computers and OS 10.4 “Tiger”. I want these great technologies to all work together! Unfortunately the .NET Framework and Visual Studio Microsoft proprietary technologies and only run on Windows. I decided to [...]

ASP.NET DataGrid Caption Element

Saturday, October 22nd, 2005

ASP.NET 1.1 can generate accessible tables through DataGrid server control. This is not breaking news, but I want to put this out there because I had so much difficulty finding it. MS released a hotfix which made it possible to comply with Section 508. The new DataGrid properties are UseAccessibleHeader, Caption, and CaptionAlign. UseAccessibleHeader is [...]