Will GNU AGPLv3 boost Open Source SaaS support? The new
March 28, 2008 – 9:00 amWill GNU AGPLv3 boost Open Source SaaS support?
The new version of the GNU Affero General Public License has been published by the Free Software Foundation, based upon the existing GNU GPLv3 license but with one important difference: support for on-demand software-as-a-service (SaaS) applications. By publishing this license, the FSF aims to foster user and development communities around network-oriented free software. The GNU Affero General Public License is a free, copyleft license for software which has been specifically designed to ensure cooperation with the community in the case of network server software. It is intended to guarantee…
Range variables - is it just me that thinks they’re different?
Range variables are the variables used in query expressions. For instance, consider the expression: from name in nameslet length = name.Lengthselect new { name, length } Here, name and length are range variables. In C# in Depth, I claim that range variables aren't like any other type of var…
skeet
Useful CodeSmith Templates
This article is an example of some useful codesmith templates that explains how they work. Brian illustrates CodeSmith at a more practical level, while getting some real-world examples as well. After a short introduction, he deeply examines the required steps to generate Web Control and Configuration Section Properties. He wraps up by showing how to generate AJAX Client Control Classes with the help of source codes.
Brian Mains
asp.net project folder - urgent - reply
Hi Frndz , Suppose i am copying a project from one system to another system, Its enough to copy the project folder and place it ah ? Any other additions i need to make in the destinatioin system ? i mean copying a web application developed using asp.net in vb.net. thanks in advance Nams here
You must be logged in to post a comment.