ItsMyCode
  • How To
  • Python
    • Basics
    • Advanced
    • Built-In Methods
    • Dictionary Methods
    • String Methods
    • List Methods
    • Date and Time
    • Files and Folders
    • Matplotlib
    • Seaborn
    • NumPy
    • Pandas
    • SciPy
    • Errors and Exception
    • Django
  • R
  • Git
  • Powershell
  • Javascript
  • C#
    • Sitecore
  • Node.js
ItsMyCode

Coding Simplified

  • How To
  • Python
    • Basics
    • Advanced
    • Built-In Methods
    • Dictionary Methods
    • String Methods
    • List Methods
    • Date and Time
    • Files and Folders
    • Matplotlib
    • Seaborn
    • NumPy
    • Pandas
    • SciPy
    • Errors and Exception
    • Django
  • R
  • Git
  • Powershell
  • Javascript
  • C#
    • Sitecore
  • Node.js
541
98
0

Home » C#

Browsing Category

C#

6 posts

C# is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft. Learn C# programming for beginners and experts,

C#
  • How To
  • C#
  • 2 minute read

How to view Intermediate Language in C# using Ildasm.Exe

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • December 29, 2021
ILDASM (IL Disassembler) and ILASM (IL Assembler) – In this article, we will discuss What is Assembly and How to view Intermediate Language in C# using ildasm.exe. ldasm.exe (IL Disassembler).NET Framework (current…
View Post
Sitecore
  • C#
  • How To
  • 1 minute read

Publish items in Sitecore programmatically using API

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • January 14, 2022
In Some scenarios if you would like to publish items in Sitecore programmatically using API from Master DB to web or pub Database then we can use the Sitecore Publishing…
View Post
C#
  • C#
  • How To
  • 2 minute read

How to Send email in .NET through Gmail

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
It is easy to send email in .net through Gmail using the System.Net.Mail namespace. The below example will help you to send a simple plain mail using Gmail SMTP method.…
View Post
Sitecore
  • C#
  • How To
  • Sitecore
  • 1 minute read

How to remove all content items of language in sitecore using powershell script

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
The Sitecore PowerShell Extensions module (SPE) provides a robust environment for automating tasks within Sitecore. We can use PowerShell to remove all content items of language in Sitecore without writing any C# code…
View Post
C#
  • C#
  • 2 minute read

Enums in Csharp Programming Language

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
What is Enums in C#? enum (C# Reference) The enum keyword is used to declare an enumeration, a distinct type that consists of a set of named constants called the…
View Post
C#
  • C#
  • 1 minute read

What’s the difference between String and string

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
Most of the new developers will have this question and confusion if they need to use as string or String. To answer in simple, there is no difference between String…
View Post
  • Metrics Converter
  • Sitemap
  • Privacy Policy
  • Cookie Policy
  • Contact Us
541
98
0
0
ItsMyCode
Copyright © 2022· All Rights Reserved