-
WordPress- a simple blog engine or a business solution?
2009-08-07 00:00:00
On usability view, the term CMS could simply refer to a software package that helps users to manage, updates and publics data over the internet. For many years, the use of open source CMS in websites has been common, with various available open source systems. Among those, Wo...Tags: wordpress open source cms business solutions | 0 comments
-
Cryptography in ASP.net
2009-03-21 02:47:16
With the growing of web applications, especially in ecommerce, securing information transferred over the internet has been more and more important. Cryptography has been usedwidely to protect sensitive data, including authentication information, encrypting secret data and to guar...Tags: cryptography secret key cryptography public key cryptography | 0 comments
-
Using GDI in ASP.net
2009-02-16 00:00:00
In .net framework, drawing functions are provided from System.Drawing namespace. GDI, Graphic Device Interface) is the under lying technology. It is also known as GDI+, the name of the wrapper assembly of GDI. GDI+ is imported as default when developing desktop application, as i...Tags: graphic device interface asp .net graphic object | 0 comments
