Oh Crap... Another case of brain fade.
-
Had to produce a complex form for one of our apps. Its not sure at the stage whether it will go into production and as its a stand alone form I thought I would develop it in a test application (c#) rather than the full code to see how it would work and the best way to do it. All worked great, so I had a look at the original code. Oh crap, its in VB.Net!
A Fine is a Tax for doing something wrong A Tax is a Fine for doing something good.
-
Had to produce a complex form for one of our apps. Its not sure at the stage whether it will go into production and as its a stand alone form I thought I would develop it in a test application (c#) rather than the full code to see how it would work and the best way to do it. All worked great, so I had a look at the original code. Oh crap, its in VB.Net!
A Fine is a Tax for doing something wrong A Tax is a Fine for doing something good.
RossMW wrote:
not sure at the stage whether it will go into production
It will.
-
Had to produce a complex form for one of our apps. Its not sure at the stage whether it will go into production and as its a stand alone form I thought I would develop it in a test application (c#) rather than the full code to see how it would work and the best way to do it. All worked great, so I had a look at the original code. Oh crap, its in VB.Net!
A Fine is a Tax for doing something wrong A Tax is a Fine for doing something good.
Surprised that VB is still being actively developed. VB 15.5 seems to be the latest version, and it seems to be on par with C# 7.3.
Nish Nishant Consultant Software Architect Ganymede Software Solutions LLC www.ganymedesoftwaresolutions.com
-
Surprised that VB is still being actively developed. VB 15.5 seems to be the latest version, and it seems to be on par with C# 7.3.
Nish Nishant Consultant Software Architect Ganymede Software Solutions LLC www.ganymedesoftwaresolutions.com
-
Nish Nishant wrote:
VB is still being actively developed
No. Just historic stuff only. I think this one was one of the last VB developed one.
A Fine is a Tax for doing something wrong A Tax is a Fine for doing something good.
Do you have a link for that? As far as I can see, VB and C# are being released in parallel.
Nish Nishant Consultant Software Architect Ganymede Software Solutions LLC www.ganymedesoftwaresolutions.com
-
Do you have a link for that? As far as I can see, VB and C# are being released in parallel.
Nish Nishant Consultant Software Architect Ganymede Software Solutions LLC www.ganymedesoftwaresolutions.com
-
Sorry. I was referring to our code here at work, not the development cycle of VB - C#
A Fine is a Tax for doing something wrong A Tax is a Fine for doing something good.
No problem, I lost interest in your code base once I realized VB was still being officially developed :-)
Nish Nishant Consultant Software Architect Ganymede Software Solutions LLC www.ganymedesoftwaresolutions.com
-
Had to produce a complex form for one of our apps. Its not sure at the stage whether it will go into production and as its a stand alone form I thought I would develop it in a test application (c#) rather than the full code to see how it would work and the best way to do it. All worked great, so I had a look at the original code. Oh crap, its in VB.Net!
A Fine is a Tax for doing something wrong A Tax is a Fine for doing something good.
Not a problem. We have a major app written in VB and everything new is in c#.
Keep your friends close. Keep Kill your enemies closer. The End
-
Had to produce a complex form for one of our apps. Its not sure at the stage whether it will go into production and as its a stand alone form I thought I would develop it in a test application (c#) rather than the full code to see how it would work and the best way to do it. All worked great, so I had a look at the original code. Oh crap, its in VB.Net!
A Fine is a Tax for doing something wrong A Tax is a Fine for doing something good.
-
If it's a large amount of code you don't want to port, you might consider just making it CLS compliant[^].