Create Thumb Image In Asp.net
here is the steps: 1) create the simple web application (Asp.net using C#). Add Name Space using System.IO 2) put the image file in to the application (here i used Sunset.jpg it’s resolution is (800...
View ArticleOutlook blocked access to the following potentially unsafe attachments
Hello Friends, I have come across the problem when I getting the .chm extension in my mail. I have found the solution which is below. Steps: Exit Outlook if it is running. Click Start, and then click...
View ArticleCould not load file or assembly ‘Owin, Version=1.0.0.0, Culture=neutral,...
There is two possibilities: Possibility 1: You haven’t added the Owin.dll reference to the project. You can add the reference and recompile project. Possibility 2: You have a latest version of the dll...
View Article.Net Core Entity Framework Code First Approach Using Class Library Project
With reference to Getting Started with EF Core, I am using the MSSQL server. Steps Create a new projectCreate Class LibraryInstall Entity FrameworkCreate ModelRegister context with dependency...
View Article