How to Create Full-page Animations Using CSS

Modern browsers like Internet Explorer 10 support CSS 3D and 2D Transforms and CSS Animations. By tapping the power of your GPU and running asynchronously from regular JavaScript, these technologies provide a more performant and flexible alternative to traditional script-based...
Read More →

ADO.NET SQL database connection strings for SQL Server

Please go through this for a reference. SQL ODBC connection strings Standard Security: “Driver={SQLServer};Server=Your_Server_Name;Database=Your_Database_Name;Uid=Your_Username;Pwd=Your_Password;” Trusted connection:...
Read More →