What do .NET Open Source developers have against mySQL?
-
I've just been scuppered on installing either of two promising looking open source bug tracking products, BugTracker.NET and BugNET, because they both only support MSSQL databases. I appreciate the hard work of the, I think in both cases, solo developers, but DB agnosticism is crucial when developing for hosted environments. It should be one of the first features, not the last. Mantis it is then, I guess, even if I have to assimilate PHP into my site. ;P
I have no problem with using MySQL when the need arises. The apps I've been working on lately, require more or less xcopy style distribution and speed. So in this case I've been using SQLite in memory.
// Steve McLenithan
-
I've just been scuppered on installing either of two promising looking open source bug tracking products, BugTracker.NET and BugNET, because they both only support MSSQL databases. I appreciate the hard work of the, I think in both cases, solo developers, but DB agnosticism is crucial when developing for hosted environments. It should be one of the first features, not the last. Mantis it is then, I guess, even if I have to assimilate PHP into my site. ;P
Well, we had a bit(!?!) of a problem with one of the MySQL drivers not releasing connections properly. It caused no end of problems, and was well documented on the MySQL website - but nobody there seemed remotely interested in fixing it.
Deja View - the feeling that you've seen this post before.
-
I've just been scuppered on installing either of two promising looking open source bug tracking products, BugTracker.NET and BugNET, because they both only support MSSQL databases. I appreciate the hard work of the, I think in both cases, solo developers, but DB agnosticism is crucial when developing for hosted environments. It should be one of the first features, not the last. Mantis it is then, I guess, even if I have to assimilate PHP into my site. ;P
The only way to design a system without the database in mind is to ignore the features of the particular platform that make it really shine.
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego. -
The only way to design a system without the database in mind is to ignore the features of the particular platform that make it really shine.
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego.Ennis Ray Lynch, Jr. wrote:
The only way to design a system without the database in mind is to ignore the features of the particular platform that make it really shine.
Oh that you had a typo at the end there. It would make it much more entertaining.
Deja View - the feeling that you've seen this post before.
-
Ennis Ray Lynch, Jr. wrote:
The only way to design a system without the database in mind is to ignore the features of the particular platform that make it really shine.
Oh that you had a typo at the end there. It would make it much more entertaining.
Deja View - the feeling that you've seen this post before.
I don't get it?
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego. -
I've just been scuppered on installing either of two promising looking open source bug tracking products, BugTracker.NET and BugNET, because they both only support MSSQL databases. I appreciate the hard work of the, I think in both cases, solo developers, but DB agnosticism is crucial when developing for hosted environments. It should be one of the first features, not the last. Mantis it is then, I guess, even if I have to assimilate PHP into my site. ;P
Well... SQL Server is better. :-D
-
Well... SQL Server is better. :-D
-
The only way to design a system without the database in mind is to ignore the features of the particular platform that make it really shine.
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego.For certain applications that don't require much shine, generalisation wins. With small business oriented, low database usage pretty much makes what shines moot; you don't see the shine until you do a real database centric application.
-
For certain applications that don't require much shine, generalisation wins. With small business oriented, low database usage pretty much makes what shines moot; you don't see the shine until you do a real database centric application.
My bias is obvious as my primary business is large scale database applications so it hard for me to give the other a fair shake.
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego. -
Brady Kelly wrote:
Mantis it is then, I guess, even if I have to assimilate PHP into my site.
Thought of trying Trac? If only so you're using Python and can retain some self-respect?
that would be a dig at php i'm assuming?
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"
-
I've just been scuppered on installing either of two promising looking open source bug tracking products, BugTracker.NET and BugNET, because they both only support MSSQL databases. I appreciate the hard work of the, I think in both cases, solo developers, but DB agnosticism is crucial when developing for hosted environments. It should be one of the first features, not the last. Mantis it is then, I guess, even if I have to assimilate PHP into my site. ;P
The very first thing is probably the licensing. They model has been confusing to say the least. Then there is the new owner....
Rocky <>< Recent Blog Post: You know you have issues with your marriage when…
-
that would be a dig at php i'm assuming?
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"
You'd be pretty much right - I much prefer Python (yes, I'm a bit of a language snob :-))
-
I don't get it?
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego.Ennis Ray Lynch, Jr. wrote:
I don't get it?
If only you had a typo in your last sentence. Specifically shit instead of shine.
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004
-
I've just been scuppered on installing either of two promising looking open source bug tracking products, BugTracker.NET and BugNET, because they both only support MSSQL databases. I appreciate the hard work of the, I think in both cases, solo developers, but DB agnosticism is crucial when developing for hosted environments. It should be one of the first features, not the last. Mantis it is then, I guess, even if I have to assimilate PHP into my site. ;P
I'm the author of BugTracker.NET. For sure you can find hosting companies that offer SQL Server. I'm running this demo[^] at GoDaddy.com, for example, and it's just a few bucks a month. I started off developing in a DB agnostic way, but it was hard not to take advantage of SQL features specific to SQL Server. And later, once Microsoft released their free, easy, excellent SQL Server Express, there wasn't much point. For me personally, when I started my app, it was just a little project for me to learn ASP.NET, C#, and other Microsoft technologies. I didn't foresee it becoming so widely used, and I certainly didn't look ahead to it being hosted. But, when I myself played with the idea of hosting BugTracker.NET instances commercially, I did come to learn that it's much cheaper to get a dedicated (virtual) server running Linux than Windows. But following that logic, I should have developed in PHP, not .NET.