Skip to content

SkyCode

VICKY CHHETRI

SkyCode

VICKY CHHETRI

  • Home
  • About
  • Play Unity Game
C#

Day 6: C# Integral Numeric Types

Vicky Chhetri August 20, 2022 No Comments

int & .NET Type: System.Int32 The nint and nuint types in the last two rows of the table are native-sized integers. Starting in C# 9.0, you can use the nint…

C#

Day 5: C# – Basic Program Syntax

Vicky Chhetri August 19, 2022 No Comments

C# is an object-oriented programming language. Output Screen Syntax: using system The using keyword is used for including the namespaces in the program. A program can include multiple using statements.…

Coding

Palindrome Number

Vicky Chhetri August 18, 2022 1 Comment

Given an integer x, return true if x is palindrome integer. An integer is a palindrome when it reads the same backward as forward. For example, 121 is a palindrome…

C#

Day 4: Decision logic and branching logic

Vicky Chhetri August 18, 2022 No Comments

“Decision logic” and “branching logic” are terms programmers use to describe the change in execution path based on the evaluation of some expression. For example, we may write code that…

C#

Day 3: How does code work?

Vicky Chhetri August 17, 2022 No Comments

To understand how your code works, you need to step back and think about what a programming language is and how it communicates your commands to the computer. What is…

C#

Day 2: C# Hello World Program

Vicky Chhetri August 16, 2022 168 Comments

Start First Program in C# using visual Studio 2022. Steps: Step 2: Step 3: Main Program Filename : program.cs In .NET 6 program.cs In .NET 5 or earlier These two…

C#

Day 1: Object Oriented Programming

Vicky Chhetri August 15, 2022 2620 Comments

Day 1: Object Oriented Programming Object-oriented programming (OOP) is a computer-programming model that organizes software design around data, or objects, rather than functions and logic. An object can be defined…

Coding

Given a string S, find the length of the longest substring without repeating characters.

Vicky Chhetri August 14, 2022 176 Comments

Example 1: Input: s = "abcabcbb" Output: 3 Explanation: The answer is "abc", with the length of 3. Example 2: Input: s = "bbbbb" Output: 1 Explanation: The answer is…

Coding

Run Auto Migration in Asp.Net Core 6 MVC

Vicky Chhetri August 12, 2022 1 Comment

Application DB Context : Migration Created Using the below command: Migration File created with the extra snapshot file. you can check in the migration folder for more details. Once the…

Academic Algorithms Coding Problems

Add Two Number | Linked List

Vicky Chhetri August 7, 2022 No Comments

Given two non-empty linked lists l1 and l2 and output in linked list rtype (linked list) Python Code Solution Thank You For more about data structure in python : https://docs.python.org/3/tutorial/datastructures.html

Posts pagination

1 … 11 12 13 … 21

« Previous Page — Next Page »

You Missed

General

Rust vs Go: Concurrency War in Backend Systems

General

📌 Palindrome Permutation — Notes

General

The Architect Guide to Distributed Systems: Scaling Beyond a Single Machine

General

Beyond Mutexes: Go Semaphores for High-Performance Concurrency Control

SkyCode

VICKY CHHETRI

Copyright © All rights reserved | Blogarise by Themeansar.

  • Home
  • Shop
  • About
  • Inquiry
  • C#11 And .Net 7 – Modern Cross-platform Development Fundamentals
  • MySQL Tutorial
  • Create your website with blocks
  • Pin Posts
  • Pin Posts
  • Resume