In this tutorial in the beginning I'll show you how to create and use functions as well as stored procedures in SQL. Then I'll describe differences between them and tell you which one you should choose in specific situations.
Testing takes up a lot of development time, usually exceeding value of 50% of total time so it's important to use the right tools for it.
In ASP.NET you can cache data from your applications, parts of the website and event the whole website that is generated. The main advantage of cache is that it decreases time needed to display your application in client's web browser.
Visual Studio is a complex IDE with lots of options that provide you various possibilities. Because of its complexity it sometimes works a bit slowly and you have to wait to achieve desired outcome. In this tutorial I'll present you some methods that can speed up this programming tool and that can make your work faster and more convenient.
In this tutorial I'll compare following controls: DataGrid, GridView, DataList, ListView and Repeater. I'll show you how these controls look like and how to put and use each control on your website.