About

This site is to provide you the solutions for technical problems. These are some problems which I have faced during my development life. I hope these solutions will be helpful for you.

You can ask for the solutions of your technical problems related to various technologies like: .Net, MVC, AngularJs, javascript, jquery, Kendo grid, Am charts, High charts etc. by leaving comments.

You can leave comments/suggestions for further response.

problem-solution

Note: Please follow for upcoming posts.


No comments:

Post a Comment

Static Keyword in .Net

Static Class: Ø    A static class  cannot  be  instantiated Ø    Only  contains   static members  (property/methods/fields) ...