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?
SharePoint

Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)

Nov 17, 2016 Rijwan Ansari 0 Comments

Post Views: 56 The error occurs recently when one of our client migrated their VMs. Users were unable to open SharePoint Sites. After support ticket, when we checked the SharePoint…

SharePoint Uncategorized

Security Trimmed Control in SharePoint 2013

Oct 27, 2016 Rijwan Ansari 2 Comments

Post Views: 3 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…

AngularJS ASP.NET ASP.NET Core HTML & CSS Jquery/Javascript

Print the Content of Div or Element

Aug 6, 2016 Rijwan Ansari 0 Comments

Post Views: 12 There are several ways to print the div or section, however I found this is easiest way and it works fine. Code Sample Let me a bit…

SharePoint

SharePoint Future

Jul 5, 2016 Rijwan Ansari 0 Comments

Post Views: 4 Roadmap to the Future of SharePoint “The Future of SharePoint is Bright,” says Seth Patton, General Manager for SharePoint and OneDrive.  This was the overarching theme in a…

SharePoint

New-SPSite : The URL “http://SharePointUrl/” is in use as an alternate access URL or as the URL of a host header site. Please choose a different URL and try again.

Jun 9, 2016 Rijwan Ansari 0 Comments

Post Views: 33 This error occurs while creating SharePoint site collection. Error Occurs while executing below ps script: $web = Get-SPWebApplication http://spapp:1400/New-SPSite http://spapp:1400/ -OwnerAlias "ad\farmUser" -HostHeaderWebApplication $web -Name "Demo Team…

ASP.NET Jquery/Javascript

Select the Element Inside The Div (Division)

Apr 14, 2016 Satya Karki 0 Comments

Post Views: 6 In many cases, we might end up with having same element ID in DOM, however, this is not recommended. In such scenario, if we want to perform…

ASP.NET SharePoint SharePoint Online

Redirect the page to another site/site collection in SharePoint

Nov 11, 2015 Rijwan Ansari 0 Comments

Post Views: 74 There can be some cases we may need to redirect some page or even home to another site or site collection (sub site may be). I observed…

SharePoint

Customize SharePoint URL using AAM and DNS

Aug 19, 2015 Rijwan Ansari 0 Comments

Post Views: 52 Customize SharePoint URL using AAM and DNS 1. Configure DNS Open DNS Manager Navigate to respective forward lookup zone. Create a CNAME record by right clicking  in…

SharePoint SharePoint Online

SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form SharePoint)

Jun 24, 2015 Rijwan Ansari 0 Comments

Post Views: 20 SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form SharePoint) One can simply test outgoing email from SharePoint. With…

.NET Core ASP.NET

Get Client/User IP Address in ASP.NET

Jun 3, 2015 Rijwan Ansari 0 Comments

Post Views: 141 Often we collect the users information visited to our site for audit or records for analysis and security. We can get the value from ServerVariables collections of…

Posts navigation

1 … 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