Articles by Tag #dotnetframework

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Migrating from .NET Framework to .NET 8:

Why You Should Migrate Migrating from the .NET Framework to .NET 8 is essential for...

Learn More 21 1Jul 1 '24

LINQ Cheatsheet: The Ultimate Guide for Modern .NET Development 🚀

Introduction LINQ (Language Integrated Query) is a game-changing feature in C# that...

Learn More 11 0Oct 27 '24

DotNet Basics: What is the Common Intermediate Language?

The Common Intermediate Language (CIL), sometimes referred to as Intermediate Language (IL), is the...

Learn More 9 3Feb 10

Implementing a middleware in HttpClient calls

Intro This article intends to show how to create a pre-request and a post-response, like a...

Learn More 7 0Jul 19 '24

Missed the Last 10 Years of C#? Read This Quick Catch-up Guide

I originally posted this post on my blog a long time ago in a galaxy far, far away. Here's an...

Learn More 6 2Mar 31

C# {DateTime}

Current Date and Time: Now: Gets the current date and time. DateTime now = DateTime.Now; ...

Learn More 5 0Jul 31 '24

{CLR}

Asosiy xususiyatlar: CLR .NET platformasida yozilgan boshqariladigan ilovalar uchun ish vaqti...

Learn More 5 0Jul 2 '24

C# {Data Types except Int}

Floating-Point Types: 1)float: 32-bit single-precision floating point type 2)double: 64-bit...

Learn More 5 0Jul 31 '24

C# {Integral Types}

Integral Types: 1)byte: 8-bit unsigned integer (0 to 255) 2)sbyte: 8-bit signed integer (-128 to...

Learn More 5 0Jul 31 '24

Unleashing the Power of Collection Expressions in .NET 8

Introduction In the evolving landscape of software development, the clarity and efficiency of code...

Learn More 4 1May 9 '24

A Verdadeira Natureza dos Tipos Valor e Referência em .NET

Introdução Existe um entendimento comum, mas que considero impreciso, sobre tipos valor e...

Learn More 4 0Nov 27 '24

How to Seed Data in .NET Core Using Entity Framework

When building applications with .NET Core, it's often necessary to pre-populate the database with...

Learn More 3 0Aug 29 '24

Title: Simplifying Code with Type Aliases in .NET 8 and C# 12

Introduction In the world of software development, making code readable and maintainable is a...

Learn More 3 2May 7 '24

The State of .NET Tooling in 2024

This is a transcript from a great conversation I had with Brandon Minnick recently. We discuss the...

Learn More 3 0May 14 '24

C# .NET Exception Handling: Why You Should Avoid Using throw ex in Catch Blocks

Introduction Exception handling is a critical part of any robust C#/.NET application. Properly...

Learn More 2 0Aug 31 '24

DotNet Basics: What is the difference between C# and .NET?

A common question, especially for those new to the field, is the difference between C# and .NET. C#...

Learn More 2 1Feb 23

dotnet beginner guidelines

1/ Object-Oriented Programming (OOP) is an essential paradigm for every programmer. It empowers...

Learn More 1 0Jul 7 '24

Dotnet's versions.

.NET Framework: 1.0: ASP.NET, ADO.NET va Windows Forms bilan birinchi versiya. 1.1: Mobil...

Learn More 1 1Jul 2 '24

[Winforms] Rate my UI (UNFINISHED)

THIS IS ONLY A UI DESIGN Rate my UI (UNFINISHED) -> https://streamable.com/lo04d9 🎨 This is my...

Learn More 1 1May 30 '24

Full Stack Dot net Training Course

The Future of a .NET Developer Career** In an ever-evolving tech landscape, choosing...

Learn More 1 0Jul 17 '24

.NET Core

.NET Core Related few questions and answers. What is .NET? Features of .NET? What is a .NET...

Learn More 1 0Jul 21 '24

Cultivating Trust and Innovation: Top 10 .NET Development Partners You Can Rely On

In today's dynamic business landscape, building robust and scalable software applications is no...

Learn More 1 0Jun 12 '24

Practical Reflection in C# Or "In Reflection We Trust"

C# learners have probably come across a topic called Reflection. It is one of the most difficult...

Learn More 1 0Jun 29 '24

Mastering FluentValidation in .NET Core

Introduction Data validation is a fundamental aspect of any application, ensuring that...

Learn More 0 0Jan 18

SOS Need Help! ASP.NET Core API & Angular Frontend Integration + Visual Studio Issues

Hi everyone, I'm working on an ASP.NET Core API backend and an Angular frontend project. While...

Learn More 0 1Sep 6 '24

"Understanding ViewBag, ViewData, and TempData in ASP.NET Core MVC: When and How to Use Them"

ViewBag ViewBag is a dynamic object used to pass data from the controller to the view....

Learn More 0 0Sep 5 '24

1. Introduction to C# and .NET framework

In this post, we will delve into the foundational concepts of C# and the .NET framework to provide a...

Learn More 0 0Mar 16

Input

Input --> Console.ReadLine() input bu console dan biror malumotni olish. Buning uchun birinchi...

Learn More 0 0Jul 7 '24

How to get access of moving form window through all over the elements including image in C# Winform Application??

In my winform application ‘C#’ I add an image now when I run my winform application and I try to move...

Learn More 0 0Feb 18

ASP.NET CORE MVC Advance Knowledge

In ASP.NET Core, the Model-View-Controller (MVC) pattern is used to separate concerns in your...

Learn More 0 0Aug 31 '24