Here are some of the new features of BizCode Application Builder which will be released with the next version. 1. Defining Primary Keys in Class Designer Diagram Visual Studio Class Designer still does not support Primary Key definitions. Therefore the developers will always have to define Primary Keys before generating source code based on the Class Diagram. This new feature was designed to define Primary Key attributes of a given class in their Remarks section. »
BizCode Application Builder 1.2 (Beta) was just released. Spent around two days on developing the new functionality to map Collection Association/Aggregations in BizCode Application Builder. Earlier versions did not support this functionality. The way Aggregations are mapped in Visual Studio Class Designer is using Collection Associations. For an example if we have an aggregation between class OrderDetails and class Product, an instance of OrderDetails can hold a collection of Product instances. »
I found this wonderful article, An Interview with the Creator of Ruby at linuxdevcenter.com.This is the first time I heard about the creator of Ruby, Yukihiro “matz” Matsumoto who is a professional programmer who worked for a Japanese open source company. Writing a new language is not like writing a new application!!! I could not think of any thing similar to say that it would be like that because it would be harder job than that! »
Telligent has released Community Server 2007 which is the latest version of Community Server up to now. Community Server is a platform for publishing online communities with blogs, forums, photo sharing, file sharing, and with many more features. It has been developed on ASP.NET and it is available on both ASP.NET 1.1 and ASP.NET 2.0 versions. Even Community Server is a commercial product there is a free non-commercial version as well. »
Just released BizCode Application Builder 1.1 (Beta). This is the second release of the BizCode Application Builder and the bug which did not show the command menu on the Visual Studio Tools menu in the earlier version was fixed. A new enumeration type was introduced to manage Database Management Systems in the framework and a new static method was added to the Database class to create Database instances from the application configuration settings. »