port to .net and C# and SQL server
Just curious if anyone has worked at porting some of this into C# and SQL server instead of mySQL.
I have done this with some of the pieces of the code by moving it out into com dll done in .net. Of course you take the performance hit right on startup as the IL compiles but once it is up and running well it is fast. As far as database well I ported the whole thing over to SQL server 2000 a while ago. Which is a heck of a boost in itself however not practical for everyone. Since unless you have an MSDN subscription SQL server is expensive. But anyway I am finding a lot of the Controls in C# and .net to be much more efficient for this.
Anyway just curious if there is anyone else experimenting with this at this time?
|