我们将开发一个使用 Asp. Net 的网络应用程序, 这个应用程序可以处理上百万的数据
因此,我在数据库选择之间混淆了
相对于性能和所有标准而言,我更喜欢 sql 服务器或甲骨文
请你指引我
感谢 谢谢
我们将开发一个使用 Asp. Net 的网络应用程序, 这个应用程序可以处理上百万的数据
因此,我在数据库选择之间混淆了
相对于性能和所有标准而言,我更喜欢 sql 服务器或甲骨文
请你指引我
感谢 谢谢
你的问题是主观的,我总是喜欢回答 并说:
< a href=> "http://www.youtube.com/watch?v=EGUZJVY-sho" rel="nofollow"。>如果有人允许你驾驶一个公式 ,在多少秒内你就会撞碎它?也许你甚至无法启动它运行。
同样的思维是编程。两个程序都像公式一, 也许一个具有一些特点, 另一个则有其他特点, 但是如果“你可以这样开车” 它们可以跑得那么快。
现在,你应该为数据库做一个好的设计,并使它真正快速,或者非常缓慢和巨大。 它不是机器,而是你能使它运行得快。 它不是赛马上的公式,而是飞行员(和其他队)驱动它们的速度如此之快。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
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. ...
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 ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
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 ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
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!