Can anyone suggest a simple ASP project
-
hi friends, I dont have any experience in asp.NET. So, I want to work on some dummy projects which help me understand all the concepts well. Can anyone suggest some projects that I can work on ? Thanks a lot in advance...
-
hi friends, I dont have any experience in asp.NET. So, I want to work on some dummy projects which help me understand all the concepts well. Can anyone suggest some projects that I can work on ? Thanks a lot in advance...
Yes, an online mortgage calculator with an ad rotator.
"When I get a little money, I buy books and if any is left, I buy food and clothes." --Erasmus
-
Yes, an online mortgage calculator with an ad rotator.
"When I get a little money, I buy books and if any is left, I buy food and clothes." --Erasmus
hi Jerry, Thanks a ton for your help.I'm starting with this proj right away... Thanks again...
-
hi friends, I dont have any experience in asp.NET. So, I want to work on some dummy projects which help me understand all the concepts well. Can anyone suggest some projects that I can work on ? Thanks a lot in advance...
How about a databased based project? If you need help then visit: http://www.programmingknowledge.com/simpleDataGrid.aspx[^]
-
How about a databased based project? If you need help then visit: http://www.programmingknowledge.com/simpleDataGrid.aspx[^]
Thanks a lot. I wanted to work with the databases.This will surely help... Thanks very much...
-
hi friends, I dont have any experience in asp.NET. So, I want to work on some dummy projects which help me understand all the concepts well. Can anyone suggest some projects that I can work on ? Thanks a lot in advance...
There are a ton of projects you can try. Start with a simple task like a mortgage calculator (mentioned above). I would recommend a project that will start as very simple, but can be made more complex. One project that I usually recommend is a "rating" project. You can rate anything you like (example: baseball players, etc.). Figure out the criteria for the item being rated ( Ex: Batting Average, On Base Percentage, etc.). Create a simple object: Example: public class BaseballPlayer { private int _ba; // batting average ... } Create an instance of this object for every player you are rating. List all items in a listbox. From there you can delve into Generic lists for the items. After that, you can expand the BaseballPlayer class to inherit IComparable, to allow comparing objects. You can take a project like this as far and detailed as you like.
-
There are a ton of projects you can try. Start with a simple task like a mortgage calculator (mentioned above). I would recommend a project that will start as very simple, but can be made more complex. One project that I usually recommend is a "rating" project. You can rate anything you like (example: baseball players, etc.). Figure out the criteria for the item being rated ( Ex: Batting Average, On Base Percentage, etc.). Create a simple object: Example: public class BaseballPlayer { private int _ba; // batting average ... } Create an instance of this object for every player you are rating. List all items in a listbox. From there you can delve into Generic lists for the items. After that, you can expand the BaseballPlayer class to inherit IComparable, to allow comparing objects. You can take a project like this as far and detailed as you like.
hi edboe, great idea. thanks a lot for your help. thank you very much
-
Thanks a lot. I wanted to work with the databases.This will surely help... Thanks very much...
If you're looking to work with db then I suggest learning how to use the login control on your mortgage calculator solution.
"When I get a little money, I buy books and if any is left, I buy food and clothes." --Erasmus
-
hi friends, I dont have any experience in asp.NET. So, I want to work on some dummy projects which help me understand all the concepts well. Can anyone suggest some projects that I can work on ? Thanks a lot in advance...
Starter Kits for Visual Web Developer[^] from: Asp.Net Learn[^] Enjoy:zzz:
Jesus is Love! Tell to someone! :-)
-
hi friends, I dont have any experience in asp.NET. So, I want to work on some dummy projects which help me understand all the concepts well. Can anyone suggest some projects that I can work on ? Thanks a lot in advance...
A guestbook is a great place to start.
Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles