Skip to content
  • November 5, 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

Designing a Unified Error Handling and Logging Framework for Enterprise ASP.NET Core Applications Experience Faster Troubleshooting with Copilot Profiler in Visual Studio 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
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
Designing a Unified Error Handling and Logging Framework for Enterprise ASP.NET Core Applications
.NET .NET Core .NET, ASP.NET, ASP.NET ASP.NET Core
Designing a Unified Error Handling and Logging Framework for Enterprise ASP.NET Core Applications
Experience Faster Troubleshooting with Copilot Profiler in Visual Studio
.NET .NET, ASP.NET, AI Artificial Intelligence ASP.NET ASP.NET Core
Experience Faster Troubleshooting with Copilot Profiler in Visual Studio
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
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
ASP.NET ASP.NET Core

Getting Started with ASP.NET Core Web App (MVC) Using .NET 6

Jan 27, 2022 Satya Karki 0 Comments

Post Views: 1,618 In this article, we will learn what is MVC and how to create your first ASP.NET MVC project in .NET 6 using visual studio. This article is…

Digital Transformation Power BI Power Platform

Speaker: Embracing Digital Transformation for SMB

Jan 18, 2022 Rijwan Ansari 0 Comments

Post Views: 47 Like other economic players, the novel pandemic severely hit small-medium businesses, the more significant source of growth and employment in the country by disrupting national and international…

Announcement Feature Highlight

Speaker of the Month – December 2021

Jan 16, 2022 Satya Karki 4 Comments

Post Views: 121 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,388 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: 736 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: 720 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,431 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,158 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,071 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…

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 ASP.NET Core

Designing a Unified Error Handling and Logging Framework for Enterprise ASP.NET Core Applications

Oct 30, 2025 Satya Karki 0 Comments
.NET .NET, ASP.NET, AI Artificial Intelligence ASP.NET ASP.NET Core

Experience Faster Troubleshooting with Copilot Profiler in Visual Studio

Oct 14, 2025 Satya Karki 0 Comments
.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

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