Currently I m working on shopping cart application . I found some cool and very helpful articles where guys describe the way in which they write shopping cart application in dot net. These are the best links which I found on net.
Building an ASP.NET Shopping Cart Using DataTables I found this cool article on site point.
From [...]
Archive for September, 2006
Shopping Cart in asp.net 2
Posted in .net framework 2, asp.net 2 on September 17, 2006 | 1 Comment »
Some thing about Console.Readkey()
Posted in .net framework 2, asp.net 2 on September 4, 2006 | Leave a Comment »
Last day while studying for Dot net certification I found a good function “ReadKey” .
.It reads single character with out pressing enter key as we did in Console.Read() .
Where it is like Console.ReadKey();
When executed statement reach at ReadKey statement it waits for key press. When key press keystoke occur and it return pressed key immediately. [...]
Again Study Started
Posted in Favorites on September 1, 2006 | Leave a Comment »
Finally I decide to conduct certification for dot net frame work 2. I got E-book www.Flazx.com. And start working on in. But study is not in my habit. Its very difficult to me work again. Start from scratch. Form simple c# language tokens to dot net framework Classes. Again Study Started