It seems the number of startups using .NET is increasing, or, at least, the interest on it by the HN community is growing. I'm curious, so: AskHN: Are you using .NET on your startup and why did you chose it?
ILSpy is the open-source .NET assembly browser and decompiler.
21–30 of 34 posts
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#22august 2008: "Our commitment is to maintain an amazing free tool ..." http://www.red-gate.com/our-company/about/news/net-reflector february 2011: "Red Gate has announced that it will charge $35 for version 7 of .NET Reflector upon its release in early March" http://www.red-gate.com/products/dotnet-development/reflecto...
From the second link: "As many of you know, our original intention was to maintain .NET Reflector as a free tool. But, after two-and-a-half years of providing it without charge, we realized that we could not make the free model work. We know that this will cause pain for some people in the .NET community, and we apologize for the change in policy. As a commercial company, we need to charge at least a nominal amount t…
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#23Earlier quoted context omitted.
I'm not in a startup or anything, but consider this; cloud computing is gaining momentum fast, and lots of startups will use cloud platforms like EC2, AppEngine, Azure etc. The one thing about this change is that traditional licensing concerns go away. If you use Azure, you are paying by usage, so Windows licenses aren't in play. I guess my point is that the fear of launching a startup and having to face spirling lic…
Plus: If you go Azure where will you develop? Will some nice M$ guy install Visual Studio in the cloud and you will use remote desktop? Where will you test? No local dev servers, really? Besides that, Azure is NOT usage payed, Azure is an approximation to that I would call scalable server rental. You pay by time and size, not by use. Maybe that explains Azure's momentum, they're getting things right and discouraging…
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#24It seems the number of startups using .NET is increasing, or, at least, the interest on it by the HN community is growing. I'm curious, so: AskHN: Are you using .NET on your startup and why did you chose it?
And 99% of what I do is simple tools that can be done in .NET with a few libraries from Codeplex and a little UI work.
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#25Earlier quoted context omitted.
I'm not in a startup or anything, but consider this; cloud computing is gaining momentum fast, and lots of startups will use cloud platforms like EC2, AppEngine, Azure etc. The one thing about this change is that traditional licensing concerns go away. If you use Azure, you are paying by usage, so Windows licenses aren't in play. I guess my point is that the fear of launching a startup and having to face spirling lic…
Plus: If you go Azure where will you develop? Will some nice M$ guy install Visual Studio in the cloud and you will use remote desktop? Where will you test? No local dev servers, really? Besides that, Azure is NOT usage payed, Azure is an approximation to that I would call scalable server rental. You pay by time and size, not by use. Maybe that explains Azure's momentum, they're getting things right and discouraging…
As for usage costs, doesn't Azure use the same model as all the others, e.g. EC2, in that cost = compute hours (i.e. instance running) + data transfer + storage? So if by usage you mean ultra accurate per CPU millisecond billing, then I don't anyone does that? Would be great though. Happy to be proved wrong though, I'm no expert on this...
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#26Earlier quoted context omitted.
If RedGate weren't confident in maintaining a free version why the fuck they got Reflector from Lutz ?! As long as is no free version it is money grubbing. RedGate makes some lovely tools but they fucked up royally with Reflector.
There were confident they could maintain a free version; they tried (really hard, I might add) to make the freemium business model work with Reflector, but in the end, they just couldn't. BTW, have you ever considered that if Red Gate didn't buy Reflector from Lutz, he might've stopped maintaining it for free on into perpetuity? That at some point, he might've realized that he was giving away something that people fo…
Also, how the fuck they tried "really hard" to maintain freemium ? Since they brought Reflector they basically added the VS debugger integration FOR MONEY. How is that trying really hard for the free version ?!
Just to be understood correctly. I don't have anything against RedGate. In fact , as i said, they made some great tools. But grabbing one of the best FREE tools in the .net world and trying to monetize (after pledging for a free version) just makes them seem assholes.
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#27Either they work fast or were already working on this.
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#28It seems the number of startups using .NET is increasing, or, at least, the interest on it by the HN community is growing. I'm curious, so: AskHN: Are you using .NET on your startup and why did you chose it?
- I like C# as a language. It's easy to work with and the compiler catches a lot of things that would be runtime errors in php or python.
- I like Visual Studio a lot. I'm far more productive in that environment than anything else I've tried in other languages.
- For what I'm doing the cost of Windows is far less than the lost productivity working in another environment would give me.
- SQL Server 2008 is just awesome.
- Using LINQ to SQL has saved me a ton of time.
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#29Earlier quoted context omitted.
Plus: If you go Azure where will you develop? Will some nice M$ guy install Visual Studio in the cloud and you will use remote desktop? Where will you test? No local dev servers, really? Besides that, Azure is NOT usage payed, Azure is an approximation to that I would call scalable server rental. You pay by time and size, not by use. Maybe that explains Azure's momentum, they're getting things right and discouraging…
I would imagine the license costs for dev tools for a startup are neglible. If you run Azure you would setup test/staging instances and tear them down when not in use, again because of scale, I would imagine that cost is negligible. As for usage costs, doesn't Azure use the same model as all the others, e.g. EC2, in that cost = compute hours (i.e. instance running) + data transfer + storage? So if by usage you mean u…
I also think that the problem of the production environment costs is a good one to have, nobody should fear to start a business because of them. If you can't solve that problem it means you have the wrong business model or really bad engineers.
Oops my bad, I tought others did the billing by CPU load instead of by hour.
Re: ILSpy is the open-source .NET assembly browser and decompiler.
#30Earlier quoted context omitted.
From the second link: "As many of you know, our original intention was to maintain .NET Reflector as a free tool. But, after two-and-a-half years of providing it without charge, we realized that we could not make the free model work. We know that this will cause pain for some people in the .NET community, and we apologize for the change in policy. As a commercial company, we need to charge at least a nominal amount t…
The money grubbing part is that the existing free version will expire and you will no longer be able to use it. So even if you are willing to use the existing product (which doesn't require a "dedicated team of developers"), you are out of luck.
Also, what stops people from saying "it's money grubbing to have a crippled freebie like this and demand $35 for full version".
$35 is nothing. I wrote decompilers and they're pretty damn hard and require constant upkeep and testing.