English 中文(简体)
快速、实际地介绍C#和ASP。 NET
原标题:Fast and practical introduction to C# and ASP.NET

对于一个数据库课程的学校项目,我需要建立一个与职业相关的基本网站。 该网站将非常基本,基本上将成为一些数据库业务的接口,列出、添加等等。 该项目的要点是数据库设计和数据库,而不是数字分析设计等。 服务器侧节目和网络只是一个媒体(由此产生的网页不会上任何网路,我将用自己的膝上型计算机做mo)。

就该项目而言,我必须使用C#和ASP。 NET。 我以前曾用过过过其中任何一种。 至于我的背景:我有很长的历史,有C和C++;而且很了解 Java。 虽然我已经使用过一段时间的购买力平价,但我可以说,我对服务器侧方案规划的知识微不足道。 然而,我确实知道这一点。

我没有这么多时间为该项目拨款。 因此,我的问题是:哪些是至上、快速和务实的伙伴关系。 该网络和C#资源用于有经验的方案人员? 我需要知道怎样准确和简明地做到这一点?

I will probably be using Visual C# 2010, but I m open to any suggestions.

Thanks!

最佳回答
问题回答

我将利用实体框架开展所有数据库业务。 这将节省你吨的时间。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签