You have various options - WPF app (which can be hosted in a browser or
standalone), Silverlight (basically a subset of a WPF browser hosted app),
webforms (or ASP.Net MVC), and then Windows Forms. I believe most winforms
stuff is slowly making its way to WPF.

If you are new to .Net, then there is a learning curve with all of the
above. I'd suggest that you simply pick one and go for it. If it needs to be
a rich app, then WPF. If its very simple, then Web (MVC would be my choice).

On Wed, Mar 16, 2011 at 6:28 PM, Aaron <[email protected]> wrote:

> Hi guys,
>
> I'm working with a group of two other people and each of us are very new to
> .net. We've got a coding "goal" and it's fallen to me to design the GUI for
> the code. I am more familiar with web design than I am with (for example)
> winforms (http://windowsclient.net/) so I was wondering if it is feasible
> to develop the code to interact with the user via a browser rather than a
> homemade form. The interaction would include events like: user input
> (username, password etc), information output in the form of charts, graphs
> and the occasional pop-up prompt.
>
> Your thoughts on this would be appreciated.
>
> A
>
> --
> You received this message because you are subscribed to the Google
> Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
> Web Services,.NET Remoting" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
> or visit the group website at http://megasolutions.net
>

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to