TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About OWIN
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nimit Joshi (12)
Rahul Kumar Saxena (11)
Jignesh Trivedi (4)
Rajeev Ranjan (4)
Amit Choudhary (3)
David Mccarter (3)
Naveen Kumar (2)
Anuradha Rani (2)
Mobeen Rashid (2)
Mike Gold (2)
Mudita Rathore (2)
Ashwani Tyagi (2)
Prasham Sabadra (2)
Jasminder Singh (2)
Shubham Srivastava (2)
Rasul Huseynov (1)
Debasis Saha (1)
Abhishek Chadha (1)
Vignesh Ganesan (1)
Vignesh Mani (1)
Shiv Sharma (1)
Ajay Kumar (1)
Amit Mohanty (1)
Akkiraju Ivaturi (1)
Rajesh VS (1)
Arjit Soni (1)
Gaurav Karroy (1)
Ehsan Sajjad (1)
Rinki (1)
Hemant Srivastava (1)
Mahesh Alle (1)
Anupam Maiti (1)
Ravinder Sharma (1)
Rion Williams (1)
Swapnal Chonkar (1)
Prashant Sharma (1)
Deepak Dwij (1)
Manish Singh (1)
Ram Prasad M (1)
Sagar Pardeshi (1)
John Morehouse (1)
Nanddeep Nachan (1)
Shweta Lodha (1)
Charwaka Thupili (1)
Suresh M (1)
Nakkeeran Natarajan (1)
Chandra Shekher (1)
Maruthi Palllamalli (1)
Shriram Pophali (1)
Nick Chamberlain (1)
Ali Ahmed (1)
Nairisha Shrestha (1)
Rahul Bansal (1)
Vijay S (1)
Atul Rawat (1)
Christopher Duncan (1)
Nagarajan R (1)
Sandeep Sharma (1)
Satyapriya Nayak (1)
Sanjay Kumar (1)
Related resources for OWIN
No resource found
Exploring the New T-SQL Enhancements in SQL Server 2022
11/5/2024 5:39:41 AM.
In this article we will explore the powerful new T-SQL enhancements in SQL Server 2022, including features like DATE_BUCKET, DATETRUNC, and IS DISTINCT FROM, designed to simplify data handling and opt
Windowing Enhancements New T-SQL Enhancement in SQL Server
10/29/2024 6:29:27 AM.
SQL Server 2022 introduces advanced T-SQL features, enhancing window functions, aggregations, and NULL handling. New options like the WINDOW clause and IGNORE NULLS optimize complex data queries, redu
Showing Restricted or Role-based Users in PowerApps Form Dropdown
7/4/2024 8:26:17 AM.
Security of their app or data or functionality everyone demands. Most of requirements require approval process and if we have limited approvers listed what could be asked for more.
Hiding and Showing Controls on App with Role-Based Permissions
7/3/2024 12:27:20 PM.
We all know that we can break and handle permission on Sharepoint list and list items. We can also restrict user access on powerapps and forms. We can enable and disable controls depending upon status
Understanding ASP.NET - Part One - Owin And Katana
6/26/2024 10:53:14 AM.
Dive into the fundamentals of ASP.NET with a focus on Owin and Katana in this introductory series. Explore the architecture, middleware concepts, and how these technologies streamline web development
Behind the Scenes of OWIN (Open Web Interface for .NET)
6/26/2024 6:47:39 AM.
OWIN is the acronym of Open Web Interface for .NET and it is a specification that provides to decouple web servers with web applications. This specification is an also open standard for all .NET ecosy
How To Implement Authentication Using Identity Model In ASP.NET Core
6/18/2024 10:48:48 AM.
ASP.NET Core Identity is a robust authentication mechanism in .NET Framework, replacing classic ASP.NET's membership system. It offers comprehensive user and role management, integrates with Entit
Methods for Effective Error Handling in Javascript
5/29/2024 10:02:17 AM.
JavaScript error handling involves managing syntax, runtime, and logical errors. Techniques include try...catch blocks, throwing custom errors, and handling asynchronous errors. Employing best practic
SharePoint 2013 Bug: Access Denied Error While Activating “Following Content” Feature
5/29/2024 8:05:41 AM.
Encountering an "Access Denied" error during the activation of the "Following Content" feature in SharePoint 2013 indicates a potential bug. This issue hinders users from utilizing
Introduction To OWIN and KATANA in Visual Studio 2013 Preview
5/6/2024 11:34:54 AM.
Discover OWIN and Katana in Visual Studio 2013 Preview. Revolutionize web development with middleware, modular architecture, and self-hosting capabilities, enhancing scalability and cross-platform com
Create Identity In Simple Ways Using ASP.NET MVC 5
5/6/2024 11:24:49 AM.
ASP.NET MVC 5 simplifies identity creation through built-in features for authentication and authorization. It offers straightforward methods for user management, including registration, login, and pas
Introducing Claims Based Identity With OWIN Components
5/6/2024 11:20:48 AM.
Explore the synergy of Claims-based identity and OWIN components in ASP.NET. Enhance authentication and authorization with security tokens, middleware, and identity management for robust web applicati
Dynamic UI Mastery: Showing/Hiding HTML Controls in Power Apps
5/1/2024 11:17:19 AM.
Unlock the Potential of Dynamic User Interfaces: Learn How to Show/Hide HTML Controls with Button Clicks. This article guides you through the process step-by-step, enabling you to create engaging and
OpenID Connect Availability in OWIN Security Components
4/30/2024 9:51:18 AM.
Discover the integration of OpenID Connect with OWIN security components for robust authentication and authorization in .NET applications. Enhance identity management and security with seamless integr
LINQ in C#: Knowing When to Use First() vs FirstOrDefault()
4/24/2024 1:08:57 PM.
LINQ, a cornerstone of C#, empowers developers to query data across various sources efficiently. This guide delves into the nuanced differences between First() and FirstOrDefault(), aiding in crafting
Web API Hosting From OWIN With Windows Azure
4/18/2024 1:21:58 PM.
Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN'
Token Based Authentication using Web API 2, Owin, and Identity
4/15/2024 11:45:24 AM.
Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
Difference Between Throw Exception and Throw Clause
3/29/2024 9:54:44 AM.
In this article, you will understand the difference between 'throw exception' and 'throw clause' is essential for effective error handling. While 'throw exception' generates an
Exception Handling in C#
2/29/2024 10:09:08 AM.
In this article, we will learn Exception handling in C# is a mechanism in .NET to detect and handle run-time errors. This article teaches you everything about exception handing in C#.
Microsoft's Mind-Blowing AI Breakthroughs: Unveiling the Future of Industries!
11/28/2023 11:27:52 AM.
In the era of technological acceleration, artificial intelligence (AI) is a transformative force. Microsoft, at the forefront of this revolution, unveils innovative AI solutions, reshaping industries
Web API Token Based Authentication
10/5/2023 9:54:09 AM.
Generation of token in webapi and using the token to fetch data from api.
Difference Between Shadowing And Overriding In OOP Using C#
9/24/2023 5:40:36 PM.
In this article, you will learn about the difference between Shadowing and Overriding in OOP using C# Programming example.
How To Use Reference And Borrowing In Rust?
5/9/2023 5:34:10 AM.
references and borrowing in rust, rust, references in rust
Shutdown and Restart System Through C# Code
8/25/2022 6:40:39 AM.
In this article, I am going to show how to shutdown, restart, Lock, Logoff, Sleep etc. through C# Code.
ASP.NET Web Control for Showing Image Slides
8/24/2022 6:09:20 AM.
This article demonstrates a way to displaying several images in a directory inside a slide show web control to be viewed ina web browser. You can use this control to show several pictures of family a
Token Based Authentication Using ASP.Net Web API, OWIN and Identity With Entity Framework
7/4/2022 6:11:59 AM.
This article explains how to use Token Based Authentication using ASP.NET Web API, OWIN and Identity with Entity Framework.
Overriding Vs Shadowing in C#
1/28/2022 10:43:42 AM.
This article will help you understand the difference between shadowing (method hiding) and overriding.
Differences Among Method Overriding, Method Hiding (New Keyword) And Method Shadowing In C#
1/5/2022 9:35:17 AM.
This article explains the main differences among overriding, hiding and shadowing in C#.
Implementing Client Credentials Grant Type Using Owin In ASP.NET Web API
7/12/2021 9:27:25 AM.
In this article, you will learn how to implement Client Credentials Grant Type using Owin in ASP.NET Web API.
Why Is Outlook Not Showing All Emails
6/2/2021 2:15:13 PM.
In this post, we have explained the reasons why Outlook doesn’t show all emails. We have also provided some easy solutions that you can implement to resolve the issue.
Getting Started With ASP.Net Web API 2 : Day 11
5/24/2021 10:21:45 AM.
In this article, we are going to learn how to host an ASP.NET Web API in a console application, using OWIN to self-host the Web API framework.
Showing Confirmation Dialog Using JavaScript
5/6/2021 9:03:38 AM.
This article describes how to display a confirmation dialog while deleting any row from the DataGrid in the ASP.NET.
Working With OWIN Hosting and Self Hosting in ASP.Net
4/22/2021 6:47:17 AM.
Today we'll learn how to host OWIN in IIS and self-host OWIN in a console application in Visual Studio 2013.
Showing Date Events in ASP.Net Calendar Control
4/12/2021 6:27:05 AM.
In this article, we see how to add a date event with a description in a calender and add multiple events with a description.
Allowing HTML Element in Web API Form
3/8/2021 5:53:26 AM.
This article describes you to allowing the HTML Element in the Web API form.
Knowing When To Reflect With Caller Info Attributes
2/5/2021 5:21:07 AM.
If you've been around C# long enough, you've probably had a need at one time or another to figure out some information about code that's being executed. It might be a method name, the file
Token Based Authentication in Web API 2
1/12/2021 7:46:46 AM.
This article explains the OWIN OAuth 2.0 Authorization and how to implement an OAuth 2.0 Authorization server using the OWIN OAuth middleware.
Basics of OWIN and Katana
1/6/2021 9:49:13 AM.
This article explains the Open Web Interface for .Net, a standard interface between .NET web servers and web applications.
Open Web Interface For .NET (OWIN)
12/3/2020 1:23:34 AM.
This article explains the Open Web Interface For .NET (OWIN).
The World Pandemic Is Showing Us Working Remote Works - Staying Healthy
8/11/2020 12:09:00 AM.
In this article, you will learn about the World Pandemic is Showing Us Working Remote Works: Staying Healthy.
The World-Wide Pandemic Is Showing Us Working Remote Works - Getting More Work Done
6/11/2020 11:30:26 PM.
In this article you will learn about the world-wide pandemic is showing us working remote works - getting more work done.
The World Pandemic Is Showing Us Websites Are Still Too Hard To Write
4/29/2020 7:49:42 AM.
In this article you will learn about the world pandemic is showing us websites are still too hard to write.
Allowing Remote Access To Your Computer And Connecting To Another Computer In Windows 10
1/15/2020 10:09:52 AM.
In this article, you’ll learn more about how to allow remote access to your computer and how to connect to another computer in Windows 10.
AnimateMotion Following a Path
12/6/2019 2:26:24 AM.
In this article I describe the implementation and use of amimateMotion following a Path.
Working With Growing Pie-chart Using HTML 5
12/2/2019 12:49:14 AM.
In this article we have a very interesting thing related to design. We will learn how to use JavaScript, CSS and HTML to make a pie-chart that grows when you click on any section of it.
Create Glowing Text Using HTML 5
11/3/2019 6:45:16 AM.
This is a simple application for beginners that shows how to make a text glow on a mouse over event using HTML 5 and CSS tools.
Resolved Error - No Assembly Found Containing An OwinStartupAttribute No Assembly Found Containing A Startup Or [AssemblyName].Startup class
9/30/2019 8:20:19 AM.
In this article, we will discuss the options to resolve the error "No assembly found containing an OwinStartupAttribute" and will discuss the concept of OWIN.
Showing Excel Charts And Tables In SPFx Webparts Using Excel Services REST API
9/19/2019 8:47:46 AM.
This article shows how to use the Excel Services REST API to read resources like Cell data, Ranges, Tables, Charts, and Pivot Tables and use them in an SPFx web part.
SharePoint 2013 - Showing List Data In jQuery Datatable With Advanced Feature
4/18/2019 8:15:34 AM.
In this article, we will explore how we can retrieve the data from the SharePoint List using the REST API and bind it to the jQuery DataTable.
Knowing The Options
2/28/2019 10:10:21 AM.
In this article, we will take a look at the built-in @@Options function that will show you what options are enabled on your local SQL Server Management Studio client.
Knowing When to Leave Your Programming Job - Part II
12/17/2018 11:18:09 PM.
In the previous article we looked at several rationals people use to stay in a dead end .NET programming position. In this article we will explore signals in your current position you should not igno
Following Sites Feature Of SharePoint
6/19/2018 9:33:37 AM.
With the increase in social media usage, we follow certain people, groups on Facebook, Twitter, Instagram, LinkedIn, etc. Following the people of group means we like to get updated on the happenings f
What And How Of Requirement Gathering - Part One
12/12/2017 1:28:39 PM.
This article series is about one of the most important phases in any SDLC process
Showing Forms Page In Xamarin Native
11/6/2017 11:39:54 AM.
Yes, you heard right -- now you can display forms page in Xamarin Native
Use Superscribe.Owin Package in Web API
6/22/2017 7:07:49 AM.
In this article I will use the Superscribe.Owin package in the ASP.NET Web API. We use the package for determine what the web framework contributes. Superscribe is a module for the router handler. It
Understanding ASP.NET - Part Two - Building An Owin Pipeline
6/16/2017 1:23:00 AM.
Understanding ASP.NET - Part Two - Building An Owin Pipeline.
Approaches For Showing The Tasks Assigned To The Logged In User From The Current Site Collection Using Office 365 And SharePoint Online
9/2/2016 12:12:43 PM.
In this article, I am going to show the various approaches, their pros and cons to show the tasks, assigned to the current user, across the site collection.
Showing Message Dialogs When Using MVVM Pattern In Windows 10 UWP APP
5/28/2016 11:53:19 AM.
In this article we are going to see how to show message dialog using MVVM pattern in Windows 10 universal app.
Retrieve Followers or Following Users From SharePoint User Profile Using CSOM PowerShell
5/27/2016 10:59:18 AM.
In this article, you will learn how to retrieve following users from SharePoint user profile programmatically using CSOM PowerShell through various methods.
Showing Data In Listview With API Using Xamarin Forms
5/12/2016 11:12:18 AM.
In this article we will learn how to show data in Listview with API using Xamarin Forms.
Showing Data Using jQuery Ajax Call JSON In ASP.NET MVC
4/10/2016 2:17:20 PM.
In this article I am going to show how to display data using jQuery, AJAX Call, JSON in ASP.NET MVC Application.
OWIN Middleware Using C# .NET
2/17/2016 9:42:09 AM.
In this article you will learn about OWIN Middleware for C# .NET.
Showing Blog Post Comments and Likes Count in SharePoint
2/15/2016 9:53:22 AM.
In this article you will learn how to show blog post comments and likes count in SharePoint.
Throwing an Invalid Cast Exception?... Look Out for Unboxing
1/3/2016 10:40:03 AM.
In this you will learn about an error that can occur in what would normally be a straightforward numeric conversion.
Showing Some Data In ASP.NET From SQL Server Database Using SELECT Query
11/3/2015 3:47:51 PM.
In this article you will learn how to show data in ASP.NET from SQL Server Database using SELECT Query.
AngularJS: Enable OWIN Refresh Tokens Using ASP.NET Web API 2
10/5/2015 2:56:06 PM.
In this post, I will explain how can we alive the token long time using refresh token flow.
Resolving Power BI Report Warning - Too Many Values Not showing All Data
9/20/2015 8:01:45 AM.
In this article you will learn the solution to the following Power BI report warning: "Too many values. Not showing all data." .
jQuery JSON- Showing Records in GridView and Perform SQL Paging
7/17/2015 2:48:55 PM.
In this article I explain how we can show records in a GridView and how we can do SQL Paging using jQuery & JSON.
ASP.Net jQuery and JSON Showing Modal Popup With (Parent - Child Window) Value Dependency
7/12/2015 12:15:40 AM.
This article shows how to show a modal window in ASP.NET using jQuery.
MVC 4: Showing Records in DropDown List and GridView Format
6/15/2015 12:16:05 PM.
This article shows how to bind a Drop Down List in MVC and how to show records in a GridView format on selecting records from a DropDownList.
ASP.Net MVC 4: Showing DATA in Nested Grid View Using jQuery
6/5/2015 6:48:54 AM.
In this article I will show you how to display data in a nested GridView.
Introduction to Token Based Authentication Using OWIN (Katana) and OAuth
6/2/2015 10:38:43 PM.
This article provides an introduction to Token Based Authentication using OWIN (Katana) and OAuth.
Showing Preview of an Image Without Postback in ASP.Net
3/30/2015 6:47:46 PM.
In this article I will explain how you can show the preview of an image before uploading.
OWIN and Katana Interfaces of ASP.Net
3/29/2015 3:11:33 PM.
In this article, I will share what I have my learned about what O.W.I.N. and Katana are and will try to get into some basic details that are some important concept to be learned.
Stop Following a Document Using REST
3/26/2015 8:32:54 PM.
This article shows how to stop following a document (using REST) that is already followed by the user.
Web API Self-Hosting Using OWIN
3/1/2015 12:42:22 PM.
In this article you will learn how to self-host the Web API using OWIN custom host.
Showing Grouping of Data in ASP.Net GridView
2/11/2015 1:52:01 PM.
This article shows how to show data using horizontal groups in a GridView in ASP.Net.
Showing Table Data in Table Created Dynamically in ASP.Net C#
1/23/2015 1:09:40 PM.
This article shows how to display our SQL Server Data Table data in an ASP.NET table created dynamically.
Introduction to OWIN and KATANA Using VS2013
1/10/2015 12:47:49 AM.
In this article you will learn about how to work with OWIN and KATANA.
Crystal Reports Showing Graphical Representation of Data
12/18/2014 1:35:42 PM.
In this article I am showing how to show our data in a chart form in a Crystal Reports report..
Showing Google Chart (Pie) in ASP.Net With Database Using jQuery
12/12/2014 6:53:52 PM.
This article shows how to show a jQuery Google chart in ASP.NET with a database SQL Server.
Showing Chart in ASP.Net With Database
12/12/2014 2:45:00 PM.
In this article I am going to represent our SQL Server Data in a graphical manner, in other words show how to show a chart in ASP.NET.
Showing Images Using XML in MVC 4
11/11/2014 10:07:47 PM.
This article provides a sample of showing images using XML in MVC 4.
Pro Developer: Throwing Money Out the Window
8/20/2014 10:00:17 AM.
It's common knowledge among programmers that most of the ills of the software industry, and most particularly the companies where we work, could be solved by simply letting the technical people make the technical decisions. In fact, that sounds so obvious that you might be tempted to shake your head and wonder what planet I come from. Obviously, since this is so incredibly logical and sensible, it's a given that most companies leave management decisions to managers, and technical decisions to techies, right?
Self-Hosting OWIN and ASP.Net WebAPI
7/29/2014 10:23:19 AM.
Here, we’ll discuss how to start a self-host for OWIN.
OWIN Katana and Stage Marker in ASP.Net Integrated Pipeline
7/17/2014 2:18:30 PM.
In this article we'll be learning about the various stages of ASP.NET Integrated Pipeline and how to register and run your OMC at a specific stage.
Showing Drive Information Using PHP
5/15/2014 1:05:41 PM.
This article shows how to see all the drive information.
Introducing Helios Based OWIN Application
2/23/2014 11:19:27 AM.
This article describes the use of a Helios based OWIN application and you can also learn to apply it to an existing OWIN application.
Showing Bing Maps in a SharePoint App Using NAPA Tool
12/13/2013 1:27:51 PM.
In this article I am sharing my first app for SharePoint creation. The sample app displays a map from Bing Maps.
Working With ASP.Net Identity in Empty Project in Visual Studio 2013
12/12/2013 9:57:54 PM.
In this article you will learn to work with ASP.NET Identity in an Empty Project template in Visual Studio 2013.
Introduction To OWIN Startup Class in Visual Studio 2013 RC
9/27/2013 5:52:07 PM.
This article introduces the configuration of the OWIN Startup Class and how various startup classes work in VS 2013 RC.
Getting Started With Custom Web Server in Visual Studio 2013 RC
9/21/2013 5:37:42 PM.
This article introduces the OWIN Host as a custom web server to build and host web applications in Visual Studio 2013 RC.
Introducing New Features of Visual Studio 2013 RC: Part 2
9/19/2013 9:51:48 PM.
In this article I am introducing the latest features of latest release named Visual Studio 2013 RC.
Getting Started With Windows Authentication and Self Host in OWIN
9/8/2013 7:01:28 PM.
In this article I am introducing the KATANA architecture and enable the Windows Authentication and Self Host by OWIN.
Showing an Existing Screen as a Dialog in LightSwitch Visual Studio 2012
5/22/2013 2:32:19 PM.
In this article I describe how to show an existing screen as a dialog for a LightSwitch Application.
Introduction to the Abstract Windowing Toolkit (AWT)
3/28/2013 11:08:01 PM.
In this article we describe the Abstract Windowing Toolkit (AWT)
Showing Data in Gridview Through Linq in Windows Store App
1/7/2013 8:40:36 AM.
In this article we will show a list of a company's products with product images. To show these product details in a XAML page we will use a GridView with the help of LINQ.
Dynamically Add Record in GridView in Windows Store App
1/7/2013 8:34:11 AM.
In this article we will know how can we add data in grid view at run time through the Linq.
Showing Data In GridView Using Application State in VB.NET
11/9/2012 9:14:49 AM.
In this article we will know how to display data from the database into a Gridview by using Application State object.
Nested Repeater : Display Hierarchal Data in Web Form by Using ASP.Net Repeater
9/28/2012 6:36:25 AM.
This article features how to display hierarchal data from multiple tables using an ASP.Net repeater control in a web form.