CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

C Sharp (C#)

C# – Access Modifiers

Access Modifiers – C# or access specifiers are used to define the scope of the class or its members defined in the class. That means, it restricts to access the classes and their members within the defined scope only; outside the scope, the classes or their’ members cannot be accessed. ‘C#’ provides the following access […]

Outlook Add-In : Creating a Simple Add-In Using C#

I am really excited to write this Article, on Microsoft Office Object Model. To extend the functionalities of Microsoft Office Applications (like Excel, Word, etc.,) Microsoft has provided Office Object Model. Let me give a brief introduction to Microsoft Office Development. Microsoft has provided Object Models to allow to extend the functionalities of Microsoft Applications. These […]

Scroll to top