View previous topic :: View next topic |
Author |
Message |
Darth
Joined: 01 Mar 2006 Posts: 9
|
Posted: Wed Mar 01, 2006 5:55 pm Post subject: What applications have you developed? |
|
|
Im interested in hearing what applications people here have developed in ASP.Net.
So far, I have developed a full e-commerce site with shopping cart and payment gateway. This was done with C#/ASP.net and SQL Server.
I have also started developing a desktop application which is a reservation system for a hotel.
Last edited by Darth on Thu Mar 02, 2006 5:40 pm; edited 1 time in total |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Wed Mar 01, 2006 9:13 pm Post subject: |
|
|
I like the idea to discuss our ASP.NET and .NET applications
I'm working on site for real estate agent. It's a relatively small web project done in ASP.NET 1.1 with SQL Server 2000 backend. The next web application I'm going to write will be with ASP.NET 2.0 though. I've played with ASP.NET 2.0 a little, but I need more serious project to get experince with it.
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
Don
Joined: 22 Oct 2004 Posts: 28
|
Posted: Thu Mar 02, 2006 10:40 am Post subject: |
|
|
I'm working on a simple event planner ASP.NET application. The user has its own page with a calendar and a list of events. The application sends out email reminders for the events in your calendar. It's a basic application, but I enjoy coding in ASP.NET.
Don |
|
Back to top |
|
|
jon
Joined: 01 Oct 2004 Posts: 40
|
Posted: Thu Mar 02, 2006 1:49 pm Post subject: |
|
|
I'm working on a online helpdesk support system, something like kayako if you have seen this one. I'm using ASP.NET 2.0 and SQL Server 2005 Express edition. I bought the Visual Studio 2005 Standard edition and that was money well spent .
Jon |
|
Back to top |
|
|
Darth
Joined: 01 Mar 2006 Posts: 9
|
Posted: Thu Mar 02, 2006 5:41 pm Post subject: |
|
|
Fantastic!
There are some excellent application ideas there people.
How long do you think it will take each of you to complete them? |
|
Back to top |
|
|
jon
Joined: 01 Oct 2004 Posts: 40
|
Posted: Thu Mar 02, 2006 7:11 pm Post subject: |
|
|
I've been working on the help desk system for 3 weeks now, and I haven't made much progress because I do it in my free time. With this speed my ASP.NET app will be completed sometime in 2007 hehe.
Jon |
|
Back to top |
|
|
Kurtis
Joined: 05 Mar 2006 Posts: 9
|
Posted: Sun Mar 05, 2006 11:06 pm Post subject: |
|
|
Well some apps can take 5 years to complete
However by then, it's likely your version of ASP.Net will be superseded, then you'll be stuck with upgrading!
I find all applications are an ongoing process.. I never actually finish mine, but am always working to secure them. |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Mon Mar 06, 2006 10:35 am Post subject: |
|
|
Kurtis wrote: | Well some apps can take 5 years to complete
However by then, it's likely your version of ASP.Net will be superseded, then you'll be stuck with upgrading!
I find all applications are an ongoing process.. I never actually finish mine, but am always working to secure them. |
Yes, all technologies change very fast, and you have to keep learning all the time . This is not a bad thing though; at least it's not boring. For example ASP.NET 2.0 has many new features that makes web developer's life easier. I can't wait for ASP.NET 3.0
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
bongo
Joined: 07 Mar 2006 Posts: 11
|
Posted: Tue Mar 07, 2006 12:55 pm Post subject: |
|
|
ASP 3.0 .NET ? So do you think that the capabilties of ASP 2.0 .NET is not good enough? I think 2.0 is powerful enough to make big and complexed programs. Its a good improvement from ASP 1.0 .NET . |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Wed Mar 08, 2006 10:06 am Post subject: |
|
|
bongo wrote: | ASP 3.0 .NET ? So do you think that the capabilties of ASP 2.0 .NET is not good enough? I think 2.0 is powerful enough to make big and complexed programs. Its a good improvement from ASP 1.0 .NET . |
I was just kidding . In my opinion ASP.NET 2.0 is a huge improvement over ASP.NET 1.1 and I like it a lot. ASP.NET 2.0 has array of new features that help web developers work faster.
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
DPR
Joined: 08 Mar 2006 Posts: 14
|
Posted: Wed Mar 08, 2006 8:45 pm Post subject: |
|
|
Im still yet to really look into asp.net 2.0
I figured if i know 1.1 pretty well, I'll be able to pick up 2.0 ok?
I have so many books on 1.1 and some i havent gone through yet.
If i keep learning the 1.1 way, is this bad?
Will I be left behind? |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Thu Mar 09, 2006 12:02 pm Post subject: |
|
|
DPR wrote: | Im still yet to really look into asp.net 2.0
I figured if i know 1.1 pretty well, I'll be able to pick up 2.0 ok?
I have so many books on 1.1 and some i havent gone through yet.
If i keep learning the 1.1 way, is this bad?
Will I be left behind? |
If you already know ASP.NET 1.1, you wouldn't have any problems learning ASP.NET quickly. The concept remains the same, the C# and VB.NET are the same, it's just that there are many new features specific to ASP.NET 2.0.
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
DPR
Joined: 08 Mar 2006 Posts: 14
|
Posted: Sun Mar 19, 2006 11:25 pm Post subject: |
|
|
Thats what I thought, thanks Paul.
2.0 should make things easier and will probably make some of my older code redundant I think. |
|
Back to top |
|
|
|