Fake dll support in .net core
<div style="background-color: #ddd; border-left: solid 5px #999999; margin: 15px; margin-left: 30px; width: 95%;"> <div style="border: solid 10px #ddd;">Hi Team,I am doing a migration...
View ArticleUnable to track if the user accept the privacy message using...
I am working on an asp.net MVC 3.1 web application,and i follow the steps inside this link to activate showing a privacy message @...
View Articlejust starting out, Razor or MVC
I'm just starting out in .NET core, I did a CRUD microservice and API already and now I'm looking to build a ASP.NET CORE Web App. I'm seeing tutorials using Razor pages and MVC way, which is the...
View ArticleSignalR .Core Streaming Size Limitation (~70K Bytes)
Hello everybody,we have developed an ASP.NET Core (3.1) SignalR Server. A Unity client connects to the Server and starts streaming an image to the server. The image is streamed by computing a bytes...
View ArticleCookie autentication is not valid after login
HiI use asp net core mvc 3.1, with cookie autentication..But when I add [Authorize] in each control, it redirect to login althought the browser send the cookie.I followed this...
View ArticleHow to implement Sort Filter Page and Group using a view Model
I am trying to follow this ASP Core tutorial : https://docs.microsoft.com/en-us/aspnet/core/data/ef-rp/sort-filter-page?view=aspnetcore-3.1however I am trying to use a view model and encountering...
View ArticleStrategy for Shopping Cart (.Net Core 3.1 MVC)
Hi. I'm very new coding, so the most practical & easy solution will be fine for my by now.I'm doing a very vanilla net core 3.1 mvc academic project and I need to implement a shopping cart.My...
View ArticleHide / Show ASP.NET Core HTML Tags
@if (TempData["fnOutput"] == true) {<span id="fnoutput"></span> }I want to hide / show HTML tags based on the bool value in TempData. Similarly, I tried with ViewBag and it doesn't return a...
View Articlelinq-to-twitter Twitter flood get
Hi everyone,I tried the code below but again it wasn't exactly as I wanted. Only 1 pearl flood is coming.There are 90 floods. RT ones should not come and should only come flood by call.as an example I...
View ArticleSome services are not able to be constructed Error is coming in program.cs...
System.AggregateException: 'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType in program.csusing System; using System.Collections.Generic; using...
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 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 ArticleJquery datepicker is not showing please help
Here is my code. I have given my model, controller, view please helpModel public class WeatherVM { public int LocationId { get; set; } public DateTime ForcastDate { get; set; } public WeatherLocation...
View ArticlePlease help urgent , Value is not coming into the post action from the model
My Model class public class WeatherVM { public int LocationId { get; set; } public DateTime ForcastDate { get; set; } public WeatherLocation WeatherLocation; public IEnumerable<Weather> Weather {...
View ArticleActive Directory authentication and additional metadata related to the user.
Hello, I'm new around here.I'm looking at making a NET CORE web app for my workplace. The idea is that the users have to be authorized by our organizational Azure Active Directory (AD) single sign-on....
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 can I remove the time part from datepicker. When the page load , the time...
how can I remove the time part from datepicker. When the page load , the time part is also showingController public async Task<IActionResult> Index() { IEnumerable<WeatherLocation> locList...
View ArticleSystem.NullReferenceException: 'Object reference not set to an instance of an...
My view<div class="form-group"><div class="row"><div class="col-sm-2"><label asp-for="Locations">Locations</label></div><div class="col-4">...
View ArticleInvalidOperationException: The ViewData item that has the key...
Please help. When I am trying to poppulate the data in the same view ina table it always show the error InvalidOperationException: The ViewData item that has the key 'WeatherLocation.LocationId' is...
View ArticleKept running into 401 unauthorize response using .NET Core v3.1
<div>I upgraded the source code to .NET Core v3.1 & I'm having trouble figuring how to debug the backend issue due to lot of dependency injections, abstractions & overriding...
View Article