前端建议 [英] FrontEnd suggestion

查看:48
本文介绍了前端建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我对这个软件的ASP前端部分很陌生...这是我的情况:
我正在运行本地WinForms软件,该软件在企业的每个客户端上运行.如果使用C#编写系统,则我使用Visual Studio工具进行开发.在数据层的后面,有一个用于持久化的MSSQL Express数据库.
现有系统有了新的要求.他们希望有一个供客户访问的网页,并将其添加到新闻通讯中,并通过相同的操作从数据库中存储的列表中取消订阅他们的电子邮件.

因此,面对我这一新挑战,我必须开发一种形式的网页,该网页将通过用户输入与DB交互.
我需要一些建议,应该使用哪种语言(ASP,PHP,脚本?),并且VS2008中有任何不错的功能可以将webpart添加到现有系统(包括所有.cs类和winforms)中吗? br/> 我知道将需要一个网络服务器(ISS或Apache,具体取决于语言),但是我要搜索的只是关于如何开始的一些建议,我应该从什么开始?

最好的问候

Hi fellows,

I''m quiet new to this ASP frontend part of software... Here is my case:
I''m running an local WinForms software, which run on each client at the business. The system if written in C# and I''m using the Visual Studio tool for development. Behind the data layer, there is a MSSQL Express DB running for persisting.
There have been a new requirement to the existing system. They want a webpage for customers to visit, and add themself to newsletter, and ofc wih an equal operation unsubscribe their email from the list stored on the DB.

So with this new piece of challenge for me, I have to develop some form of a webpage, which will interact with the DB, from the user input.
I need som suggestions to, which language I should use (ASP, PHP, scripting?), and are there any nice feature in VS2008 to add the webpart to the existing system (with all the .cs classes and winforms)???
I know there will need to be an webserver (ISS or Apache depending on language), but what I search so for is just some suggestions about how to start, and what should I start with?

Best regards

推荐答案

如果您已经很熟悉c#,我建议坚持使用Asp.Net/C#,因为学习曲线应该不会太困难.

如果您将Winforms项目作为解决方案的一部分,则应该可以将Web应用程序添加为新项目.

您也许还可以利用已经创建的某些功能(如果适用),但是可能会发现您必须将该通用功能提取到新项目中,这将意味着很多额外的工作.您必须决定最适合您的选择.

这里和通过Google提供了大量有关如何执行所有这些操作的示例.享受吧.
If you are laready familiar with c# I would suggest sticking with Asp.Net/C# as the learnign curve should not be overly difficult.

If you have the Winforms project as part of a solution then you should be able to add a web aplication as a new project.

You may also be able ot leverage some of the functionality (if appropriate) that you have already created but may find that you have to extract that common functionlaity into a new project which would mean a lot of extra work. YOu''d have to decide what is best for you.

There are plenty of examples here and via Google of how to do all of this. Enjoy.


这篇关于前端建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