-
I am working on a project based asp.net core 3.1, EF Code First and NTSTopologySuite. I do have Point properties in my entites to specify geographic location, however when I try to return the entity f…
-
Hi Team,
I am working on sendgrid inbound parse with c#.
I followed below url, but I am unable to parse all emails. my API is hitting some times not always.
https://www.altifysoftware.com/recei…
-
As I mentioned in a previous request, I am still on ASP.Net MVC and haven't moved to .Net core yet. So my api controller actions all look like this:
```
[IsAjaxRequest]
[HttpPut]…
-
**Which version of Microsoft Identity Web are you using?**
Microsoft Identity Web 1.7.0
**Where is the issue?**
* Web app
* [ ] Sign-in users
* [ ] Sign-in users and call web APIs
* We…
-
I have an application using following packages
Autofac version="4.8.1" targetFramework="net471"
Autofac.Owin version="4.2.0" targetFramework="net471"
Autofac.WebApi2" version="4.2.0" targetFramew…
-
trying to integrate hal into existing asp.net mvc webapi2 project.
I have wrapper object that is returne in every request from the api.
```
{
"version": "1.0.0.0",
"error": false,
"message": "O…
-
## Describe the Bug
I am having an issue resolving services when using this package. My services all resolve correctly, except through the controllers registered with Autofac. When I make a w…
-
I am attempting to use the code with an older Asp.Net WebForms project that needs to have WebApi controllers but by default they don't support DI.
I scanned thur this article:https://docs.microsof…
-
**Which version of Microsoft Identity Web are you using?**
Note that to get help, you need to run the latest version.
**Where is the issue?**
* Web app
* [ ] Sign-in users
* [ ] Sign…
-
I'm looking in implementing workflow management into my app. My app consists of an ASP.Net WebApi2 server and a .Net 4.8 Winforms client.
Currently I am building a diagramming tool which simply all…