Skip to content
  • September 14, 2025

Rijwan & Satya's Blog

Learn developer and data technologies with us

  • About
    • Login
    • About Rijwan Ansari
    • About Satya Karki
    • Cloud Experts Group
    • Question or Feedback
  • .NET
    • ASP.NET
    • .NET Core
    • ASP.NET Core
    • .NET MAUI
    • ASP.NET .NET Framework
  • Technologies
    • Azure
      • Azure DevOps
      • Azure Bot Service
      • Azure Cognitive Services
    • SharePoint
      • SharePoint Administrator
      • SharePoint End User
      • SharePoint Development
      • SharePoint Online
    • Angular
      • Angular
      • AngularJS
    • SQL Server
      • SQL Server Reporting Services
      • Report Builder
    • Artificial Intelligence
      • Machine Learning
    • Power Platform
      • Power Apps
      • Power Automate
      • Power BI
      • Power Virtual Agent
    • Web Development
      • Jquery/Javascript
      • HTML & CSS
      • Bootstrap
      • Materialize Design
    • Visual Studio
  • Blockchain
  • Features
  • Events
  • News
  • Courses
    • Azure Machine Learning
    • Power Platform Course

Latest Post

Supercharge .NET Debugging and Profiling in Visual Studio with Copilot Event: Season of AI Agents: Build the Future with AI Building Effective .NET Middleware with Real-World Examples and Code Sample Mastering Unit Testing in .NET: From Basics to Best Practices Ensuring High Availability: A Comprehensive Disaster Recovery Plan for Azure App Service
AI Announcement Artificial Intelligence Azure ChatGPT Copilot Events Generative AI Highlight OpenAI

Event: Season of AI Agents: Build the Future with AI

Jun 27, 2025 Satya Karki 0 Comments
Artificial Intelligence Azure Machine Learning Azure OpenAI ChatGPT Copilot Feature Generative AI Highlight Machine Learning OpenAI

How to Run DeepSeek Locally with Ollama and Open WebUI in a Docker Container

Jan 28, 2025 Rijwan Ansari 0 Comments
.NET .NET MAUI Announcement ASP.NET ASP.NET Core Blazor Events Highlight

.NET Conf Watch Party, Philippines 2023

Nov 1, 2023 Rijwan Ansari 2 Comments
.NET Artificial Intelligence GitHub Highlight Machine Learning Microsoft Power Apps Power Platform Power Virtual Agent

Development with Copilot: An AI Coding Partner

Aug 13, 2023 Rijwan Ansari 0 Comments
.NET .NET Core ASP.NET ASP.NET .NET Framework ASP.NET Core Azure Azure Bot Service Azure Cognitive Services Azure DevOps Blazor Events Feature Highlight

Global Azure Philippines 2023

Feb 6, 2023 Satya Karki 0 Comments
  • Latest
  • Popular
  • Trending
Supercharge .NET Debugging and Profiling in Visual Studio with Copilot
.NET .NET Core .NET, ASP.NET, ASP.NET Copilot Visual Studio
Supercharge .NET Debugging and Profiling in Visual Studio with Copilot
Event: Season of AI Agents: Build the Future with AI
AI Announcement Artificial Intelligence Azure ChatGPT Copilot Events Generative AI Highlight OpenAI
Event: Season of AI Agents: Build the Future with AI
Building Effective .NET Middleware with Real-World Examples and Code Sample
.NET .NET MAUI .NET, ASP.NET,
Building Effective .NET Middleware with Real-World Examples and Code Sample
Mastering Unit Testing in .NET: From Basics to Best Practices
.NET .NET Core .NET MAUI .NET, ASP.NET, AI ASP.NET ASP.NET Core
Mastering Unit Testing in .NET: From Basics to Best Practices
How to Create SQL Server Database Project With Visual Studio
.NET Core ASP.NET ASP.NET .NET Framework ASP.NET Core SQL Server
How to Create SQL Server Database Project With Visual Studio
How To Setup Report Server Configuration Manager For SQL Server Reporting Services (SSRS)
SQL Server SQL Server Reporting Services SSRS
How To Setup Report Server Configuration Manager For SQL Server Reporting Services (SSRS)
Resolving warning: Non-nullable Property Must Contain a Non-null Value in .NET 6
.NET Core ASP.NET ASP.NET .NET Framework ASP.NET Core
Resolving warning: Non-nullable Property Must Contain a Non-null Value in .NET 6
Some unique, uncommon but very useful HTML elements (tags)
Bootstrap CodeProject Feature HTML & CSS
Some unique, uncommon but very useful HTML elements (tags)
How to Run DeepSeek Locally with Ollama and Open WebUI in a Docker Container
Artificial Intelligence Azure Machine Learning Azure OpenAI ChatGPT Copilot Feature Generative AI Highlight Machine Learning OpenAI
How to Run DeepSeek Locally with Ollama and Open WebUI in a Docker Container
Code Quality Conference- Improve Your Code Quality and Performance using AI and GitHub Copilot
.NET AI Events Feature Generative AI GitHub
Code Quality Conference- Improve Your Code Quality and Performance using AI and GitHub Copilot
.NET 9 preview: new features and updates
.NET .NET Core .NET MAUI Announcement ASP.NET Blazor Entity Framework Feature News Visual Studio Web Development
.NET 9 preview: new features and updates
New Features and Enhancement of .NET 8
.NET .NET Core ASP.NET ASP.NET Core Feature Visual Studio
New Features and Enhancement of .NET 8
Announcement Feature Highlight

