Kernelemente Offers an Express Edition of the IIS Web Server

The tools for Microsoft web developers are getting better and better these days, we’ve seen that with the SharePoint 2010 tools for Visual Studio 2010. But Microsoft is now also coming out with a new web server to support all ASP.NET developers: IIS Express.

Life Before IIS Express

If you are More >

Kernelemente MonoX ASP.net Content Management And Social Networking Platform

Inspired by the latest Web technologies and built on top of the Web parts infrastructure, MonoX allows you to design and develop next generation ASP.NET Web portals and applications. It features an intuitive, user-friendly user interface that supports Web parts framework, drag and drop, WYSIWYG interface, content versioning, advanced security model, More >

Kernelemente Cute Editor ASP.net Content Management System

Cute Editor for ASP.NET is by far the fastest, easiest, most powerful WYSIWYG browser-based Online HTML Editor and the best plugin for an ASP.NET Content Management Sytem. It also available for PHP and ASP.  It enables ASP.NET Web developers to replace any textbox with an intuitive Word-like WYSIWYG html editor. More >

Kernelemente ASP.net Web Applications in F#

Some time ago, I wrote a couple of examples of developing web applications in F# using ASP.NET. Since then, the F# language and runtime has changed a little bit and there are also new technologies available in ASP.NET, so I thought I’d write a more up-to-date article on this topic. More >

Kernelemente Custom ASP.net Business Applications with WebMatrix

The WebMatrix announcement last week triggered a range of reactions on Twitter. It also brought back some personal memories. A decade ago (wow), I started a little tool to simplify using and developing asp.net server controls as a side project, and it grew bigger and was eventually released using More >

Kernelemente Database Projects with Visual Studio 2010

Visual Studio 2008 introduced us SQL Server database projects. These projects are also present in Visual Studio 2010. I noticed some differences already when building my photo gallery application. Let’s see how these projects work under Visual Studio 2010.

Why database projects?

SQL Server Database projects are good for more than More >

Kernelemente Quick Database Interfaces with ASP.net (3/3)

Validating database values

While creating simple database editing user interfaces with ASP.NET Dynamic Data is a snap, creating business rules to regulate data entry is nonetheless part of almost any application. If possible, the best practice is to start this process from the database level: you should enforce required fields More >

Kernelemente Quick Database Interfaces with ASP.net (2/3)

ASP.NET Dynamic Data is also intelligent: if the model (and thus the underlying database) has referential integrity set between tables, then your web application will have links from one table to its related tables. In the sample database, a customer can have multiple orders. Thus, the listing for the Customers More >

Kernelemente Quick Database Interfaces with ASP.net (1/3)

Have you ever had the need to add database editing support to your ASP.NET web application? Most likely, you have. As you know, this work is not particularly difficult, but it is tedious and often repetitive work. On the lowest level, you analyze your database tables, and then create suitable More >

PHP Warning: Module 'PDO' already loaded in Unknown on line 0