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
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anubhav Chaudhary(4)
Chetan Sanghani(3)
Onkar Sharma(3)
Ajay Kumar(2)
Vijayaragavan S(2)
Aashina Arora(2)
Rohit Gupta(2)
Venkata Swamy Balaraju(2)
Nemi Chand (2)
Rion Williams(2)
Mudita Rathore(2)
Prabhakar Maurya(2)
Gaurav Gupta(2)
Mahesh Chand(2)
Vikas Mishra(2)
Vaishali Vishwakarma(1)
Allam Purushotham(1)
Tahir Ansari(1)
Abhishek Saini(1)
Naresh Beniwal(1)
Arvind Yadav(1)
Santosh Sarnobat(1)
Nitin (1)
Visakh P(1)
Venkatasubbarao Polisetty(1)
Arun Potti(1)
Anupam Maiti(1)
Anoop Kumar Sharma(1)
Agustinus Theodorus(1)
Sandhya Shinde(1)
Sandeep Mishra(1)
Prashant Rewatkar(1)
Vidyadharran G(1)
Mukesh Kumar(1)
Ankit Sharma(1)
Guest User(1)
Nikunj Satasiya(1)
Manoj Kalla(1)
Vignesh Ganesan(1)
Ashish Aphale(1)
Jeetendra Gund(1)
Ranjit Powar(1)
Manpreet Singh(1)
Abhijeet Singh(1)
Rizwan Ali(1)
Nanhe Siddique(1)
Akash Bhimani(1)
Sahil Sharma(1)
Rasmita Dash(1)
Ajay Yadav(1)
Abhishek Jaiswal (1)
Deepak Gaur(1)
Divya Sharma(1)
Sourav Kayal(1)
Ramasagar Pulidindi(1)
Munesh Sharma(1)
Amogh Natu(1)
Sagar Pardeshi(1)
Arpit Jain(1)
Ravi Shekhar(1)
Sandeep Sharma(1)
Ankur Mishra(1)
Neelesh Vishwakarma(1)
Sharad Gupta(1)
Hemant Srivastava(1)
Ashwani Tyagi(1)
Manish Dwivedi(1)
Ish Bandhu(1)
Aman Singhal(1)
Pragati (1)
Deepak Middha(1)
Shivanand Arur(1)
Jean Paul(1)
Shubham Srivastava(1)
Sonakshi Singh(1)
Deepak Sharma(1)
Mike Steward(1)
Vijay Prativadi(1)
Vipul Kelkar(1)
Mohan Rathour(1)
Prabhu Raja(1)
Resources
No resource found
Authentication and Authorization in ASP.NET Core
Jul 16, 2024.
Learn about implementing robust security in ASP.NET Core with a focus on authentication and authorization. This guide covers ASP.NET Core Identity, claims-based and role-based authorization, JWT, OAuth, OpenID Connect, and best practices for securing web applications and APIs.
Authentication Methods in C#: From Basic to JWT and API Keys
Jul 04, 2024.
This article explores the history and implementation of authentication methods in C#, including Basic, Digest, Cookie, Session, Token (JWT), and API keys, highlighting their security features and practical applications.
How to Foster a Culture of Collaboration in Agile Teams
Jun 24, 2024.
Agile development has revolutionized the way teams approach software development, emphasizing flexibility, responsiveness, and continuous improvement. Agile methodologies lies the principle of collaboration. However, fostering a culture of collaboration in Agile teams goes beyond simply adopting a methodology.
Techniques of State Management in .NET
Jun 24, 2024.
State management in .NET 6 is essential for preserving and accessing data across web applications. Techniques include server-side (session state, database storage) and client-side (cookies, LocalStorage) methods.
Effective Strategies for Handling Project Deadlines
Jun 04, 2024.
Managing client expectations and project deadlines involves establishing clear communication channels, setting realistic deadlines, defining milestones and deliverables, managing scope changes, anticipating and mitigating risks, collaborating with clients on prioritization, and regularly monitoring progress to ensure transparency and success.
D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShell
Feb 20, 2024.
Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned for internet script execution.
Cos Function from Power Fx Using Power Apps
Feb 09, 2024.
Reading this article, you can learn how to perform Cos function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the Power Apps environment.
HttpClientHandler in C#
Jan 02, 2024.
Unlock the potential of C#'s HttpClient class with HttpClientHandler. Delve into its capabilities—handling cookies, managing proxies, configuring SSL/TLS, timeouts, and more—to optimize and control HTTP requests effectively.
Cookie vs. Session vs. Local Storage
Nov 06, 2023.
cookies are small pieces of data stored in a user's browser, often used for limited-size, temporary information like session tokens and user preferences. Session storage, on the other hand, serves as a repository for temporary data that persists only for the duration of a single page session, providing a larger storage capacity than cookies. It is accessible within the same browser tab or page and is more secure against certain attacks. In contrast, local storage is designed for persistent data that remains even after the browser is closed, offering a substantial storage capacity. It's accessible across various tabs and windows within the same browser but requires developers to be cautious about potential security vulnerabilities, particularly related to cross-site scripting (XSS) attacks.
Utilizing Browser Cache and Cookies in React.js Applications
Sep 02, 2023.
Here in this article we will learn how to implement browser cache and cookies for react js application.
How to Use Clear Keyword An Array in C#
May 10, 2023.
In this article, you will learn about what is a Clear Keyword an array in C#
How To Set And Get Cookies In Angular With Example
Apr 10, 2023.
In this article, you will learn how to set and get cookies in angular with example.
How To Fetch More Than 100k Items From Dataverse Table
Feb 20, 2023.
In this article, we will learn how to fetch more than 100k items from Dataverse table. In Power Automate, the default threshold limit for the “List rows” action is 5000, which is used to fetch items from the Dataverse table. However, we can enable pagination to increase the limit up to 100,000 using this action.
How To Clear Your Cache And Hard Refresh Your Browser
Nov 28, 2022.
In this article, you will learn how to clear your cache and hard refresh your browser.
List Operations In Desktop Flow Using Microsoft Power Automate
Jun 28, 2022.
Reading this article, you can learn how to use List Operations in Desktop flow using Microsoft Power Automate
SETS In Python
Jun 27, 2022.
This article is dedicated to concepts of SETS in Python. Sets are one the built-in Data Structure of Python.
ASP.NET Core - Cookie Sharing Authentication
Jun 03, 2022.
In this article, you will learn about Cookie Sharing Authentication.
Clear Form Notifications With Webresource In Dynamics CRM
Feb 23, 2022.
In Dynamics 365 CRM to clear form notifications, web resources of type JavaScript was used. Form context ui related client api reference can be used. As an example, contact form and contact entity record used to set clear form notifications using clearFormNotification if at all title was mentioned on the contact form.
How To Clear Cache In Windows 11
Feb 02, 2022.
In this article, you will get to know about ways to clear various types of cache in Windows 11.
How To Clear Cache From The Browsers
Nov 17, 2021.
In this article, you will learn how to remove cache from the browsers
Web Security Vulnerabilities On SSL/TLS Protocols And Set-Cookie Attributes
Jul 22, 2021.
In this article, you will learn about Web Security Vulnerabilities On SSL/TLS Protocols And Set-Cookie Attributes.
How To Delete Cookies In Chrome
Jul 12, 2021.
In this article, you will learn to clear cookies in Chrome.
Cookie Authentication In ASP.NET Core
May 17, 2021.
In this article, we will learn how to implement Cookie Authentication in ASP.NET Core without using Identity.
Authenticating Front-End Apps Using Cookies In .NET Core Web API
Feb 23, 2021.
In this article, you will learn how to secure your .NET Core backend for the front end using cookies.
State Management In MVC
Sep 28, 2020.
In this article, you will learn about State Management in MVC.
Cookie Injection
Aug 19, 2020.
In this article, you will learn about Cookie Injection.
Clear Cache in Windows 10
Apr 13, 2020.
In this article, learn how to clear cache on a Windows 10 machine.
How To Delete Temporary Files In Windows 10
Mar 02, 2020.
In this tutorial, I have described how to delete temporary files and folders in Windows 10.
How To Delete Search History In Windows 10
Jan 27, 2020.
In this tutorial, I have described how to delete the browsing history in Windows 10.
Cookie Authentication In .NET Core 3.0
Jan 15, 2020.
Authentication is the process of determining or giving an individual access to system or user based on their identity. There are multiple options to do authentication in .net core. This article demonstrates how to add cookie base authentication in .net core 3.0. With .net core 3.0, you can use cookie-based authentication out of box without adding new additional NuGet packages
Storing Login Details Using Cookies
Oct 24, 2019.
By using cookies we are going to store the user's login data, if the user's credentials are valid, then it will be directed to the Dashboard page.
List Methods In Python
Jul 19, 2019.
In this Python List tutorial, you will learn how to use List Methods like List.Insert, List.Pop, List.Remove, List.Clear, List.Reverse, List.Sort, and List.Count
Authentication And Authorization In ASP.NET Core MVC Using Cookie
Dec 12, 2018.
Security is the main concern of modern applications because anyone can steal your data if it is not secured. So, if you are going to create an application where the data security is a primary concern, then think about Authentication and Authorization.
How To Clear WebView Cookies In Xamarin.Forms Using DependencyService
May 17, 2018.
Sometimes, we may need to clear the cookies in our app, for example, integrated social media login. In that case, we need to clear the cookies, In this article, we can learn how to clear cookies using DependencyService concept in Xamarin.Forms.
How To Programmatically Clear/Cancel Notifications In Xamarin.forms
Mar 24, 2018.
This article demonstrates how to programmatically clear app notifications without clicking notifications from the notification tray in Xamarin.Forms.
Cookie Authentication With ASP.NET Core 2.0
Feb 07, 2018.
Authentication is an integral part of web security. ASP.NET Core provides multiple ways to implement authentication in a web application. We will be looking into on such technique - Cookie authentication in this article.
ASP.NET Core 2.0 Cookie Authentication
Jan 02, 2018.
Cookie Authentication allows developers to hook into events at various lifecycle stages of the authentication process. For instance you could log successful sign-ins using OnSignedIn or use OnValidatePrincipal (runs on every request) to invalidate the user (e.g. if you want to force sign-out).
An Overview Of Cookies In ASP.NET
Oct 10, 2017.
In this article explain wow to Read, Write and Clear Cookies in ASP.Net. Write Cookies in ASP.Net, Read Cookies in Asp.Net, Clear Cookies in Asp.Net using HttpCookie, Request.Cookies.
Cookie Manager Wrapper In ASP.NET Core
May 03, 2017.
In this article, you will learn how to work with cookies in an ASP.NET Core style (in the form of an interface) , abstraction layer on top of cookie object and how to secure cookie data.
ASP.NET Core Working With Cookie
May 02, 2017.
ASP.NET Core Working With Cookie. This article explains how ASP.NET Core deals with cookies. Cookies are key-value pair collections where we can read, write and delete using key. HTTP Cookie is some piece of data which is stored in the user's browser.
Overview Of Cookies In ASP.NET
Dec 28, 2016.
In this article, you will learn about cookies in ASP.NET.
Clearing The Myths Between Request Management Service In SharePoint 2013 And Network Load Balancer
Aug 31, 2016.
In this article, we will clear the myths between request management service in SharePoint 2013 and network load balancer.
Persistant Cookies in ASP.NET MVC 6
Jul 23, 2016.
In this article, we see how to create a persistent cookie within an ASP.NET MVC 6.
MVC Application Security Issues: Cookie Security & URL Attacks - Part One
May 16, 2016.
In this article you will learn MVC Application Security Issues.
Introduction To AngularJS: Cookies - Day Twenty Three
May 07, 2016.
In this article you will learn about Cookies in AngularJS.
Overview Of JavaScript Cookies
Feb 07, 2016.
In this article we will learn about cookies in JavaScript. In JavaScript cookies can be accessed with help of the "cookie" property of the document’" object.
Difference Between Local Storage, Session Storage And Cookies
Jan 05, 2016.
In this article I'll tell you about the differences between Session Storage, Local Storage and Cookies.
Clear Collection In SharePoint 2013 And Office 365 Using Nintex Workflows
Dec 10, 2015.
In this article you will learn how to clear collection in SharePoint 2013 and Office 365 using Nintex Workflows.
Using A Cookie-Aware WebClient To Persist Authentication In ASP.NET MVC
Nov 02, 2015.
In this article you will learn how to use cookie-aware WebClient to persist authentication in ASP.NET MVC.
Capture Requests and Get Cookies of Web Page in a WebView in Android
Aug 20, 2015.
In this article we will learn how to capture requests and get cookies when a web page is loaded into a WebView in Android.
Set and Clear Timeout Using $timeout in AngularJS
Jul 26, 2015.
This article explains how to set and clear a timeout using $timeout in AngularJS.
Clear the Clipboard Memory in Windows 10 by Shortcut
May 14, 2015.
This article explains the clipboard in Windows 10 and also how to clear the clipboard memory in Windows 10 using a shortcut.
Introduction to Cookies in ASP.Net
May 07, 2015.
In this article I am trying to explain Cookies in ASP.NET.
Overview of State Management in ASP.Net
May 06, 2015.
ASP.NET offers diverse state management techniques to maintain page state over multiple requests. These include client-side methods like View State, Cookies, Query String, and server-side methods like Application State and Session State. Understanding these methods optimizes performance and security in web applications.
State Management in ASP.NET: Everything You Need to Know
Nov 24, 2014.
This article provides an overview to the various State Management techniques in ASP.NET.
Various Types of Hidden Fields in .NET
Nov 17, 2014.
Explore the diverse methods of managing hidden data in .NET applications. Learn about ViewState, Control State, Session State, HiddenField Control, Cookies, QueryString, Application State, Cache, and TempData in ASP.NET Core.
Session Fixation Vulnerability Detection in ASP.Net
Nov 06, 2014.
This article explains session fixation attacks on an ASP.NET website in details by giving a realistic code scenario.
Various Cache Clearing Methodologies
Oct 10, 2014.
This article contains various sorts of cache clearing approaches, their pros and cons and browser cache clearing options.
Custom Cookies in WCF With C#
Aug 14, 2014.
This article provides a short description of Custom Cookies and how to use them in a WCF Service.
Introduction To Cookies in ASP.Net
Jun 06, 2014.
This article explains how to read and write cookies and the differences between Persistent and Non-Persistent Cookies and explains Multivalued Cookies.
Send Cookie Using HTTP Response From Web API
Apr 04, 2014.
This article shows how to send a cookie from the Web API to a client using a HTTP response.
Cookies in JavaScript
Mar 31, 2014.
This article explains the use of cookies in JavaScript.
$cookies Service in AngularJS
Mar 04, 2014.
In this article I will tell you about the $cookies service in AngularJS.
Cookies in AngularJS
Mar 03, 2014.
In this article I will tell you about Cookies in AngularJS.
State Management Technique in .NET
Mar 03, 2014.
State Management Technique is a process by which we maintain the state and page into multiple requests for the same or different page.
State Management Using Cookies
Mar 03, 2014.
This article describes state management using cookies.
How to Clear Your SharePoint Designer 2010/2013 Cache
Feb 25, 2014.
This is a quick tutorial covering how to clear your SPD 2013 Cache. That is handy, especially when working with SPD 2010 and SPD 2013.
Working With JavaScript Timers
Feb 01, 2014.
This article explains JavaScript timers and how to use them.
How To Set Cookies in ASP.Net Web API
Jan 17, 2014.
This article explains how to set cookies in the Web API. A cookie is used for sending information to the HTTP server in an HTTP response.
Cookies in ASP.Net
Dec 23, 2013.
Today I am here to explain cookies in ASP.Net. In this article, I will also mention advantages and disadvantages of cookies.
Cookies in Java
Sep 20, 2013.
This article explains cookies in Java. NetBeans IDE is used for sample example.
Cookies in JavaScript
Sep 09, 2013.
Cookies are variables stored on the visitor's (client's) computer. JavaScript can be used to create and retrieve cookie values.
Cookie in Silverlight Through JavaScript
Jul 11, 2013.
In this process we follow, we will be accessing JavaScript's function from silverlight. This sometime becomes headache for most developers, but you should not worry, you are reading “my post.”
HTTP Cookies in ASP.Net Web API
Jun 24, 2013.
In this article you will learn about cookies in the ASP. NET Web API.
Change Page Title Dynamically and Clear TextBox Value With JavaScript
Jun 13, 2013.
This article helps you with different type of solution like changing the page title dynamically and clearing a TextBox value using jQuery and JavaScript in ASP.NET.
Cut, Copy, Paste, Select All, Clear All on a ListBox
May 04, 2013.
In this article, I discuss all the clipboard operations on a ListBox.
Setting Startup Screen Using LightSwitch in Visual Studio 2012
Apr 19, 2013.
In this article I will show how to change the Startup screen for our application using LightSwitch in Visual Studio 2012.
Encrypting and Decrypting Cookies in ASP.NET 2.0
Feb 13, 2013.
This article demonstrate how to encode and decode cookies in ASP.NET 2.0
How to Save and Get Values From Cookies Using JavaScript
Jan 28, 2013.
In this article we will tell how to save and get cookies using JavaScript.
Close Running Apps and Clear App History In Windows 8
Jan 16, 2013.
In this article we explain how to close running metro apps & clear app history in windows 8.
Block Cookies in IE 10 on Windows 8
Jan 05, 2013.
In this article we explain how to block all cookies in Internet Explorer in Windows 8.
Clear Cache Using Start Screen Apps in Windows 8
Jan 03, 2013.
In this article we will learn how to remove cache data from the live tiles and Desktop apps in Windows 8.
Accessing ASP Cookie in ASP.Net using VB.NET
Nov 10, 2012.
This article shows how to access ASP Cookie in ASP.Net.
Clear the Application Notification Cache in Windows 8
Nov 09, 2012.
In this article I will show you how to clear the app cache notification in Windows 8 at Log Off.
Clearing Data in Windows Store Apps
Nov 07, 2012.
In this article I describe how to create a Windows Store App for clear Application Data using JavaScript.
How to Clear Notification of Metro Apps at Logoff in Windows 8
Oct 20, 2012.
In this article we are going to explain how to clear notification of Metro Apps at Logoff in Windows 8.
ASP.NET State Management Techniques
Sep 16, 2012.
In this article, we will learn essential ASP.NET state management techniques including session state, view state, application state, cookies, query strings, caching, and more.
How to Delete All Items Of A C# List
Jul 06, 2012.
C# List<T> class provides methods and properties to create a list of objects (classes). List.Remove(), List.RemoveAt(), and List.Clear() methods are used to delete items of a List in C#.
How to remove an item of a Dictionary in C#
Jun 29, 2012.
How to remove an item of a Dictionary with C#. The Remove method removes an item with the specified key from the collection. The Clear method removes all items from the collection.
WCF - Authentication and Authorization in Enterprise Architecting
May 09, 2012.
In this article, I am going to show how to use Authorization and Authentication using a WCF service in Enterprise Architecting standards. This article is of Advanced WCF concepts.
Clear Cache in Windows 8
Apr 04, 2012.
In this article we will explain how to delete caches in Windows 8 to improve system proficiency. There are three type of caches in Windows 8: memory caches, DNS caches and thumbnails caches.
Cookies Testing : Essential for Web Application
Feb 14, 2012.
In this article we are throwing some light on Cookie Testing. This article involves the basics of Cookies as well helps to understand the necessity of Cookie Testing.
Cookie-less Session in ASP.NET
Feb 07, 2012.
In this article we will learn to use a Session even if Cookies of the user’s browser is disabled
Working with cookies in PHP
Dec 12, 2011.
Today I will discuss about cookies in PHP which, in short cookies are small strings of data created by a Web server but stored on the client.
Working With Cookies in JAVA
Dec 06, 2011.
A Cookie is small information sent by a web server to a web client. Cookies are saved at the client side for the given domain and path. The cookie file persists on the client machine and the client browser returns the cookies to the original.
Dig Out on Named vs Optional Arguments Clear Implementation in C# 4.0
Dec 06, 2011.
Today, Let’s see the one of the main feature of C# 4.0 i:e Named and Optional arguments. Firstly, we will do theory based session to understand this and later we will try to implement these concepts. This concept is very useful and we can code in much organized way using these two arguments.
Session Management Using URL Rewritting Instead of Cookies
Nov 28, 2011.
URL rewriting provides you with another session tracking alternative that can be substituted automatically when the server detects that the browser does not accept cookies. URL rewriting involves encoding the session ID into the hyper-links on the Web pages that your servlet sends back to the browser
Working with Cookies in ASP.NET
Nov 27, 2011.
Cookie is a client side state management technique, here you will learn how to work with cookies in ASP.NET.
Session Management and Cookies in JAVA
Nov 09, 2011.
In this article you will learn about Session Management and Cookie. Also Session Tracking by using Cookies in Java.
Cookies in ASP.NET 4.0
Oct 31, 2011.
Cookies are one of the State Management techniques, so that we can store information for later use. Cookies are small files that are created in the web browser’s memory (if they’re temporary) or on the client’s hard drive (if they’re permanent).
About Clear-cookies
NA
OUR TRAINING