在网络和独立模式下运行应用程序 [英] Run an application both in network and standalone mode

查看:82
本文介绍了在网络和独立模式下运行应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在使用asp.net c#作为前端,并使用MS SQL Server作为后端.我的问题是,我们需要将应用程序同时作为Web应用程序和桌面应用程序来运行,即它既可以在独立环境中也可以在联网环境中运行.Plz帮助我

Hi We are working with asp.net c# as front end and MS SQL server as back end. My problem is that we are required to run the application as both web application as well as desktop application ie it should run in both standalone as well as networked environment.Plz help me

推荐答案

建议

步骤1(代码文件):使用类文件创建通用项目,该类文件将生成.dll文件作为输出.
步骤2(UI):在桌面和WEB中都创建UI.
步骤3:创建黑白UI和DLL链接.这意味着UI将从.DLL获取用于处理事件的代码.

我现在正在努力.



问候
Suggestion

Step.1(Code files):Create generalized project using class files that will produce a .dll file as output.
Step.2(UI): Create UI in both Desktop as well as WEB.
Step.3:create link b/w UI & DLL. which means UI will get the code from .DLL for handling events.

I am now working on that.



regards


这篇关于在网络和独立模式下运行应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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