Speaker of the Month – December 2021

Jan 16, 2022 Satya Karki 4 Comments

Post Views: 118 Thank you C# Corner and Team for awarding “Speaker of the Month – December 2021“. C# Corner is one of the best platforms for developers and data scientists…

Azure DevOps Git GitHub

Adding Git Ignore File and Folder Using Git Desktop

Jan 14, 2022 Satya Karki 1 Comments

Post Views: 3,378 Introduction There are many code management and version control tools are available out there. Among all the Git is a famous and mostly used version control tool…

Blockchain

Types of Blockchain

Jan 13, 2022 Satya Karki 15 Comments

Post Views: 730 There are different types of blockchain that have their own purpose and use cases. Understanding the different blockchain types provides you insights into which one best fits…

.NET Core ASP.NET ASP.NET .NET Framework ASP.NET Core

Resolving warning: Non-nullable Property Must Contain a Non-null Value in .NET 6

Dec 31, 2021 Rijwan Ansari 43 Comments

Prior to .NET 6, null-state analysis and variable annotations are disabled for existing project, however, it is enabled for all .NET 6 projects by default. Because of which, all the…

Ajax ASP.NET ASP.NET Core

How to Post Data in ASP.NET Using Ajax Without JSON Form Serializer

Dec 31, 2021 Satya Karki 0 Comments

Post Views: 716 Introduction This article demonstrates how to send form data from the asp.net web application using the Ajax post method without the form serialization. In the previous part…

.NET Core ASP.NET

How to Resolve Issue of Test Project not Running the Unit Tests After Upgrade to .NET 6

Dec 23, 2021 Satya Karki 0 Comments

Post Views: 2,427 Introduction I was upgrading the .NET Core 3.1 project to .NET 6 and faced issues running test cases in my test projects. I had several projects and…

.NET Core ASP.NET ASP.NET Core

Error Restoring the NuGet After Upgrading Solution to .NET 6

Dec 21, 2021 Satya Karki 0 Comments

Post Views: 2,156 I was upgrading the solution from .Net core  3.1 to .NET 6.0 and got the below error while building the project. This blog describes how I resolved…

ASP.NET ASP.NET .NET Framework ASP.NET Core

Non-nullable property must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Dec 20, 2021 Rijwan Ansari 2 Comments

Post Views: 2,068 Recently, I was getting this warning for most of the properties which are not specified as nullable. I was not happy this warning, though I was able…

Azure Azure DevOps

An Introduction to Azure DevOps and Its Features

Dec 19, 2021 Rijwan Ansari 0 Comments

This platform offers a common workspace for related teams and stakeholders to plan, work, collaborate, build, develop, and deploy software applications. This Azure DevOps provide a set of processes that…

ASP.NET ASP.NET .NET Framework ASP.NET Core Azure Azure Bot Service Bot Framework

Create A Bot in .NET Using Bot Framework SDK

Dec 7, 2021 Rijwan Ansari 0 Comments

A bot is a software application that automates the tasks which are repetitive in nature and respond without human interaction. A bot is a short form of robot. In this article, we will…

Posts pagination

1 … 15 16 17 … 35
C# Corner MVP
C# Corner MVP
Loading
Categories
Archives
Meta
  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

You missed

.NET .NET Core .NET, ASP.NET, ASP.NET Copilot Visual Studio

Supercharge .NET Debugging and Profiling in Visual Studio with Copilot

Sep 11, 2025 Satya Karki 0 Comments
AI Announcement Artificial Intelligence Azure ChatGPT Copilot Events Generative AI Highlight OpenAI

Event: Season of AI Agents: Build the Future with AI

Jun 27, 2025 Satya Karki 0 Comments
.NET .NET MAUI .NET, ASP.NET,

Building Effective .NET Middleware with Real-World Examples and Code Sample

Jun 22, 2025 Satya Karki 0 Comments
.NET .NET Core .NET MAUI .NET, ASP.NET, AI ASP.NET ASP.NET Core

Mastering Unit Testing in .NET: From Basics to Best Practices

Apr 27, 2025 Satya Karki 0 Comments

Rijwan & Satya's Blog

Learn developer and data technologies with us

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • About
  • About Rijwan Ansari
  • About Rijwan Ansari’s Projects
  • About Satya Karki
  • Cloud Experts Group
  • Forum
  • Microsoft Azure Fundamental AZ-900 Questions 1-21
  • My Account
  • Privacy Policy for rijsat.com
  • Register | RijSat.com
  • Registration
  • Sample Page
  • Satya Karki
  • SharePoint Manual
  • About Author
  • Blog Feed
  • Question or Feedback