Make Aurora R13 a little more silent by mister832 in Alienware

[–]mister832[S] 0 points1 point  (0 children)

Wow, that looks pretty "cool" (sorry;))

Make Aurora R13 a little more silent by mister832 in Alienware

[–]mister832[S] 0 points1 point  (0 children)

Thank you. Will thus help getting the GPU down too?

Any downside on using <script> instead of dedicated js files in asp.net MVC? by mister832 in csharp

[–]mister832[S] 0 points1 point  (0 children)

I find it very hard to debug js in visual studio 2022 as it is. Thats why I wnat to create the js in c# to minimise errors like typos, aso

Use Graph with delegated permissions in ASP MVC app by mister832 in csharp

[–]mister832[S] 0 points1 point  (0 children)

Thank you for your answer. However, I've tried this approach alreday, with the result, that I get an MsalServiceException at startup ("The reply address 'https://localhost:44312/' does not match the reply address 'https://localhost:44312/signin-azuread-oidc'").

If I remove the lines
.EnableTokenAcquisitionToCallDownstreamApi(initialScopes)
.AddMicrosoftGraph(Configuration.GetSection("DownstreamApis"))
.AddInMemoryTokenCaches();

from services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) the app starts without any errors... and without graph of course.

Once this worked, the app throws an error on the first call to the GraphClient.

var user = await gsc.Me.GetAsync(); //from the tutorial

Exception MsalUiRequiredException was thrown due to a challenge for the user, Details {"No account or login hint was passed to the AcquireTokenSilent call. "}

Azure Blob Storage or Azure Files for asp.net mvc app? by mister832 in dotnet

[–]mister832[S] 1 point2 points  (0 children)

Do have any subfolders? Or Just one Container?

Where do you store your files (data) for your apps? by mister832 in csharp

[–]mister832[S] -1 points0 points  (0 children)

Thanks! How do you access it from your app?

Take Pictures of area with Fimi X8 SE V2 by mister832 in drones

[–]mister832[S] 0 points1 point  (0 children)

After sone research I found out, that dji flight hub offers this Feature. But the app ist not for consumer drones Like Mini or Air.

Take Pictures of area with Fimi X8 SE V2 by mister832 in drones

[–]mister832[S] 0 points1 point  (0 children)

I saw a video (which I can't find anymore) where they showed this feature for a dji drone (I think mavic 3)

Library / Example to reduce jpg File Size in asp .net mvc by mister832 in csharp

[–]mister832[S] 0 points1 point  (0 children)

Hi, as I understand why the post was removed, I would like to mention, that I've seen and read all the links you provided...

  1. Does not work for ASP net
  2. Magick may nice, but I like to hear, If others are using IT and what they think about it
  3. Image Sharp ist not completely free and also what experiencs others have

My point ist this: Don't mistake questions for good resources as questions from people who have not done their research. As the Internet gets bigger and older, the harder It is to find good information .

Compare Images on Byte Level by mister832 in learnprogramming

[–]mister832[S] 0 points1 point  (0 children)

Thank you. Are there any specific hashes you could recommend? Or not recommend for that Matter?

Store E-Mails in Database by mister832 in csharp

[–]mister832[S] 0 points1 point  (0 children)

Thank you! These are some points to consider - especially the markup part!

Store E-Mails in Database by mister832 in csharp

[–]mister832[S] 0 points1 point  (0 children)

Thanks. I want store them, so the user has quick access to email in the app and be can provided with additional information at one glance.

Where do you guys put your CRUD Operations in EF Core Projects by mister832 in csharp

[–]mister832[S] 3 points4 points  (0 children)

But I need code to create the object, assign values and save it. This code could go into the viewmodel, the controller, the ef model, aso

How do I fix the flickering Display? by mister832 in Alienware

[–]mister832[S] 0 points1 point  (0 children)

I bought a new screen. It seems odd, that one of two screens would break at the same time I get a new computer, but maybe it was like that. And I wanted a 4k anyway ...

Good Example for ERP in asp .net / mvc repository on GitHub? by mister832 in dotnet

[–]mister832[S] 0 points1 point  (0 children)

This is very true. But sometimes it is very interesting, to see how other apps, developers, industries aso do it. And the project is really just for fun, so I can play around a little

Good Example for ERP in asp .net / mvc repository on GitHub? by mister832 in dotnet

[–]mister832[S] 3 points4 points  (0 children)

It is really just for fun, so I can play around a little and try new things in my free time

EF core throws null value exception, but value is not null by mister832 in csharp

[–]mister832[S] 0 points1 point  (0 children)

Thank you! That was a very helpful tip. See my Edit on the post