C# Best Practices
In this article I have focused on practical aspect more, and also I have not included basic practices as you can learn them from any article available online. I have tried to cover basic practices which will minimize your coding effort as well as it will make your code more manageable and also will reduce run time exceptions.
Topics covered in today’s lecture are:
- Common Coding Guidelines
- SQL Helper Class
- Using Lamda expression or LINQ
- Some common tips
- Cross resolution design
- LINQ operators and operations
To read full article click below: