VB.NET Sample code
This blog contain vb.net sample code base on vs2005, sql script and another.
2007-07-29
Database models
›
Database model Various techniques are used to model data structure. Most database systems are built around one particular data model, althou...
5 comments:
2007-07-19
Application Configuration File
›
Sample Code to manage app.config Dim strConfig As String strConfig = System.Reflection.Assembly.GetExecutingAssembly(). CodeBase.Replace(...
1 comment:
Send Email with Gmail
›
This sample base on vb.net 2005. There are two step to create this. 1. You must insert mailSettings tag in app.config for window application...
39 comments:
2007-07-18
Create Data Dictionary By Query
›
This is a query that use for generate your simple data dictionary. Sample select distinct syscolumns.name,systypes.name as Type, s...
3 comments:
Solving The Multiple Inheritance Issue Under .NET Platform
›
.NET : Solving The Multiple Inheritance Issue Under .NET Platform .NET platform does not support multiple inheritance. Do not confuse mult...
‹
›
Home
View web version