Skip to content
MorganTechSpace
  • Home
  • Powershell
  • Office 365
  • Azure AD
  • Exchange Online
  • SharePoint Online
  • Active Directory
  • Contact

Development

Check string is ip address in c#

March 13, 2020January 27, 2016 by Morgan

In C#, we can validate a given string is a valid ip address or not by using IPAddress.TryParse method. The …

Read more

Categories C#, Development, Network

Get currently logged in user c#

March 13, 2020January 25, 2016 by Morgan

We can easily find current username in C# by using either by Environment class or WindowsIdentity.   Environment.UserName – Return …

Read more

Categories C#, Desktop, Development, Network

Get Active Directory User’s GUID and SID in C#

March 13, 2020January 23, 2016 by Morgan

We can find an Active Directory User’s GUID and SID in C# by using the UserPrincipal class which exists under …

Read more

Categories Active Directory, C#, Development

Get the Current User’s Active Directory GUID and SID in C#

March 13, 2020January 23, 2016 by Morgan

You can get an Active Directory User’s GUID and SID in C# by using UserPrincipal class. The UserPrincipal class exists …

Read more

Categories Active Directory, C#, Development

Nuget-Install-Package : The specified path, file name, or both are too long

March 13, 2020January 19, 2016 by Morgan

Problem Today, I have downloaded a graph api sample project from Microsoft site, then opened the project solution from Downloads …

Read more

Categories Development, Nuget, Package Manager, Visual Studio

Convert SID to Username using C#

March 13, 2020September 10, 2015 by Morgan

In C#, we can use the P-Invoke function LookupAccountSid to resolve user name from sid and we can also use …

Read more

Categories C#, Development, Network, Security, WIn32_API

Validate Email Address in JavaScript

March 16, 2020January 19, 2014 by Morgan

Description   In this article, I am going to write JavaScript code examples to Validate Email in JavaScript by using different …

Read more

Categories ASP.NET, Development, Html, JavaScript

Use of Distinct with Custom Class objects in C#

March 16, 2020January 17, 2014 by Morgan

Description     You can get distinct class objects from the list of objects by using Distinct method if the …

Read more

Categories C#, Development

Validate Email Address in C#

March 16, 2020December 9, 2013 by Morgan

Description In this article, I am going to write C# code examples to Check or Validate Email Address/Email ID using …

Read more

Categories C#, Development

Create Table in SQL Server Examples

March 16, 2020December 2, 2013 by Morgan

Description In this article, I am going to write T-SQL query to Create Table in MS SQL Server in different …

Read more

Categories Development, SQL Server, SQLQuery
Older posts
Page1 Page2 Page3 Next →

Categories

  • Powershell
  • Microsoft 365
  • Azure AD
  • SharePoint Online
  • Exchange Online
  • Microsoft Teams
  • Office 365 Groups
  • Active Directory
  • Microsoft Graph
  • PnP-PowerShell
  • CSOM

Recent Posts

  • Get Azure AD (Entra ID) App-Only Access Token with PowerShell
  • Working with REST API in PowerShell using Invoke-RestMethod
  • M365 User SignIn Activity – Neither tenant is B2C or tenant doesn’t have premium license
  • How to Join or Concatenate String and Number Using PowerShell
  • Find Location and County by IP Address with PowerShell
  • Microsoft 365
  • Azure AD
  • SharePoint Online
  • Exchange Online
  • Microsoft Teams
  • Microsoft 365 Groups
  • OneDrive for Business
  • Azure AD Authentication
  • Active Directory
  • Exchange Server
  • PowerShell
  • PnP PowerShell
  • Microsoft Graph
  • CSOM
  • VBScript

Follow us

  • Facebook
  • Twitter
DMCA.com Protection Status
  • Privacy-Policy
  • Disclaimer
  • TermsOfUse
  • About
Copyright © 2025 MorganTechSpace