vb.net

[1/1]

  1. Don't Get Rounded Out: Using Decimal for Accurate Currency Storage in SQL Server and VB.net
    When dealing with financial data in an accounting application, it's critical to maintain precise calculations. This is where the choice between decimal and float data types in SQL Server becomes crucial
  2. Ensuring Data Integrity: Safe Decoding of T-SQL CAST in Your C#/VB.NET Applications
    In T-SQL (Transact-SQL), the CAST function is used to convert data from one data type to another within a SQL statement
  3. Secure Your ASP.NET and VB.NET Applications with Parameters and LIKE Statements in SQL
    The LIKE statement in SQL allows you to search for specific patterns within a text column. You can use wildcards like % (any number of characters) and _ (single character) to match various patterns