M
Martin Raychev
Hi everyone,
I have to design an application which has to display some graphics of
maritime data. I am wondering whether it could be web application (ASP.NET)
or standalone C# application.
Basically I will have 3 listboxes:
1st - with 5 Locations (Buoys)
2nd - with 4 Parameters (Wave height, Period, Temperature, etc.)
3rd - with 5 type of graphics (1 Day, 1 Week, 1 Month, 3 Months, 1 Year)
Type of graphics.
The graphics are to be linear within a Cartesian coordinate system.
I was thinking of building this as an ASP.NET app with GDI+ graphics. I have
done a few reports like that before. This application will be much easier
because of the deployment and maintenance but will there be anything that I
will lack as functionality in comparison to a C# standalone application?
Any advice is appreciated!
Regards,
Martin Raychev.
I have to design an application which has to display some graphics of
maritime data. I am wondering whether it could be web application (ASP.NET)
or standalone C# application.
Basically I will have 3 listboxes:
1st - with 5 Locations (Buoys)
2nd - with 4 Parameters (Wave height, Period, Temperature, etc.)
3rd - with 5 type of graphics (1 Day, 1 Week, 1 Month, 3 Months, 1 Year)
Type of graphics.
The graphics are to be linear within a Cartesian coordinate system.
I was thinking of building this as an ASP.NET app with GDI+ graphics. I have
done a few reports like that before. This application will be much easier
because of the deployment and maintenance but will there be anything that I
will lack as functionality in comparison to a C# standalone application?
Any advice is appreciated!
Regards,
Martin Raychev.