A
A
Alexey Smirnov2018-09-18 23:25:14
Active Directory
Alexey Smirnov, 2018-09-18 23:25:14

How to make it easier to write simple C# software with AD integration?

Good afternoon, colleagues!
Can you please tell me what current libraries, frameworks, utilities, etc. exist for writing simple C# software for corporate needs? This is not about a market product, a self-written tool for a local task.
What I would like to make easier:

  • integration with AD (Read-only)
  • integration with MS SQL
  • accessing WMI
  • drawing simple Windows GUI elements

Let me explain: I write in Java, but the task is to write a program under Windows, and in a corporate environment. Therefore, Java is hardly the optimal choice. A quick googling showed that C# would suit me - Python is more different from Java, and C++ is more difficult.
I would be grateful for advice, comments, etc. - what to look for after Visual Studio, C # manuals and Allen Jones?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
VoidVolker, 2018-09-18
@lexmirnov

Have Google/StackOverflow at hand - most problems are solved there. To make your tasks easier, go to the nuget site , type in what you need and choose the library that suits your needs/requirements. Drawing simple GUI elements is easily done in the VS Designer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question