Object reference not set to an instance of an object | Opening edmx file [Solved] By: Mohamed Rasik Category:asp.net MVC 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 Category:asp.net MVC 30 June 2023 In this video tutorial I will show you how to check Email Id already exists in Asp.net MVC. Read More
Uncaught TypeError: Cannot read properties of undefined (reading 'msie') By: Mohamed Rasik Category:JQuery 30 June 2023 I got this following error for jquery ui datepicker "Uncaught TypeError: Cannot read properties of undefined (reading 'msie')". Read More
If page = 'home' then display content for asp.net MVC project By: Mohamed Rasik Category:asp.net MVC 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 Category:JavaScript 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 Category:Computer 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 Category:asp.net MVC 17 June 2023 In this tutorial I will show you how to generate machinekey for web.config file using windows powershell. Read More
Could not find a part of the path ... bin\roslyn\csc.exe | Server Error in ASP.net application By: Mohamed Rasik Category:asp.net MVC 14 June 2023 I got this following error while running the asp.net mvc project "Could not find a part of the path '...\bin\roslyn\csc.exe'" Read More
Import "django.shortcuts" could not be resolved from source in Django Project By: Mohamed Rasik Category:Python 7 June 2023 I got this following error in django project. "Import 'django.shortcuts' could not be resolved from source in Django Project" Read More
How to add two numbers in Android Studio? | Source Code By: Mohamed Rasik Category:Android 8 May 2023 In this tutorial I will show you addition of two numbers using java in android studio. Read More