The format of value 'api.vericred.com' is invalid API Endpoint in .Net Core --
Hi All.This is a typical question and would require knowledge of Vericred medicare API to some extent. Calling the API through .NET Core application. Already registered with the developers account and...
View ArticleUnanle to use MVC6 grid inside my asp.net mvc core. Error "'IHtmlHelper' does...
I want to use MVC6 grid from this link https://mvc6-grid.azurewebsites.net/ so i install theInstall-Package NonFactors.Grid.Mvc6but inside my view when i write the following :-@model...
View ArticleHow to use stored procedure to return a non dbSet object in EF 3.1 ?
HiMy question is that how can i use stored procedure in ef core 3.1 to return something like anonymous types without creating some viewModel as dbSet in our dbContext ?Thanks in advance
View ArticleNet Core 3 Identity
Hey everyone. I'm new to asp net core and i need some help. I scaffolded the Identity into my web form razor project. The database name is ProiectLicenta where i can see all the Indentity tables....
View ArticleServer-side Paging,Filtering & Sorting using MVC6 grid inside my asp.net mvc...
Inside my Asp.net Core MVC i added the MVC6 grid from this url @ https://mvc6-grid.azurewebsites.net/. but i have noted that the paging and filtering will be done on the client side, so each time we...
View ArticleOverride settings used in ConfigureServices, in integration tests
During Startup, in ConfigureServices, I need to access a property from appsettings.json. I'd like to have it typed, so I'm using the Options pattern. To retrieve the value, I do this;public void...
View ArticleForcing client side evaluation on a predicate builder expression in .net core...
I am using LinqKit's predicate builder expressions for search functions. I build a dynamic expression which is then applied on the entity.Had this working before, but after migrating to .net core 3.1,...
View ArticleI am migrating asp.net project Unittest(UT )to asp.net core 3.1
<div class="body">HI Team,I am migrating asp.net project Unittest(UT )to asp.net core 3.1 and observed Fake dll not getting generated thereplease suggest</div>
View Articleadd static html links inside MVC6 webgrid will make them UN-clickable
I have the following asp.net core MVC6 web grid https://mvc6-grid.azurewebsites.net/ :-@(Html .Grid(Model) .Build(columns => { columns.Add(model => model.PhysicianFirstName).Titled("Name");...
View ArticleEmail Templating API : Merging Multiple Razor Views into Single HTML as String
Hi All I am developing email api based on various template , i have multiple razor views which have footer , header and template body cshtml's , any idea how we can merge as single html file before...
View ArticleWeb API : .Net Framework 4.5 to .Net Core 3.0 Migration
I have seen migration steps for .Net Framework to .Net Core at https://docs.microsoft.com/en-us/dotnet/core/porting/Do anyone have other approach for Web API migration from .Net Framework 4.5 to .Net...
View ArticleException user unhandled
I keep going from appplicationdbcontext file to program files errors.Below is the error message I am using aspnet core mvc 3.1System.TypeLoadException: 'Method 'Create' in type...
View ArticleHow can I return a 404 status code by app.UseStatusCodePages?
These days I am handling 404 Not Found by Asp.Net Core .As we know, there are several ways to achieve this:...
View ArticleDisplay certain records in MVC CRUD application.
Hi All,I am in the process of creating an Employee Training Records database using SQL and Visual Studio 2019.So far so good, however at the moment I have one question which I hope you can me out...
View ArticleHosting ASP.net Core MVC on Raspberry Pi 3b+ Acces denied
Hello peopleI am programming in ASP.net normally for MVC but I am making some website for school project and I thaught maybe it is nice when I can run it on a Raspberry Pi. So after searching on the...
View Articleuse jwt token to login identity authentication in web
hi , in my web project (asp.net core mvc) i used api from an api project , in my api project i used jwt authentication and in web project use identity authentication i want get authentication token...
View Articleport 5xxxx is already in use, unable to connect to web server IIS Express
Hi can anyone help? I've been stuck with this issue for the past 2 days. I'm trying to run asp.net application in visual studio 2019 I've tried changing the port numbers, it doesn't work, it still pops...
View Articlecould we write word press plugin with asp.net
I want to write an word press plugin whit asp.net in order to add sum special services that are not support by ordinary plugin . <div id="skyroom-extension-is-installed"></div>
View ArticleCore 3.1 React Web App and Web API Security Implementation with Bearer Token
How to implement Visual Studio Solution with two project Web Client and Web API and pass bearer token to Web API
View ArticleIenumerator error - any inputs will be helpful
I am getting the following error. I am learning from the videos/usage code from internet.Severity Code Description Project File Line Suppression State Error CS1579 foreach statement cannot operate on...
View Article