When you compile .NET Core Console Application it will generate DLL file instead of exe file for the build project. NET Core 3.0+ projects will
Category: ASP.NET
Define Composite Key in Model.(Core, EF Code First)
When there are composite keys in database table and when you try to put data annotation it will throw below error Entity type ‘Orgmember’ has
How to remove x from Internet Explorer ?
How to remove X from IE input box, Here is the css we can write to remove x. /* clears the ‘X’ from Internet Explorer
Load XML from URL giving an error (The remote server returned an error: (401) Unauthorized.)
If you are getting a 401 Unauthorized error while reading an XML from URL, here is the solution you can try Hope this help!
Error :(System.Web.UI.HtmlControls.HtmlIframe) is not compatible with the type of control (System.Web.UI.HtmlControls.HtmlGenericControl) in VS2017
Reason for the above error is I have my project in .NET framework 3.5 and I update it to .NET framework 4.5, Solution for the
MySQL : The user specified as a definer (‘root’@’%’) does not exist
This error occurs when exporting views/triggers/procedures from one database or server to another as the user that created that object no longer exists. So here