The request was aborted: Could not create SSL/TLS secure channel -Error in Asp.net By: Mohamed Rasik 2 May 2024 I got this following error "Could not create SSL/TLS secure channel" in your ASP.NET MVC WebClient application. Read More
Object reference not set to an instance of an object | Opening edmx file [Solved] By: Mohamed Rasik 16 July 2023 While I tried to open the .edmx file in asp.net mvc project I got the following error. "object reference not set to an instance of an object" Read More
How to check Email Id already exists validation in Asp.net MVC c#? By: Mohamed Rasik 30 June 2023 In this video tutorial I will show you how to check Email Id already exists in Asp.net MVC. Read More
If page = 'home' then display content for asp.net MVC project By: Mohamed Rasik 28 June 2023 In this tutorial I will show you if it is home page then display content in asp.net MVC. Read More
Stream a video from blob JavaScript | HTML5 | Asp.net MVC By: Mohamed Rasik 24 June 2023 In this tutorial I will show you how to stream a video from blob JavaScript in Html5 Video tag using asp.net mvc application. Read More
Machine key feature is missing in IIS Manager | SOLVED By: Mohamed Rasik 18 June 2023 In this tutorial I will show how to enable machine key feature in IIS manager. Read More
How to generate machinekey for web.config? By: Mohamed Rasik 17 June 2023 In this tutorial I will show you how to generate machinekey for web.config file using windows powershell. Read More
How to set background for text using Graphics.DrawRectangle in c#? By: Mohamed Rasik 27 October 2022 In this tutorial I will show you how to set background for text using Graphics.DrawRectangle in c#. Read More
How to decode HTML character code in c#? By: Mohamed Rasik 5 August 2022 In this tutorial I will show you how to decode HTML characters in c#. Here, my string values contains HTML characters. But I need to convert to normal plain text. Read More
How to save the xml file to a particular location? By: Mohamed Rasik 30 July 2022 In this tutorial I will show you how to save XML file to particular location. Here I m using System.IO.File.WriteAllText method to write xml. Read More