Skip to content
  • June 30, 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
  • Forums
  • Features
  • Events
  • News
  • Courses
    • Azure Machine Learning
    • Power Platform Course

Latest Post

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 Building a Dynamic Database Web API in .NET 9 Using Clean Architecture and MediatR AI Meets .NET: Building Intelligent Apps with .NET 9
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 1 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
.NET Artificial Intelligence Azure Azure Bot Service Azure Cognitive Services Azure DevOps Azure Machine Learning Blazor Events Feature Highlight Machine Learning News

Global AI Bootcamp 2023 Philippines

Jan 1, 2023 Rijwan Ansari 1 Comments
  • Latest
  • Popular
  • Trending
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
Ensuring High Availability: A Comprehensive Disaster Recovery Plan for Azure App Service
.NET Azure Azure App Service
Ensuring High Availability: A Comprehensive Disaster Recovery Plan for Azure App Service
Building a Dynamic Database Web API in .NET 9 Using Clean Architecture and MediatR
.NET .NET Core ASP.NET ASP.NET Core Entity Framework Web Development
Building a Dynamic Database Web API in .NET 9 Using Clean Architecture and MediatR
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
Azure CodeProject Feature

Auto-Start and Auto-shutdown in Azure Virtual Machines

Feb 3, 2021 Rijwan Ansari 0 Comments

Post Views: 6,860 Azure services cost varies based on utilization and uptime and is one of the important factors for overall billing amount. In most of the scenarios, we use…

Bootstrap CodeProject Feature HTML & CSS

Some unique, uncommon but very useful HTML elements (tags)

Jan 31, 2021 Rijwan Ansari 41 Comments

Post Views: 992 In this article we will explore some of the unique and quite useful html tags where are ignored or less common among the web designers or developers.…

Angular Angular CLI ASP.NET Core Bootstrap CodeProject Feature HTML & CSS Jquery/Javascript

Implement Most Popular AdminLTE Bootstrap Theme in Angular 11

Jan 28, 2021 Rijwan Ansari 15 Comments

Post Views: 5,389 When we start the development of any application, the first thing is implementing a theme for the solution. As per current industries trends, it is seen that…

Power Apps Power Apps Power Automate Power Automation Power BI Power Platform Power Virtual Agent

Microsoft Power Platform Fundamentals PL-900 – Complete Questions

Jan 27, 2021 Rijwan Ansari 0 Comments

Post Views: 652 Microsoft Power Platform Fundamentals PL-900 – Complete Questions.

Azure

Certificate Issue While Connecting Azure Virtual Machine Database

Jan 25, 2021 Satya Karki 0 Comments

Post Views: 232 I was trying to connect with SQL Server database which is residing in Azure Windows Virtual Machine from SQL Server Management Studio and .NET application, I got…

.NET Core ASP.NET ASP.NET Core

Unable to resolve service for type ‘Swashbuckle.AspNetCore.Swagger.ISwaggerProvider’

Jan 21, 2021 Rijwan Ansari 0 Comments

Post Views: 1,770 Recently, one of my team member faced this error while implementing swagger in asp.net core. Environment Details: Visual Studio 2019 ASP.NET Core 3.1 Swashbuckle.AspNetCore 5.6.3 Error: Unable…

.NET Core ASP.NET ASP.NET .NET Framework ASP.NET Core CodeProject SQL Server

How to Compare Two Databases, find differences and update using Visual Studio

Jan 13, 2021 Rijwan Ansari 0 Comments

Post Views: 1,696 In this article, we are going to learn how to compare two databases using SQL Server Database Project (Template) available in Visual Studio. I will cover the…

CodeProject SQL Server

Replace a string in SQL server Table Column

Jan 10, 2021 Rijwan Ansari 1 Comments

Post Views: 66 Sometimes, we might have requirement of updating or replacing particular string in sql table column. Let me be more specific, we had a application where we were…

Feature Power Apps Power Automate Power BI Power Platform Power Virtual Agent

Things to Know Before Getting Started with Power Apps

Jan 3, 2021 Satya Karki 1 Comments

Post Views: 1,366 Introduction  Power Apps is an emerging technology. It is one of the major components of the Microsoft Power Platform. This article provides insights to what Power Apps…

SharePoint SharePoint Administrator SharePoint Development SharePoint Online

SharePoint | This page allows a limit of 200 controls, and that limit has been exceeded

Dec 28, 2020 Rijwan Ansari 2 Comments

Post Views: 1,904 While working with SharePoint Master page or Custom page design, we might face this error sometimes, “This page allows a limit of 200 controls, and that limit…

Posts pagination

1 … 24 25 26 … 35
C# Corner MVP
C# Corner MVP
Loading
Categories
Archives
Meta
  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Topic Tags
  • ASP.NET
  • .NET 6
  • Entity framework
  • DBContext
  • .NET Core
  • 英国『利物浦赫普大学』毕业典礼时间【微信51217
  • 加拿大『多伦多大学』毕业典礼时间【微信512171
  • Machine Learning
  • Azure
  • Última
View all tags (561)

You missed

.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
.NET Azure Azure App Service

Ensuring High Availability: A Comprehensive Disaster Recovery Plan for Azure App Service

Feb 26, 2025 Satya Karki 0 Comments
.NET .NET Core ASP.NET ASP.NET Core Entity Framework Web Development

Building a Dynamic Database Web API in .NET 9 Using Clean Architecture and MediatR

Feb 26, 2025 Rijwan Ansari 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