Sign In
Goto 100 - Development with Visual Basic
Eric on all things VB!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework 3.5
Architecture
Book
Data
DevCenter
Events/Training
Interop
Interview
LINQ
Migration
MSDN Flash
Pages
Small Basic
UK
UX
VB10
Visual Basic .NET
Visual Basic 2005
Visual Basic 2008
Visual Basic 2010
Visual Basic 6
Archive
Archives
July 2010
(1)
June 2010
(9)
May 2010
(1)
April 2010
(5)
March 2010
(10)
February 2010
(22)
January 2010
(19)
December 2009
(22)
June 2009
(15)
April 2009
(5)
March 2009
(1)
February 2009
(7)
January 2009
(7)
December 2008
(5)
November 2008
(12)
October 2008
(8)
September 2008
(7)
August 2008
(9)
July 2008
(16)
June 2008
(17)
June, 2009
MSDN Blogs
>
Goto 100 - Development with Visual Basic
>
June, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Goto 100 - Development with Visual Basic
ClickOnce and Security
Posted
over 3 years ago
by
Eric Nelson UK
0
Comments
ClickOnce deployment is another area where Code Access Security needs to be kept in mind. ClickOnce deployments will often be used to deploy Visual Basic .NET (or hybrid Interop Toolkit) applications from a website or network file share. In these cases...
Goto 100 - Development with Visual Basic
Introducing code obfuscation
Posted
over 3 years ago
by
Eric Nelson UK
1
Comments
If you recall from an earlier post, I said that the main reason for signing an assembly and giving it a strong name was to prevent it being tampered with. For example, many of the assemblies that make up the .NET framework itself are strong-named assemblies...
Goto 100 - Development with Visual Basic
Code Access Security in action – calling Unmanaged Code
Posted
over 3 years ago
by
Eric Nelson UK
0
Comments
The following is an example of how code access security might affect your code when calling unmanaged code. Unmanaged code is a posh way of saying “It isn’t .NET code, it is the stuff you used to write before .NET” :-) In VB6 making a call to a Windows...
Goto 100 - Development with Visual Basic
Authenticode and ActiveX controls
Posted
over 3 years ago
by
Eric Nelson UK
0
Comments
For VB6 developers, one area where asymmetric keys and digital signatures cropped up was the requirement to sign downloadable ActiveX controls using Authenticode. The idea was to sign the controls using a digital signature so that the origin of the control...
Goto 100 - Development with Visual Basic
Cryptography
Posted
over 3 years ago
by
Eric Nelson UK
0
Comments
The second big security area in the .NET framework after Authentication and Authorisation is cryptography. Again, the framework contains a lot of powerful functionality, and again there is an application block that makes it all a bit easier to use. The...
Goto 100 - Development with Visual Basic
Authentication and Authorisation
Posted
over 3 years ago
by
Eric Nelson UK
0
Comments
As promised , the first in a series of posts about security relevant to a developer new to .NET (such as a VB6 developer). These are what most people will immediately think of when security is discussed. Authentication This is proving your identity by...
Goto 100 - Development with Visual Basic
Visual Basic .NET and Security – a few posts are required
Posted
over 3 years ago
by
Eric Nelson UK
1
Comments
One of the reasons for moving to VB.NET from VB6 may be the more advanced security models available in the .NET Framework - this is particularly relevant in the ASP.NET world where many .NET applications will need a security system. In the desktop arena...
Goto 100 - Development with Visual Basic
Virtualization and Visual Basic 6.0 applications
Posted
over 3 years ago
by
Eric Nelson UK
1
Comments
There may be some circumstances where upgrading a VB6 application is not feasible, for example it may rely on a control that simply does not work in the target operating system. I came across a couple of articles on MSDN that discussed the ways that virtualisation...
Goto 100 - Development with Visual Basic
In VB6 we had the API Viewer, In VB .NET you get the P/Invoke Interop Assistant
Posted
over 3 years ago
by
Eric Nelson UK
1
Comments
VB6 programmers will remember a useful little utility called the API Viewer, the helped out when you needed to make a Windows API call. There is now an equivalent tool for .NET, the P/Invoke Interop Assistant ( http://www.codeplex.com/clrinterop ). Not...
Goto 100 - Development with Visual Basic
Enhancing your VB6 Application with Interop
Posted
over 3 years ago
by
Eric Nelson UK
1
Comments
I’ve been having a look at some of the samples on the Visual Basic Resource Center to see what’s possible when we start using interop between VB6 and .NET. Here are some of my favourites. This article, “Sharing ADO Recordsets Between Visual Basic 6 and...
Goto 100 - Development with Visual Basic
Adding to the My namespace in VB .NET
Posted
over 3 years ago
by
Eric Nelson UK
1
Comments
Just as an aside - after experimenting with the Interop Forms Toolkit earlier this year I wondered how InteropToolbox ended up in the My namespace – it seems like a useful thing to be able to do. I didn’t have to look far, the answer was in the ActiveXControlHelpers...
Goto 100 - Development with Visual Basic
That old friend Binary Compatibility – and a FREE eBook on COM Interop
Posted
over 3 years ago
by
Eric Nelson UK
1
Comments
A favourite topic for VB6 programmers! Adding a reference to a COM component in Visual Studio adds a reference to a specific version of the VB6 component, so rebuilding the VB6 component without binary compatibility will break the .NET project (you’ll...
Goto 100 - Development with Visual Basic
VB6 Migration tools are not as expensive as you might think
Posted
over 3 years ago
by
Eric Nelson UK
0
Comments
How long would it take you to manually convert 50,000 line of Visual Basic 6.0 code to Visual Basic .NET. My guess is… quite a long time :-) However two of the key partners in this space have special versions of their enterprise class tools targeting...
Goto 100 - Development with Visual Basic
Aberdeen Group report on Migrating from VB6 to .NET
Posted
over 3 years ago
by
Eric Nelson UK
0
Comments
Aberdeen Group have created a new report “ Migrating from VB6 to .NET: The challenge of software agility in a volatile economy ” Some bits that stood out for me: 50% will migrate all the applications, 36% will migrate some (86% in total will migrate)...
Goto 100 - Development with Visual Basic
Visual Basic 6.0 Migration – due diligence is a good thing
Posted
over 3 years ago
by
Eric Nelson UK
0
Comments
Choice in general is a good thing. When faced with moving a Visual Basic 6.0 application to .NET there is plenty of choices to be made. One of those choices is “Which tool should I go with to migrate the code?”. My advice in general is “Try as many as...
Page 1 of 1 (15 items)