MK Visual C# UG

MK Visual C# UG
Се за Microsoft .NET Framework почнувајќи од WinForms па се до Mobile Device Development
Tagged Content List
  • Blog Post: Dummy methods

    I have noticed that in every language, in every environment, there are always many dummy methods. My definition for dummy methods is a method that is there just to support some backward compatibility, or there is a new much better method but the old still exists, methods that have some dummy overloads...
  • Blog Post: 20 Database Checks

    Recently I discovered a small application named SqlCop that integrates many database tests. I tried the tool and it was pretty much ok, although I’ve discovered some application bugs and also some of the queries(tests) were not working in my environment. So I decided to completely rewrite all those...