|
Recent
Articles |
Application Security Vulnerabilities In Web.config Files These days, the biggest threat to an organization's network security comes from its public Web site and the Web-based applications found there. Unlike internal-only network services such as databases-which can be sealed off from the outside via firewalls-a public Web...
BlogEngine.NET: Events In The File & Image Handlers In BlogEngine.NET, all files and images that are inserted on a post will be served using an HttpHandler. Actually, they are served by FileHandler and ImageHandler respectively. They are almost identically and...
New Blog Engine Written In ASP.NET 1.1 For more than a year, I've been blogging on the excellent dasBlog engine and it has been good. I really like the fact that it runs on XML instead of a database. However, it is written in ASP.NET 1.1 and is quite cumbersome to extend and that's a problem...
ASP.NET: Count Clicks On External Links On a small test website I'm building in my spare time, I wanted a way to count the number of clicks to the outgoing links from that site. Imaging hosting banners or other affiliate links where you get paid per click...
Creating Reusable User Controls In ASP.NET In almost every web project of any size, you would probably use a lot of user controls to separate the content and UI logic. Many of the user controls are used only at one place in the solution while others are used by various pages and other user controls. The ones...
ASP.NET: Is It Too Easy? Some time ago, I wrote a post called "Is ASP.NET too difficult?" and I strongly believe that it is.
Yet at the same time it cause problems by making it too easy to do relative advanced programming. It doesn't seem...
|
|
 |
|
05.25.07
BlogEngine.NET 1.0 Officially Released
By
Mads Kristensen
We released the first version of BlogEngine.NET for anyone to download and use.
This is very exciting to me because I've spent many hours during the last couple of months designing and coding in my spare time.
The release
We have been using CodePlex as a code repository and we also use it to host the release and help files. It has a nice discussion forum and issue tracker that has been used heavily by the beta testers. The repository is very impressive and it hooks directly into Visual Studio 2005 by a free download of Team Explorer. I can highly recommend it for anyone interested in starting an open source project.
Official website
The official website www.dotnetblogengine.net has also been released a couple of days ago and here you'll find a lot of information, new themes and of course the team blog. The site is built 100% upon the BlogEngine.NET 1.0 release.
History
BlogEngine.NET was started out of the need for a simple ASP.NET 2.0 blog platform, that was easy to modify, extend and theme - a blog that didn't needed an expensive SQL Server installation and was so simple that it didn't needed 10 Visual Studio projects.
For six months I played with the idea, but it was first when I pitched it to Michal Talaga that it took off. We created the overall architecture and design, but not long after, Michal ran out of spare time and I was left alone with the project. Al Nyveldt came to the rescue, and soon also Brian Kuhn and Mauricio Quiros was part of the team and now things really got going.
After a month of high pace development, we came to realize that we needed help on the search algorithm so my co-worker Claus Christensen stepped up to the plate. Also the UI design of the admin section needed work, so Victor Rivero volunteered and designed the coolest looking admin section.
Today, the core team consists of Al, Brian, Mauricio and I with special thanks to Michal, Claus and Victor. That's a very international team covering United States, Costa Rica, Spain, Poland and Denmark. Don't get my started on the time zone issue :)
The project is only 2½ months old, but I have been running it on this website for two since the alpha release only 14 days after kick-off.
Roadmap
We look forward to keep the versions flowing at a steady pace and we already have a roadmap for the next 5 versions. The next version is planned for release already this summer.
Comments
About the Author: Mads Kristensen currently works as a Senior Developer at Traceworks located
in Copenhagen, Denmark. Mads graduated from Copenhagen Technical Academy with a multimedia degree in
2003, but has been a professional developer since 2000. His main focus is on ASP.NET but is responsible for Winforms, Windows- and
web services in his daily work as well. A true .NET developer with great passion for the simple solution.
http://www.madskristensen.dk/
|