Problem When I work a lot with objects, that implements IDisposable I am using this pattern, like shown here with […]

Problem We have recently started working in ASP.NET and starting a simple CRUD Web application in ASP.Net. Here is the […]

Problem Using the following query I’m doing transactions with two tables BEGIN TRANSACTION UPDATE SalaryTrans SET carried_forward_amount = @carriedForwardAmount, net_wage=@netWage, […]

Problem I’ve written my first class to interact with a database. I was hoping I could get some feedback on […]

  • 1
  • 2