ASP Hosting sale!
Double disk space and transfer for FREE!
Limited time offer! Act Now!

aspdev | articles | tutorials | forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What applications have you developed?

 
Post new topic   Reply to topic    ASPdev.org Forum Index -> .NET Programming (ASP.NET, VB.NET, C#)
View previous topic :: View next topic  
Author Message
Darth



Joined: 01 Mar 2006
Posts: 9

PostPosted: Wed Mar 01, 2006 5:55 pm    Post subject: What applications have you developed? Reply with quote

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
View user's profile Send private message
paul



Joined: 11 Oct 2004
Posts: 128

PostPosted: Wed Mar 01, 2006 9:13 pm    Post subject: Reply with quote

I like the idea to discuss our ASP.NET and .NET applications Smile

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
View user's profile Send private message
Don



Joined: 22 Oct 2004
Posts: 28

PostPosted: Thu Mar 02, 2006 10:40 am    Post subject: Reply with quote

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
View user's profile Send private message
jon



Joined: 01 Oct 2004
Posts: 40

PostPosted: Thu Mar 02, 2006 1:49 pm    Post subject: Reply with quote

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 Smile.



Jon
Back to top
View user's profile Send private message
Darth



Joined: 01 Mar 2006
Posts: 9

PostPosted: Thu Mar 02, 2006 5:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
jon



Joined: 01 Oct 2004
Posts: 40

PostPosted: Thu Mar 02, 2006 7:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
Kurtis



Joined: 05 Mar 2006
Posts: 9

PostPosted: Sun Mar 05, 2006 11:06 pm    Post subject: Reply with quote

Well some apps can take 5 years to complete Wink

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
View user's profile Send private message
paul



Joined: 11 Oct 2004
Posts: 128

PostPosted: Mon Mar 06, 2006 10:35 am    Post subject: Reply with quote

Kurtis wrote:
Well some apps can take 5 years to complete Wink

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 Smile. 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 Wink




Paul
_________________
World Countries | Survival Skills
Back to top
View user's profile Send private message
bongo



Joined: 07 Mar 2006
Posts: 11

PostPosted: Tue Mar 07, 2006 12:55 pm    Post subject: Reply with quote

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
View user's profile Send private message
paul



Joined: 11 Oct 2004
Posts: 128

PostPosted: Wed Mar 08, 2006 10:06 am    Post subject: Reply with quote

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 Wink. 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
View user's profile Send private message
DPR



Joined: 08 Mar 2006
Posts: 14

PostPosted: Wed Mar 08, 2006 8:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
paul



Joined: 11 Oct 2004
Posts: 128

PostPosted: Thu Mar 09, 2006 12:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
DPR



Joined: 08 Mar 2006
Posts: 14

PostPosted: Sun Mar 19, 2006 11:25 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    ASPdev.org Forum Index -> .NET Programming (ASP.NET, VB.NET, C#) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group

SQL Tutorial