Ordering a list within an ordered list
Hello.I have a model (Generic Model) that has an IList of another model (Unit). Within in that model there is an IList of a different model (Section).When I pull some information I want to sort the...
View Article~/connect/token is not bein called properly
Hi,My application is not being logged in. I am using the following source code.https://github.com/emonney/QuickAppand then upgraded the same source in angular 6, install angular material 6 and tried...
View ArticleError - The Type or namespace Office does not exists in the namespace Microsoft
Hi I have written the below line and it is giving me errorusing Excel=Microsoft.Office.Interop.Excel;Thanks
View ArticleASP.Net Core Error NU1202
Can someone help guide me in the right direction i have brand new installation of v.s. 2017 with core installed on my 64bit lenovo system. The new installation and trying to run a asp.net core with...
View ArticleExport to excel
Hi How to read data from Sql Table and export data to Excel Column by Column . Thanks
View ArticleChange routing to razor pages
When I added the new razor identity to my mvc project, the default route does not go to this login page. the default goes to /Account/Login but the razor is at /Identity/Account/Login. If I type in...
View ArticleI have to create a event calendar and a Attendance calender
Hi guys,Really having a tough time !!!I tried different Events calendar but most of it is not working in Asp.net core 2.0.Can someone suggest any link or idea or example how to create it? please help.
View ArticleMultiLanguage Application
Hello Guys,I am building MultiLanguage Application in Asp.net core but I am not able to change the text to another format.here is my code please let me know what wrong.statup.cs public void...
View ArticleHow to deploy Asp.netCore 2.0 Web MVC and Api to linux based OS computer
hi, I need some confirmation. 1) Can Asp.netCore 2.0 Web MVC and WebApi run on linux based OS ( any version ? please help to provide version supported)2) for Local environment deployment, Which...
View ArticleASP.NET Core URL Rewriting to sub-folder ASP.NET Core 1.x
My main website is mainsite.com. I have a domain pointer setup for seconddomain.com So if I type in seconddomain.com the URL resolves to mainsite.com and the address bar displays seconddomain.com.I...
View Articlegetting com exception
Hi,I am getting com plus exception while connecting retrieving records using entity framework core 2.System.Exception._COMPlusExceptionCode : -532462766
View ArticleAuthenticating Users with ASP.NET Core Identity schema Without ASP.NET Core...
Hi Everyone, We have ASP.NET Core application which is authenticating users using ASP.NET Core Identity Library and using ASP.NET Core Identity schema in the database. Now we have developed WPF windows...
View ArticleUserManager Issues
I follows the link below to create a project testing https://gooroo.io/GoorooTHINK/Article/17333/Custom-user-roles-and-rolebased-authorization-in-ASPNET-core/32835#.Wx60sYPwaM9I put some testing code...
View ArticleAuthenticate a console client to ASP.NET Core 2.1 Identity server
I create a simple .NET Core 2.1 server using "Identity as UI" with the default template, and then add some methodsI now need to create .NET Core 2.1 console app client to consume these methods but I...
View ArticleBlazor Autocomplete Searchbar
I don't know where to put this thread sience there is no Forum dedicated to BlazorDoes anybody know where to start to make an Autocomplete searchbar with Blazor ?Maybe use the html Datalist I don'k...
View ArticleASP Net Core 2.1 App throws intermittent SSL error while logging to Splunk
Hello, we have a .net core app which we recently migragated to 2.1 from 1.x. Post migration we have seen that the app hangs everytime we recycle the application pool, the app can’t be reached and only...
View ArticleConsuming WCF CallBack in Asp.net Core.
I am Duplex wcf Service hosted on console. This is tested and Worked fine.Now i want to consume this wcf service in Asp.net Core. I have done this using this link Consume WCF in Asp.net Core.I am able...
View ArticleHow can I check for certain datatype in Object variable?
I have this Object var,<div> <div>PatientRegistryResource patientViewModel = new PatientRegistryResource ();PatientRegistryResource has many properties and I want to get all properties with...
View Articlenew version something is wrong in nuget package 2.1.0 for ASP.NET Core 2.1...
Hello I have just upgraded my test project and I had got this error (when I was trying login) . Microsoft.AspNetCore.All 2.1.0 - Microsoft.VisualStudio.Web.CodeGeneration.Design - 2.1.0If I downgrade...
View ArticleHow to handle different request and response payload
I have few situations where input differs than the output. I use 1 model (DTO) for both input and the output. How should I handle this? Should I separate this to 2 different models for input and...
View Article