C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney(5)
Niharika Gupta(3)
Sandeep Nandey(3)
Debendra Dash(3)
Anubhav Chaudhary(3)
Sardar Mudassar Ali Khan (2)
Saurav Kumar(2)
Prathamesh Dhopare(2)
Aarav Patel(2)
Mohammathu Fairoos(2)
Ajay Kumar(2)
Vishal Ghadage(2)
Bryian Tan(2)
Nimit Joshi(2)
Abhimanyu K Vatsa(2)
Ajithkumar J(1)
Nidhi Sharma(1)
Riya Patel(1)
Darshan Adakane(1)
Gowtham K(1)
Vineet Goswami(1)
Malinda Prasad(1)
Shanuka Maheshwaran(1)
Ananya Desai(1)
Kripanshu Kumar(1)
Kautilya Utkarsh(1)
Lakshan Sulochana Fernando (1)
Siddhesh Chavan(1)
Priyanshu Agnihotri(1)
Adarsh Nigam(1)
Tural Suleymani(1)
Vikas Gupta(1)
Rohit Gupta(1)
Shenbagapandiyan P(1)
Ziggy Rafiq(1)
Vinay Ayinapurapu(1)
Keyur (1)
David Mccarter(1)
Dhaval Suvagiya(1)
Manikandan P(1)
Koshila Senadhira(1)
Aditi Bamaniya(1)
Karthick S(1)
Raj Kumar(1)
Anupam Maiti(1)
Mustafa Toroman(1)
Pankajkumar Patel(1)
Jamil Ahmed(1)
Jayakumar Balasubramaniam(1)
Prasad Pathak(1)
Prasham Sabadra(1)
Lalit Kumar(1)
Sarathlal Saseendran(1)
Farhan Ahmed(1)
Anson Davis(1)
Sourabh Somani(1)
Neel Bhatt(1)
Guest User(1)
Ramees (1)
Suraj Pant(1)
Pruthwiraj Jagadale(1)
Jasminder Singh(1)
Sibeesh Venu(1)
Nairisha Shrestha(1)
Nilesh Jadav(1)
Afzaal Ahmad Zeeshan(1)
Rizwan Ali(1)
Deepak Kumar Jena(1)
Divya Sharma(1)
Ajay Yadav(1)
Neelesh Vishwakarma(1)
Mahesh Alle(1)
Rohatash Kumar(1)
Mudita Rathore(1)
Manpreet Singh(1)
Sandeep Singh Shekhawat(1)
Daniel Stefanescu(1)
Jean Paul(1)
Resources
No resource found
Complete Guide: Mapping a Custom Domain to an Azure App Service
Aug 08, 2026.
Map your custom domain to Azure App Service. Learn to configure DNS, add bindings, and secure with free managed SSL/TLS for HTTPS.
Avoid Delegation Warnings When Using If() Inside Filter() in Power Apps
Jul 09, 2026.
Avoid If() inside Power Apps Filter() to prevent delegation issues. Learn how to optimize your formulas for large datasets.
What Is Post-Quantum Cryptography and Do I Need to Update SSL?
Mar 30, 2026.
Explore post-quantum cryptography (PQC) and its impact on SSL/TLS. Learn how quantum computers threaten current encryption and what steps to take for future-proof security.
How to Configure Nginx as a Reverse Proxy for Node.js Applications
Mar 25, 2026.
Configure Nginx as a reverse proxy for Node.js! Boost performance, security, and scalability. Step-by-step guide with best practices for production deployments.
What Is HTTPS TLS Handshake and How Does It Secure Web Communication?
Mar 17, 2026.
Learn how the HTTPS TLS handshake secures web communication! Understand encryption, authentication, and data integrity for a safer online experience.
How to Fix Delegation Warnings and Handle 10,000+ Records in Power Apps with SharePoint
Feb 26, 2026.
Delegation issues can break your Power Apps solution when working with large SharePoint lists. This article explains why delegation warnings occur and provides a practical, step-by-step solution to build scalable, high-performance apps without data loss.
How to Fix Patch Not Working & Duplicate Records in Power Apps
Feb 27, 2026.
Solve Power Apps Patch issues! Prevent duplicate records and silent failures when saving data to SharePoint. Learn to update or create records reliably using LookUp. In real-world Power Apps projects, Patch failures and duplicate SharePoint records are common challenges that impact data integrity and user experience. This article explains the root causes behind these issues and how to handle them effectively. Learn practical techniques like proper form validation, conditional Patch logic, and duplicate checks. A real-world scenario walkthrough makes it easy to implement these solutions in your own apps.
How to Fix “Network Error” in Axios While Calling .NET API?
Feb 26, 2026.
Fix Axios 'Network Error' when calling .NET APIs! Learn to troubleshoot CORS, SSL, URLs, server status, timeouts, and authorization for seamless React/.NET apps.
How to Enable HTTPS Redirection in ASP.NET Core?
Feb 26, 2026.
Secure your ASP.NET Core apps! This guide details enabling HTTPS redirection, configuring certificates, handling reverse proxies, and implementing HSTS for robust security.
How to Fix “Mixed Content” Warning on HTTPS Websites
Jan 28, 2026.
Eliminate "Mixed Content" warnings on your HTTPS website! This guide explains the causes, from hardcoded URLs to insecure APIs, and provides actionable fixes for a secure site.
How to Troubleshoot SSL Certificate Errors After Domain Renewal
Jan 27, 2026.
Fix SSL errors after domain renewal! This guide covers expired certificates, DNS issues, installation problems, and CDN misconfigurations. Restore secure access now!
CSRF for Beginners: Understanding Security Warnings in ASP.NET Core APIs
Jan 22, 2026.
Demystifying CSRF warnings in ASP.NET Core APIs! Learn when CSRF protection is crucial (cookie-based) and when it's unnecessary (JWT). Protect your API!
Fixing SSL Certificate Binding Permission Issues for Azure App Service Custom Domains
Dec 30, 2025.
Fix Azure App Service SSL binding issues with custom domains! Grant the 'Key Vault Certificate User' role to the App Service resource provider. Avoid frustrating errors!
How to fix hydration mismatch errors in React and Next.js apps?
Dec 08, 2025.
Learn how to fix hydration mismatch errors in React and Next.js. This guide explains why hydration issues happen, how to prevent them, and practical ways to debug and fix hydration problems with simple examples.
Top 5 Proxy Managers to Securely Expose Your Docker Services
Oct 30, 2025.
Discover the best proxy managers for Docker—Traefik, Nginx, Caddy, HAProxy, and Envoy—to simplify networking, SSL, and secure your containers easily.
🌐 How to Host a Static Website on AWS Using S3, CloudFront, Route 53, and SSL
Oct 22, 2025.
Learn how to host a static website on AWS using S3, CloudFront, Route 53, and ACM. This step-by-step guide provides a cost-effective and scalable solution for deploying static websites. Achieve fast loading times, global availability, and robust security with a serverless architecture. Perfect for portfolios, landing pages, and blogs. Get your website live quickly and efficiently!
Fixing Exchange Management Shell Connecting to the Wrong Server
Oct 02, 2025.
Frustrated that your Exchange Management Shell (EMS) connects to the wrong server? This article explains why EMS redirects and how to fix it. Learn about the crucial role of SSL certificates in securing PowerShell remoting and ensuring proper redirection. Discover the simple steps to bind a valid SSL certificate to the Exchange Back End site in IIS, resolving authentication errors and guaranteeing secure, predictable Exchange administration. Stop unwanted server redirection now!
Azure IIS Setup: Installing a Free Let’s Encrypt SSL Certificate
Sep 27, 2025.
Secure your Azure-hosted IIS web applications with a free Let's Encrypt SSL certificate! This step-by-step guide walks you through the entire process, from prerequisites to verification, ensuring encrypted communication, improved user trust, and a boost in search engine rankings. Learn how to use Win-ACME to automate certificate installation and renewal, saving you time and resources. Get HTTPS up and running on your Azure website today!
Different types of Network Protocols?
Sep 09, 2025.
Explore the essential world of network protocols, the unsung heroes of digital communication. This guide breaks down various protocol types, from communication protocols like HTTP, TCP/IP, and UDP, to management and security protocols such as SNMP, SSL, and TLS. Understand how these protocols ensure seamless, reliable, and secure data transfer across networks, powering the internet and beyond.
How to Secure a Website?
Sep 08, 2025.
Protect your website from cyber threats with our comprehensive guide to website security. Learn essential practices, from SSL/TLS encryption and WAF implementation to secure coding, access control, and robust backup strategies. Safeguard sensitive data, ensure compliance, improve SEO, and build user trust. Discover how to defend against DDoS attacks, SQL injection, and malware, creating a secure online presence.
Difference Between Self-Signed and CA-Signed Certificates
Aug 13, 2025.
In the world of digital security, SSL/TLS certificates play a crucial role in ensuring encrypted communication and verifying identity over networks, especially the internet. When it comes to obtaining a certificate, two primary options: self-signed certificates and Certificate Authority (CA)-signed certificates.
What is Self‑Supervised Learning?
Jul 23, 2025.
Self-Supervised Learning (SSL) is a clever way for computers to teach themselves using unlabeled data—which is data without tags such as “cat” or “dog”—by creating their own tasks.
Setting Up a CA Template with SAN and Custom Settings
Jun 17, 2025.
Learn how to set up a Certificate Authority (CA) server template with Subject Alternative Names (SAN) and advanced settings to issue secure, customized certificates for internal environments.
Deploying Vaultwarden on Docker for Secure Password Management
Feb 17, 2025.
Set up a private, self-hosted Vaultwarden server with Docker. Securely manage your passwords while maintaining complete control over your data.
Deploying a Web Application Using NGINX on Alibaba Cloud
Dec 06, 2024.
Learn how to deploy a web application using NGINX on Alibaba Cloud with updated console steps, covering ECS setup, NGINX configuration, security, and optimization.
Azure Bastion Connection to VM
Aug 29, 2024.
Azure Bastion provides secure RDP and SSH access to Azure VMs directly through the Azure portal without needing public IPs. It enhances security by using SSL and reduces the attack surface. Managed by Microsoft, it ensures seamless, reliable connectivity and simplifies access while eliminating public exposure.
Learn Database Mail in SQL Server
Aug 29, 2024.
Database Mail in SQL Server is a robust feature that enables sending emails via an SMTP server without relying on MAPI clients like Outlook. It offers secure SSL encryption, asynchronous processing, extensive logging, and seamless integration with SQL Server Agent, making it ideal for automated email notifications and alerts.
Azure Bastion connection to VM
Aug 28, 2024.
Azure Bastion is a managed service that provides secure RDP and SSH access to Azure virtual machines without needing public IP addresses. It connects directly through the Azure portal using SSL, enhancing security by eliminating public exposure and ensuring reliable, browser-based access to your VMs.
Understanding TLS and SSL: Securing Your Digital Communications
Jul 24, 2024.
TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are cryptographic protocols designed to secure data transmitted over the internet by encrypting and authenticating the communication channel.
Ultimate Guide to Using Console in CRM D365 for Productivity
Jul 04, 2024.
Boost your productivity in CRM D365 with this comprehensive guide to using the console effectively. Learn essential commands like retrieving form context, setting attribute values, and debugging with console logs.
Configure SSL for Grafana on Azure
Jul 01, 2024.
Learn how to configure SSL for Grafana on Azure to secure your monitoring and analytics dashboard. Follow step-by-step instructions to set up HTTPS, manage certificates, and ensure data encryption for enhanced security in your cloud environment.
The Difference Between SSL and TLS
Jun 05, 2024.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are encryption protocols securing data transmission over networks. TLS succeeded SSL, offering improved security and compatibility. Both facilitate secure communication between clients and servers, ensuring the confidentiality and integrity of data exchanged, crucial for online transactions and data privacy.
How Secure Sockets Layer (SSL) Protects Data Online?
May 07, 2024.
Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
Encryption for Data Security: Creating Digital Certificates
May 06, 2024.
Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and users, validating identity and encrypting data transmission
How to install Let's Encrypt Certificate on IIS?
May 03, 2024.
In this article, I will share the result of all the research I did to be able to install the LetsEnctrpt certificate to IIS
What is VPN Gateway in Alibaba Cloud?
Apr 28, 2024.
Alibaba Cloud VPN Gateway encrypts data transfer between your Virtual Private Cloud (VPC) and on-premises networks or internet clients, offering a secure and cost-effective solution.
How Secure Sockets Layer Works?
Apr 08, 2024.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols establish encrypted connections between clients and servers, ensuring secure online communication by encrypting data and verifying server identities.
🔒 Azure Key Vault Certificate Validation with C#
Jan 23, 2024.
In this informative article, we will delve into the world of secure certificate validation in the Azure Key Vault environment using C#. By leveraging the power of the X509Certificate2 class, we can implement robust and secure certificate validation, ensuring the integrity and trustworthiness of digital communications. Through practical code examples, we will showcase best practices and seamlessly integrate Azure Key Vault for centralized and secure certificate management. By elevating our understanding of secure coding practices, we can fortify our applications against potential vulnerabilities by Ziggy Rafiq
Git Clone: Self Signed Certificate in Certificate Chain
Jan 04, 2024.
When cloning a Git repository over HTTPS, you may encounter the error "self-signed certificate in a certificate chain." This occurs due to an untrusted SSL certificate.
SSL/TLS Termination in API Gateway Pattern
Nov 22, 2023.
This article would be beneficial for readers seeking to understand the importance of SSL/TLS termination in enhancing API security and performance. It's great that you not only discuss the benefits but also address potential challenges and provide practical recommendations for best practices.
A Warning to Companies: Your Development Manager is Ineffective, and It’s Your Fault!
Oct 17, 2023.
In this article, I will weave a cautionary tale that demonstrates something I have been seeing in teams since the late 2000s. That something is companies are creating ineffective development managers.
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
Oct 03, 2023.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating features such as service discovery, authentication, authorization, load balancing, rate limiting, and logging, you can create a robust and secure gateway that orchestrates communication between diverse microservices.
WSL & Let's Encrypt for Azure App Service SSL Wildcard Certificates
Sep 22, 2023.
Learn how to use the Windows Subsystem for Linux (WSL) and the Let's Encrypt certificate authority to automate the issuance and renewal of free wildcard SSL certificates for Azure App Service. Leverage Certbot on WSL to obtain certificates and configure Azure apps to use them securely over HTTPS while scheduling automatic renewals to keep certificates always up to date at no ongoing cost.
How to Publish Web Applications in Internet Information Services(IIS)
Sep 08, 2023.
Publishing a web application in Internet Information Services (IIS) involves several steps. First, ensure your web app is ready. Install IIS if not already done, configure it by creating a website with appropriate settings, and create an application pool. Test it locally. If using a custom domain, set up DNS records and configure firewalls. Optionally, secure with an SSL certificate. Ensure security and permissions, update application settings, and implement monitoring and backup procedures. Keep software up-to-date and be patient with DNS propagation. These steps ensure a successful deployment of your web application on IIS for public access.
Configure HTTPS for AWS Elastic Beanstalk Environment
Aug 22, 2023.
Learn how to configure HTTPS for Elastic Beanstalk application using a self-signed SSL certificate.
Install An SSL Certificate On IIS
Aug 04, 2023.
Learn how to secure your website with an SSL certificate on Internet Information Services (IIS). Follow the step-by-step guide for a safe online environment and user trust.
Import SSL Certificate to AWS Certificate Manager (ACM)
Aug 02, 2023.
Learn how to import an SSL Certificate into ACM (AWS Certificate Manager)
Generate Self-Signed SSL Certificate Using OpenSSL
Aug 01, 2023.
Learn about SSL, SSL certificates, and self-signed certificates in this informative article. Discover the advantages and disadvantages of self-signed SSL certificates and follow steps to generate one.
How To Create An App Service Managed Certificate In Azure
Nov 02, 2022.
In this article, you will learn how to create an app service managed certificate in azure.
Solution - Laravel Test Case Warning And Coverage-Report File Not Generating
Jul 19, 2022.
This article is related to the solution of the Laravel unit test case warning "XMODE_DEBUG = coverage or xdebug.mode = coverage" has to be set and due to this warning cover-report.xml file is not going to be generated.
Setup HTTPS For Nginx On AWS EC2 Linux Instance Using Docker And Certbot
Jan 27, 2022.
How to install Https certificate in ngnix using certbot(lets encrypt) with docker
How To Enable SSL In Visual Studio
Nov 24, 2021.
In this article, you will learn how to enable SSL in Visual Studio.
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.
Let's Encrypt SSL On Azure AppSevice Container
Feb 24, 2021.
In this article, you will learn how to encrypt SSL on an Azure AppSevice Container.
Top Characteristics Of A Good Website
Jul 25, 2020.
In this article, you will learn about the top characteristics of a good website.
Creating A Certificate Using OpenSSL On Windows For SSL/TLS Communication
Jul 02, 2020.
This article describes a step-by-step procedure from scratch on how to generate a server-side X509 certificate on Windows 7 for SSL/TLS TCP communication using OpenSSL.
Secure Your Azure App Service For Free With Let's Encrypt SSL Certificate
Jun 23, 2020.
In this article let’s discuss how to secure your azure app service with free SSL certificate provided by Let’s Encrypt.
Fix Visual Studio Load Test Error: Request Failed - SSL/TLS Issue
Dec 04, 2019.
In this article you will learn about the Visual Studio load test error - request failed - the request was aborted - could not create ssl/tls secure channel.
Office 365 - SharePoint Online - Resolving "Unapproved Verbs" Warning
Dec 19, 2018.
In this article, I’ll explain in detail the meaning of the warning: "The names of some imported commands from the module 'Microsoft.Online.SharePoint.PowerShell' include unapproved verbs that might make them less discoverable." when importing the "Microsoft.Online.SharePoint.PowerShell" module.
How To Enable HTTPS In ASP.NET Web API
Nov 29, 2018.
In this article, you will see How we can enable https in ASP.Net Web API. We will start by discussing all the steps required to enable https in asp.net web API. And then we will discuss all the steps in details. Also, you will see how we can enable HTTPS support for a development server.
Create A Domain In Azure And Get A Free SSL Certificate And Link With Web App
Nov 15, 2018.
We will see how to create an App Service Domain in Azure and we will get a free SSL certificate from Let’s Encrypt Authority. We will also create a Web App in Azure and link with this domain. Later we will create a Blazor app from Visual Studio 2017 and will publish to Azure Web App. We will see our Blazor app run with custom domain and SSL certificate.
5 Ways to Use Bootstrap Alerts, Warning, Error, Success & Info Messages
Sep 15, 2018.
This article demonstrate you different way of using bootstrap Waring, success, info and error alert message in your projects. Bootstrap 4 provides an easy way to create predefined alert messages.
Install SSL Certificate (.pfx File)To IIS On Windows Server Machine
Jun 15, 2018.
In this article, we will install an SSL certificate to IIS on windows server with .pfx file.
Attach Installed SSL Certificate To The Website Which is Hosted On IIS On Windows Server
Jun 12, 2018.
We have an SSL certificate that was already installed on IIS. In this article, we are going to attach that SSL certificate to the website on IIS.
Why We Need SSL For Our Website
Apr 02, 2018.
Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a server and a client—typically a web server (website) and a browser.
How To Enable HTTPS On Your Website For Free
Mar 20, 2018.
Today, a website security is one of the top priorities for developers and HTTPS is the firs step. This step by step walk-through tutorial teaches how to implement the SSL on a Website for free in 10 minutes.
Enforce SSL And Use HSTS In .Net Core(2.0) Security - Part One
Feb 20, 2018.
SSL (Secure Sockets Layer)is a standard security protocol for establishing encrypted links between a web server and a browser in an online communication.
How To Log Messages (Information, Errors, Warnings) In ASP.NET Core
Oct 04, 2017.
Framework provides logging capability through ILoggerFactory, to which you could attach one or more providers. Providers act on the logged data in some form i.e., log it to file, database, Azure etc.
Adding SSL Certificate To Azure Web Apps
May 10, 2017.
This article will show you how to add SSL certificate to a Azure Web app to make it secure.
ASP.NET MVC Warning Banner Using Bootstrap And AngularUI Bootstrap
Apr 06, 2017.
This is an article on how to create a warning banner and reusable Modal using ASP.NET MVC, jQuery, Bootstrap, AngularJS and AngularUI Bootstrap.
Create SSL Website With Self-Signed Certificate
Jul 18, 2016.
In this article, you will learn how to create SSL website with self-signed certificate.
Working With The Error In Postman Client
Jul 11, 2016.
In this article you will learn about working with the error in Postman client.
Reading SSL Certificate Details In C#
Jul 02, 2016.
In this article, you will learn about SSL certificate details in C#.
Insecure Transport - Missing Public Key Pinning
Mar 31, 2016.
This article shares with the reader the steps on how to implement HTTP Public Key Pinning (HPKP) security policy/control.
SSL Certificate Based Authentication In Web API Project
Mar 30, 2016.
In this article you will learn SSL Certificate based Authentication in Web API Project
Setting HTTPS On Your Website
Mar 05, 2016.
In this article we will try to learn how we can apply https on our website in a test environment.
Create SSL Certificate By Makecert.exe
Nov 18, 2015.
In this blog you will learn how to create SSL Certificate by makecert.exe.
Resolve "Cannot Connect To My Kaspersky Portal" Warning In Windows 10
Oct 11, 2015.
In this post we will see the fix you need to give when you get the following warning message: “Cannot connect to My Kaspersky portal”.
Resolving Power BI Report Warning - Too Many Values Not showing All Data
Sep 20, 2015.
In this article you will learn the solution to the following Power BI report warning: Too many values. Not showing all data. .
Send Email to Gmail in ASP.Net Using C#
Jul 16, 2015.
Create a simple email system in ASP.NET C# using Visual Studio 2010. The system allows users to input an email address and a message in two TextBoxes. It sends the email via Gmail's SMTP server using SmtpClient and MailMessage. Validation ensures the email address is provided before sending.
Sending Emails Over .NET Framework, and General Problems Using C# Code
Feb 06, 2015.
This article explains how to send emails using the .NET framework, focusing on the System.Net.Mail namespace. It covers the essentials of SMTP, the use of SmtpClient and MailMessage classes, and common pitfalls like incorrect credentials, SSL requirements, and hostname issues.
Pragma Directive in C# With Visual Studio 2015
Jan 08, 2015.
In this article you will learn about the #pragma directive for warnings and managment in C# code.
What a SSL Certificate Is and How It Works
Dec 18, 2014.
In this article you will learn about SSL Certificates and how they work.
What is SSL and How to Implement in ASP.Net Web Application
Dec 17, 2014.
This article explains SSL and how to implement SSL in an ASP.Net web application.
Secure Socket Layer in .NET
Oct 27, 2014.
This article explains the Secure Sockets Layer (SSL) including the inherent issue of web server security and the process of SSL configuring and implementing in the form of digital certificates over an ASP.NET website.
Creating HTTPS Server With NodeJS
Aug 13, 2014.
In this specific article however, we will be looking at how to create HTTPS server instead.
Working With SSL Certificate Warning in MVC 5 Application
Apr 01, 2014.
This article describes how to set up the IIS Express for MVC 5 applications in Visual Studio 2013.
Session Time Out Warning Message Using jQuery in ASP.Net
Feb 17, 2014.
In this article I have used the jQuery plug-in, timeout-dialog.js, to provide a session timeout warning message in ASP.NET.
Creating Customize Default Buttons Using Bootstrap
Jan 29, 2014.
In this article we use some built-in Twitter Bootstrap CSS to customize default Buttons.
Windows Authentication in MVC4 With IIS Express
Sep 10, 2013.
MVC4 has gone through some major changes in Windows Authentication functionality with IIS Express. In this article you will learn how to enable Windows Authentication in MVC4 Web Application on IIS Express.
Creating Facebook Template in Visual Studio 2013 Preview
Aug 02, 2013.
This article introduces the way to create an app in Facebook and Visual Studio 2013 Preview.
Configure IIS to Require SSL on Both Federation Servers
Jul 12, 2013.
This article explains how to configure IIS to require SSL on both Federation Servers.
SSL in ASP.Net Web API
Jun 27, 2013.
In this article, you will learn about the SSL (Secure Sockets Layer) in ASP.NET Web API.
How do we Start With SharePoint 2013
Jun 18, 2013.
In this article you will learn how to start with SharePoint 2013.
Create Facebook App using ASP.NET MVC
May 09, 2013.
Learn to integrate a Facebook app with your ASP.NET MVC project using Visual Studio 2012 and MVC 4 template. Follow step-by-step instructions to set up SSL, register as a developer, configure app settings, and run the application.
Distributed Transactions Under Application Server in Windows Server 2012
Apr 11, 2013.
In today's article you will learn how to install the Distributed Transactions under Application Server in Windows Server 2012.
Session Time Out Warning Message In jQuery
Feb 05, 2013.
In this article we will look at how to show a warning message to the user prior to 15 minutes before the session time out, in other words if the user is in an idle state for more than 5 minutes then the user gets a message in the browser.
Secure WS in VB.NET
Nov 10, 2012.
This code covers the .NET (VB) implementation of the security of web services using the Microsoft “The Favorites Service” security modified schema.
Example on View to Controller (HttpPost) & Warn on Duplicate Entry & Delete Duplicates in MVC
Oct 31, 2012.
In this article you will learn how to pass data for a view to a controller (HttpPost) and you will even learn how to warn on duplicate entry or just delete duplicates silently in MVC.
SharePoint 2010 - Create SSL Enabled Site
Aug 16, 2012.
As part of development activities we might need to create a SSL enabled site inside SharePoint 2010. These sites will be accessed using HTTPS instead of HTTP.