Getting error "Hmmm...can’t reach this page Try this Make sure you’ve got the...
Hello everyone!My first post. Was thrown in the ring to write a razor app...The app implements the PRG pattern whereby a search page is presented, the user enters a criteria, hits the search button and...
View ArticleCreating an Endpoint that can read any json. A generic endpoint API
So I have a requirement to have one endpoint that can read json payload that can hit it from different system. We have several partners that would be posting data to our system. So we want one...
View ArticleHow to read proxy setting ipv4/ipv6 in dotnet core ubuntu
Hi Experts,please let me know how i can read proxy settings in ubuntu 20.04.also how i can get the bypass list from the proxy settings.please provide me snippet of code for the above.Thanks in advance,KK
View ArticleWeb Service running on port 80 required admin password
Hi Experts,I have created a soap service using dotnet core SoapCore module.This service i am trying to run in the port 80. If i want to run service password is required.Is there any possibility to run...
View Articlehow to migrate 3rd prty dll in asp.net core
Hi Team,how to migrate 3rd prty dll in asp.net corebelow are dllEAPDiscoveryAntlrICSharoCodeLesi.collectionNETCerticliNewtonsoft.jsonsyslog4netI will be helpful for your suggestionall dll are ther in...
View ArticleEntityFrameworkCore - Class with many list of the same class
Hi guys,I have following class that have many List of the same classes :public class EmailMessage { #region Lists public List<EmailAddress> FromAddresses { get; set; } public...
View ArticleHow to pass the model data to Partial View in .NET Core
Hi All,I have partial view in main Index.cshtml, How to pass model to Partial view using ASP.NET core 3.0 mvcMany Thanks,Shabbir
View ArticleStatic instance of Microsoft.Extensions.Configuration.IConfiguration thread...
Hello all!Does the private static IConfiguration Config;guarantee thread safe access via several controllers instances? Do I need to use lock?Thank you.
View ArticleProblem with batch updating for master-details entities.
HiI have a master-detail view with 2 tables :DefaultVisitProductHeaders -> Master table DefaultVisitProductDetails -> Detail tableIn my view, i've using ajax request to give end-user to...
View ArticleProblem in JsonConvert.SerializeObject to serialize list of entities to...
HiI have a main problem which i created in thread (please read it before this thread). Anyway, After a lot of digging & debugging my code, I Think the problem is related to serializing...
View ArticleFail to add multiple attachments to mail message in net core web app
Hi,I try to construct and send an email message in a web net core app. The message need to have maximal 3 attachments, provided by the user who navigates the site. First is mandatory, and at least one...
View ArticleGet data from active directory using react and asp.net core
Can someone share code to retrieve user details along with thumbnail image to be displayed basis the input SamAccountName. This has to be accomplished using asp.net core and react. I am pretty new to...
View Articlehow to make attempt login failed for user per no of try per period ?
problemhow to make attempt login failed for user per no of try per period ?i work on asp.net core 2.2 web api i need to write function on login http post make count to failed login attempt within...
View ArticleCORS Policy - driving me insane
Hey everyone. I'm learning .NET Core (currently using version 3.0.1, and ASPNETCORE_ENVIRONMENT is currently in development mode) for development and have built a project that uses the framework for a...
View ArticleHow to access ViewData from external javascript ?
Hii've use this external javascript function to access ViewData variable(s) :function deleteOrderItem(orderID) { if (confirm('Are you sure want to delete this item?')) {$.ajax({ type: "POST", url:...
View Articleguidance to choose appropriate web programming language
hi there, im phd student of entreprenership and i am 31 years old. in the past i used visual studio web form. after many years for developing my e-business ideas i decide to come back to web...
View ArticleGmail API in asp.net core
HiAny one has any idea how to use the Gmail API to send the email from asp.net core with User Identity rather than Sendgrid application . Pol
View ArticleThe property 'JobTitle' is not a navigation property of entity type 'Job'....
I am attempting to read related data across three tables in ASP.NET CORE MVC 2.2 with Entity Framework Core.To be more specific I am using this tutorial to build my project...
View Article