Things You Can Do With String.Format In C#
Formatting output strings with String.Format is really helpful, and it’s been mostly used when you develop applications using C# or VB.Net. String.Format was first released in…
// TAG · 4 POSTS · C#
Formatting output strings with String.Format is really helpful, and it’s been mostly used when you develop applications using C# or VB.Net. String.Format was first released in…
Sometimes we want to make a user-defined function and use it in our queries to the database. MS SQL Server and Oracle DBMS support user-defined functions,…
SQLite is a software library written in C that implements a self-contained (very minimal support from external libraries), serverless (read/write process directly to database file), cross-platform…
Update Sep 18, 2016: This was my very old article. It might not work anymore. It is obsolete with today’s technology. Please use other technology rather…