.NET
  • MicroStation & .NET
  • InterOps and MicroStationDGN.Application
C# and VB.NET

LA Solutions staff have written a number of technical articles. These include programming, MicroStation®, GeoGraphics, and relational databases. Some articles describe aspects of MicroStation software development, and others provide code examples.

You may also find the BE Newsletter useful. It is published by Bentley Systems.


Microsoft® .NET Development (VB.NET and C#)

Visual Studio .NET provides a rich development environment and supplies a host of user-interface widgets. The steps required to create a .NET application are complex, and covered in part by our .NET Development page.

LINQPad: The Ultimate C# / VB Scratchpad

LINQPad

LINQPad is a valuable tool for .NET developers. LINQPad lets you test fragments of VB.NET or C# code. Cut-and-paste a code statement or fragment into LINQPad for instant code validation and testing.

If you're involved with database development, then LINQPad can help you with relational queries or XML queries (that's what the LINQ in LINQPad is about).