Skip to content
  • June 3, 2026

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

Development with Copilot: An AI Coding Partner Understanding the Big Ball of Mud in Software Architecture Microsoft Power Automate Process Mining is now officially available for users How Use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 Project Resolve: Opened Pull Request Doesn’t Updated After Review Change Request Committed
.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 0 Comments
.NET Announcement Feature Highlight News

Microsoft MVP Award

Jun 15, 2022 Rijwan Ansari 0 Comments
Announcement Feature Highlight News

C# Corner MVP Award 2022

May 1, 2022 Rijwan Ansari 0 Comments
  • Latest
  • Popular
  • Trending
Development with Copilot: An AI Coding Partner
.NET Artificial Intelligence GitHub Highlight Machine Learning Microsoft Power Apps Power Platform Power Virtual Agent
Development with Copilot: An AI Coding Partner
Understanding the Big Ball of Mud in Software Architecture
Feature Solution Design and Architecture
Understanding the Big Ball of Mud in Software Architecture
Microsoft Power Automate Process Mining is now officially available for users
Announcement News Power Apps Power Automate Power BI Power Platform Power Virtual Agent
Microsoft Power Automate Process Mining is now officially available for users
How Use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 Project
.NET .NET Core .NET MAUI ASP.NET ASP.NET Core
How Use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 Project
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)
Understanding the Big Ball of Mud in Software Architecture
Feature Solution Design and Architecture
Understanding the Big Ball of Mud in Software Architecture
Speaking at Bcrypt Web 3.0 Week 2023
Announcement Blockchain Events Feature News NFT Smart Contract Smart Contract
Speaking at Bcrypt Web 3.0 Week 2023
Adding NuGet and Installing Packages in Unity Editor
Feature Unity
Adding NuGet and Installing Packages in Unity Editor
What is ChatGPT, And Why Is It so Popular?
Artificial Intelligence Azure Azure Bot Service Feature Machine Learning News
What is ChatGPT, And Why Is It so Popular?
Windows

How to Restore the deleted/quarantined items by Windows Defender?

Oct 4, 2017 Satya Karki 1 Comments

Post Views: 83 Sometimes Windows Defender can detect your custom app, .exe file or other files as a threat and might have been deleted by the defender. If you want to…

SharePoint SharePoint Online

SharePoint Future : Roadmap to the Future of SharePoint

Oct 3, 2017 Rijwan Ansari 1 Comments

Post Views: 10 “The Future of SharePoint is Bright,” says Seth Patton, General Manager for SharePoint and OneDrive.  This was the overarching theme in a 110-minute live online event made…

ASP.NET

ASP.Net Interview Question and Answers for Mid Level

Oct 3, 2017 Satya Karki 0 Comments

Post Views: 12  1. What are the asp.net page life cycle, name cycle? Answer: PreInit() Init() InitComplete() PreLoad() Load() LoadComplete PreRender() Render() Unload() 2. What are the different Types of ASP.Net Validation…

ASP.NET SQL Server

SQL Server Interview Question for Mid Level

Oct 3, 2017 Satya Karki 0 Comments

Post Views: 14 1.Write the script to create Table. Answer: CREATE TABLE Test ( ID int, LastName varchar(255), FirstName varchar(255), Address varchar(100), ); 2. What is Primary Key Constraint? Answer:…

ASP.NET SQL Server

SQL Server Interview Questions and Answers for Mid Level

Oct 3, 2017 Satya Karki 0 Comments

Post Views: 12 1.Write the script to create Table. Answer: CREATE TABLE Test ( ID int, LastName varchar(255), FirstName varchar(255), Address varchar(100), ); 2. What is Primary Key Constraint? Answer:…

SharePoint SharePoint Online

Office 365: Powershell Script to Uninstall the SharePoint App

May 12, 2017 Rijwan Ansari 0 Comments

Post Views: 7 Sometime O365 SharePoint Online will not allow uninstall app hosted. It will give you error as “Some things went wrong” or “Unable to Uninstall” and gives you…

SharePoint SharePoint Development SharePoint Online

Run Workflow for All Items of List in SharePoint

Apr 26, 2017 Rijwan Ansari 0 Comments

Post Views: 42 In some scenario, we might need to develop workflows for existing SharePoint list which has several list items. This happens because of some enhancements or user(s) requirements.…

ASP.NET SharePoint

ViewState in Web Part And Custom Page SharePoint

Apr 24, 2017 Rijwan Ansari 1 Comments

Post Views: 34 I was using ViewState in custom developed SharePoint Solution to store date before saving to List because of some requirements. I found that the ViewState value was…

ASP.NET SharePoint SharePoint Online

Security Trimmed Control in SharePoint 2013

Apr 20, 2017 Rijwan Ansari 0 Comments

Post Views: 22 This post explain about Security Trimmed Control and how to use in SharePoint with out custom coding. We can do security trimmed from SharePoint Designer for different…

ASP.NET SQL Server

ASP.Net Interview Question and Answers for Mid Level

Dec 1, 2016 Satya Karki 0 Comments

Post Views: 12  1. What are the asp.net page life cycle, name cycle? Answer: PreInit() Init() InitComplete() PreLoad() Load() LoadComplete PreRender() Render() Unload() 2. What are the different Types of ASP.Net Validation…

Posts navigation

1 … 26 27 28 29
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 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
Feature Solution Design and Architecture

Understanding the Big Ball of Mud in Software Architecture

Aug 6, 2023 Rijwan Ansari 0 Comments
Announcement News Power Apps Power Automate Power BI Power Platform Power Virtual Agent

Microsoft Power Automate Process Mining is now officially available for users

Aug 4, 2023 Rijwan Ansari 0 Comments
.NET .NET Core .NET MAUI ASP.NET ASP.NET Core

How Use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 Project

Jul 21, 2023 Satya Karki 1 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