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

Visual Studio 2026 Is Now Generally Available: The Future of Coding Starts Here How Planning in Visual Studio Helps You Code Smarter 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
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
Visual Studio 2026 Is Now Generally Available: The Future of Coding Starts Here
.NET .NET Core .NET MAUI .NET, ASP.NET, AI ASP.NET ASP.NET Core
Visual Studio 2026 Is Now Generally Available: The Future of Coding Starts Here
How Planning in Visual Studio Helps You Code Smarter
.NET .NET Core .NET, ASP.NET, ASP.NET ASP.NET Core
How Planning in Visual Studio Helps You Code Smarter
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
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

How to get the session value and show into view in asp.net Core?

Oct 5, 2017 Satya Karki 0 Comments

Post Views: 32 One way for this is:  Get the session value and store it to View Bag in the controller and then show the view bag value to the…

ASP.NET ASP.NET Core

How to set and get the session value in asp.net core.

Oct 5, 2017 Satya Karki 2 Comments

Post Views: 143 The Microsoft.AspNetCore.Session package provides middleware for managing session state. Add the following heightened line in your Startup.cs [code language=”csharp”] public void ConfigureServices(IServiceCollection services) { services.AddMvc(); // Adds…

Uncategorized

Searchable Dropdown in SharePoint /ASP.NET

Oct 5, 2017 Rijwan Ansari 0 Comments

Post Views: 35

ASP.NET SharePoint SharePoint Online

Searchable Dropdown in SharePoint /ASP.NET

Oct 4, 2017 Rijwan Ansari 2 Comments

Post Views: 67 As we know that default dropdown list is not searchable. Simple way to create searchable in asp.net/SharePoint solution. Problem: Resolution: ( Converting simple dropdown list to searchable…

Windows

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

Oct 4, 2017 Satya Karki 1 Comments

Post Views: 105 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: 18 “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: 27  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: 23 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: 18 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: 27 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…

Posts pagination

1 … 32 33 34 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 MAUI .NET, ASP.NET, AI ASP.NET ASP.NET Core

Visual Studio 2026 Is Now Generally Available: The Future of Coding Starts Here

Nov 12, 2025 Satya Karki 0 Comments
.NET .NET Core .NET, ASP.NET, ASP.NET ASP.NET Core

How Planning in Visual Studio Helps You Code Smarter

Nov 8, 2025 Satya Karki 0 Comments
.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

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