|
Browse by Tags
All Tags » ASP Migration » .NET General Tip ( RSS)
-
|
As vb6 migration experts in our company we deal everyday with a lot of issues around Interop and serialization. One important thing to note is the concept of “Bittable Types”. I’m not making up terms. Those terms actually exist. Just see this link in...
|
-
|
One of our clients wanted to change the CreateObject function migration for a function of their own. So they wanted all cases like: Dim x As Object Set x = CreateObject("Excel.Application") To be migrated to something like: Excel.Application...
|
-
|
If you have your ASP.NET application for example in c:\inetpub\wwwroot\WebApplication1 and you want to programmatically get that path just use something like: string AppPath = Request.PhysicalApplicationPath;
|
-
|
AJAX applications are great Their coolness factor is high, and your clients will be trilled by the new interactivity of your pages But as a developer when you have a problem with AJAX it could be hard to track. Because there is a lot going on behind the...
|
-
|
Localize a VB6 application can be cumbersome, specially if it was not even originally planned to be localized. Nowadays is common that you're clients might demand support for different languages. While a localization task is still difficult, we have found...
|
|
|
|