A Developer's Daily Life - The Blog of Patrik Dahlén
Login
E-mail:


Password:
Menu
» Start
» About me
» Contact me
» Syndication
Archive
October, 2006 (1)
August, 2006 (2)
August, 2005 (1)
July, 2005 (1)
January, 2005 (1)
December, 2004 (1)
November, 2004 (9)
October, 2004 (5)
September, 2004 (6)
August, 2004 (2)
July, 2004 (1)
June, 2004 (13)
Post Categories
.NET (2)
.NET 2.0 (1)
ASP.NET (21)
Books (6)
Controls (2)
General Rantings (9)
JavaScript (1)
Modelling (15)
Patterns (1)
Ruby on Rails (1)
Software (4)
SQL (1)
TidBits (2)
Listed on Blogwise

Globe of Blogs

Blog Search Engine
ASP.NET
Here I will publish my entries about ASP.NET. It will probably be a lot of code snippets, I'll build some applications and write some comments about articles I read about the subject.
Starting with ASP.NET?
Do you want to start with ASP.NET? This is what I think you should do to become a great .NET developer.
Feedback (2)
posted @ 11/14/2004 5:51 PM
Read more...
Time to take the O/R Mapper leap
After reading this entry by Paul Wilson I've decided to give O/R Mappers a try.
posted @ 9/7/2004 9:13 AM Read more...
Export an ASP.NET DataGrid to Excel
This code will take a DataGrid and output it as an Excel-file.
Feedback (2)
posted @ 8/25/2004 1:45 PM
Read more...
Converting C# to VB.NET or the other way around
Once in awhile, too often I would say, I see a question in a forum about converting a C# snippet to VB.NET. Why is it soooo difficult?
posted @ 7/2/2004 8:05 AM Read more...
CodeSmith rules!
Ok, so I finally started using a code generator. What can I say. It works just as I want.
Feedback (1)
posted @ 6/19/2004 9:24 PM
Read more...
Updated RSS feed code
I did some changes in the RSS feed. Now it shows the whole entry.
posted @ 6/19/2004 12:41 PM Read more...
Building a Blog in .NET: Part 7
Syndication the blog with an RSS feed.
posted @ 6/18/2004 12:26 PM Read more...
Create compressed files on the fly
SharpZipLib is a library for the .NET platform for handling compressed files in your applications.
posted @ 6/12/2004 9:53 AM Read more...
Create PDF on the fly
Found a great library at sourcforge to generate PDF on the fly. Check it out!
Feedback (1)
posted @ 6/10/2004 8:42 AM
Read more...
Power boost
Yesterday night I built new classes and collection for a project I made about a year ago. I threw away my DataTables and DataSets and used Strongly Typed Collections instead.
posted @ 5/14/2004 1:14 PM Read more...
Revisiting Objects and Collections
I've been doing some more work on my objects and collections. Cleaning up and optimizing.
posted @ 4/29/2004 5:15 PM Read more...
Building a Blog in .NET: Part 6
New features in the blog application added today. The code is now color coded and indented and an RTF-box is used for adding entries.
posted @ 4/17/2004 4:12 PM Read more...
Building a Blog in .NET: Part 5
In Part 5 of the Blog-building series I have added categories to the entries.
posted @ 4/16/2004 1:37 PM Read more...
Exploring MasterPages: Part 2
In this second part of my MasterPages expedition things took a nasty turn. I didn't crash and burn, but almost.
posted @ 4/15/2004 7:55 PM Read more...
Exploring MasterPages: Part 1
Being the complicated person I am I don't want to use an existing MasterPages class. I want to know what goes on behind the scenes and understand it. My first stop, a deep dive into Microsoft MasterPages.
posted @ 4/14/2004 6:02 PM Read more...
Iterate through a CheckBoxList
Today I spent some time answering forum questions. One guy had some problems adding the values from all selected CheckBoxes in a CheckBoxList. Here's a solution.
posted @ 4/14/2004 11:34 AM Read more...
Building a Blog in .NET: Part 4
After a day of work, work, work in classic ASP it is time to add the feedback functionality to the blog.
Feedback (3)
posted @ 4/13/2004 9:42 PM
Read more...
Building a Blog in .NET: Part 3
Time to continue building features for the blog application. I want some added functionlity for publishing, statistics and an archive.
posted @ 4/12/2004 5:51 PM Read more...
Building a Blog in .NET: Part 2
Even though I have a hangover I will continue my expedition down the blog path. It's time to put my basic blog application together and take this show on the road.
Feedback (2)
posted @ 4/11/2004 9:38 AM
Read more...
Building a Blog in .NET: Part 1
In order to put a blog online you need a blog application. Instead of using an existing I will build my own as a learning project.
posted @ 4/10/2004 9:14 AM Read more...
Custom strongly typed Collections
In my first blog entry I'll dive right into building strongly typed collections of my classes.
posted @ 4/9/2004 8:45 AM Read more...
© 2004 by Patrik Dahlén. Information is provided for educational purposes only, as-is and is subject to changes without further notice. No warranties of any kind . You agree to use all information only on your own risk.