Earlier quoted context omitted.
This one: http://github.com/samus/mongodb-csharp
Have you looked at NoRM?
It looks interesting though. Have you used both?
81–90 of 148 posts
Earlier quoted context omitted.
This one: http://github.com/samus/mongodb-csharp
Have you looked at NoRM?
It looks interesting though. Have you used both?
I've loved using C# for the site but if I had built it in Ruby or Python I might have gotten more free traffic. Maybe the buzzness behind using X programming language that is current, hip and or new might be an easy marketing tool leading to you hearing more about them.
If anyone believes that Google, Facebook, Amazon, Twitter, Salesforce, or any other big internet company that has become prominent over the past few years was developed using .NET they have another thing coming.
Earlier quoted context omitted.
What was the problem?
It was a SharePoint issue with the emails it sends out and it ended up being a permission issue (well, not even sure you would call it that - but the fix was resetting the system account's password). There had been no changes in accounts or anything else besides the creation of new sites and to make it even harder no error messages or useful logging. I've seen issues like this more times than I can count over the yea…
just wanted to reply that ferrari.com is very slow, may be it is related to using MS stack
Earlier quoted context omitted.
That "Price is no longer an issue" is a falacy. You are ignoring the cost of patching and rebooting Windows boxes and the cost of the redundant infrastructure required to accommodate the longer downtime Windows patches require. And price is no issue only if you fail. If you succeed and have to deploy dozens of servers, you will quickly feel the it in your wallet. You can't grow horizontally as cheaply as you can with…
In our case it's as cost effective to light up a Rackspace Windows VM than it is a Linux VM... There are maintenance costs on both sides. If you have to deploy dozens of servers on any platform you will quickly feel that in your wallet.
If you can read Portuguese, they did a very good presentation at FISL in Brazil a couple days back.
http://ignofisl.ig.com.br/2010/07/22/material-da-palestra-so...
as it has already been mentioned -- having to pay license fees means ramen profitable is even further away for your average, small bootstrapped startup. there are some good startups based on the MS stack, but they're generally startups done by people with money, connections, or extensive experience in the MS stack.
Earlier quoted context omitted.
With BizSpark startups dont have to pay any licensing costs for some time. I also think that licensing is discounted when you become profitable. BizSpark aside, I think hosting costs/maintenance is much more. For a $20 512 Linode it would cost a hell of a lot more to run MVC.NET + MSSQL.
You should factor in not only license cost, but the total cost of maintaining and properly patching (as well as the mandatory unscheduled downtime that brings) a Windows stack. Even if they give you the licenses for free, it's much more expensive.
People who build things with upcoming tech tend to mention it because it's novel. And unfortunately a few of those upcoming technologies don't handle load particularly well so you get to hear a lot about them as a result of them falling down.
So yeah, you don't hear about Microsoft stuff for the same reason you don't hear people talking about PHP or Java. It just plain works and always has, so there's no story.
Earlier quoted context omitted.
Have you looked at NoRM?
I just grabbed the first driver and it worked although it feels really awkward to me (especially coming from years of parameterized queries / sprocs). It looks interesting though. Have you used both?