Earlier quoted context omitted.
Actually, a previous company I worked at does have to move away. They have what they believe was one of the largest VB6 apps anywhere. It had its own embedded VBA as well. Now they have an enforced rewrite, and yes, it didn't mean it stops working that day, but they have licenses for VBA which they pass on to customers which DO expire (as in, they can't keep selling their product!). Now they have to move years of wor…
I guess Wasabi is a pretty good idea after all. May I ask if this company you used to work for has now embraced open source? [1] http://www.joelonsoftware.com/items/2006/09/01b.html
Building a Web-App the Microsoft Way
31–33 of 33 posts
Re: Building a Web-App the Microsoft Way
#32Earlier quoted context omitted.
imho I still feel LINQ is a knockoff and a really late one (years late). to MS's credit LINQ does bring a lot of improvements; mainly in shorter, more concise syntax
A knockoff of what exactly?
I'm not saying that you can't build anything good / successful with MS products... and there are situations where going MS is a strong advantage (video games)...
I'm just curious why ppl would constrain themselves (in both flexibility and financials) when there's alternative tech that's comparable (or better)
Re: Building a Web-App the Microsoft Way
#33Earlier quoted context omitted.
A knockoff of what exactly?
the open source stuff (fine - i'm showing my bias against MS with or without good merit) I'm not saying that you can't build anything good / successful with MS products... and there are situations where going MS is a strong advantage (video games)... I'm just curious why ppl would constrain themselves (in both flexibility and financials) when there's alternative tech that's comparable (or better)
There are a lot of things that Microsoft makes that are derivative of open source -- ASP.NET MVC is effectively yet another Rails knockoff, for example.
But AFAIK, LINQ is something new and different, which is why I'm genuinely curious what you would consider to be similar to LINQ but predating it.