Category Archives: General

Data Type Mapping

Mapping data types into different environments like .Net and SQL server. ASP.NET Control DNN KickStart Field type .NET Framework SQL Server ADO DataType Enum ADO DataType Enum Value Size Access Oracle Visual Basic 6.0 Int64 SqlDbType.BigInt OleDbType.BigInt bigint adBigInt 20 8 Variant Byte[] SqlDbType.VarBinary OleDbType.Binary binary timestamp adBinary 128 50 8 Raw Variant Yes/No Boolean [...]

Difference between get and post method

Content: The fundamental differences between “GET” and “POST” Why the distinction matters Differences in form submission Differences in server-side processing Possible reasons to use “POST” for idempotent queries The fundamental differences between “GET” and “POST” The HTML specifications technically define the difference between “GET” and “POST” so that former means that form data is to [...]

Follow

Get every new post delivered to your Inbox.