Tagged Questions
2
votes
1answer
211 views
How can I break my vendor lock-in situation?
I'm developing software for about 10 years. I began on QBasic and now I'm developing .NET using C# language. I'm always trying to follow the best design patterns and principals like SOLID. In short ...
9
votes
2answers
482 views
Is the upgrade path from Win32 to .NET to WinRT feasible?
I support a VB6 application. It's currently being replaced, module by module, with .NET (including a lot of new features as we go). The GUI is in WPF, but with almost zero coupling to the business ...
3
votes
4answers
1k views
Migrating myself from .Net 1.1 to .Net 4.0
I have been working with .Net for 7 years. ASP Web Apps, Windows Forms, Windows Services, mostly done in C#, but some in VB.Net. And as we started to work with .Net 1.1, we stayed on .Net 1.1.
...
8
votes
3answers
382 views
How are hybrid VB6/.Net applications functioning in the Real World?
I am maintaining a VB6 application and we are studying how to migrate to .Net We are considering doing this gradually by implementing new features in COM visible .Net classes and migrating existing ...
6
votes
9answers
800 views
How to convince an employer to move to VB.Net for new development?
Some history:For the last six months I have been employed at a small firm with just three programmers, my employer among them. The firm maintains two programs written in VB6. I am asssigned as the ...