MicroStation CE U13 SDK. Cannot find the Bentley C# Project addins. Visual Studio 2017 Professional.

I suppose the Bentley Projects are missing here?

Anyone knows why?

Parents
  • Thank you Jon and Jan.

    I have been progarmming in MVBA for many years. Jumping to C#.NET and .NET Framework seems to be a  obstacle course before even getting started.

    Threrefore it is quite confusing when documentation is bougus and/or more or less unavailable.

    But I will fight on following your recommendations and good advice.

    Thank you both for your patience with a "expreienced" greenhorn :)

Reply
  • Thank you Jon and Jan.

    I have been progarmming in MVBA for many years. Jumping to C#.NET and .NET Framework seems to be a  obstacle course before even getting started.

    Threrefore it is quite confusing when documentation is bougus and/or more or less unavailable.

    But I will fight on following your recommendations and good advice.

    Thank you both for your patience with a "expreienced" greenhorn :)

Children
  • Hi Roald,

    Jumping to C#.NET and .NET Framework seems to be a  obstacle course before even getting started.

    I do not know details and context, but two different challenges exist there: To start with C# and to start use C# in MicroStation. In general, to try to learn these two things together does not mean it's twice more complicated, but ten times more. How MicroStation addins work is complex topic (and I agree it's not explained well anywhere), so the first step should always be to learn C# to be more than beginner (to know static methods, events and delegates, injection, assembly structure etc.).

    Threrefore it is quite confusing when documentation is bougus and/or more or less unavailable.

    As I wrote, I agree ... funny thing is that this is always existing argument, regardless how good documentation exists. Recently I coded something quite simple for ArcGIS Pro, where API documentation and tutorials are just perfect in my opinion, a huge amount of articles and description exist, and in ESRI forum I found a complain "ESRI should invest more to make the dev documentation better, because it's not good enough" :-)))

    But documentation and project template are not the same thing. And in my opinion the "just click" assistants make the learning process even worse at the end, because people know nothing about how it works internally. The project wizard can be great help when it's necessay to create 100% standard project quickly and it makes a good feeling you have something working automatically. That's fine, but it's not the learning itself. I have met some "I think I am developer" guys, who depended fully on clicking different buttons in Visual Studio without any serious knowledge about  compiling, linking etc. Just click a button and miracle will happen.

    So to survive hard start can be a challenge, but will turn in easier work in future :-)

    Thank you both for your patience with a "expreienced" greenhorn :)

    Well, in fact we are greenhorns too ... CONNECT Edition provides very new API with new concepts and also jump from quite old NET 3.5 to 4.6 brings new features, new C# versions etc., so it's challenging for everybody.

    With regards,

      Jan