> but there seems to be no way to find out what caused the bill d 1. Go to Subscriptions. 2. Select a subscription. 3. Under Cost Management, go to Cost analysis. 4. At the top, change Cost by resource to Cost by services. 5. Change the date (month) as desired. 6. You can drill down to individual Azure services and see the cost of each service. There is also Cost Management - Budgets, where I believe you can set alerts and cap your spending.
Vaso Elias
Posts
-
What a disaster -
What Are Your Side Projects?Contributing to Stride, C# game engine (MIT). GitHub - stride3d/stride: Stride Game Engine (formerly Xenko)[^]
-
C#? Unreal Engine? Here you go!You can try also this one. The engine (MIT) itself build in C#, you can use .NET 6 and soon .NET 8. Stride Game Engine - Free, Open Source C# 2D and 3D Game Engine - Stride Game Engine[^] GitHub - stride3d/stride: Stride Game Engine (formerly Xenko)[^] I will be writing some posts about this engine, but if anyone is interested, you can start playing from the console app. Capsule with rigid body | Stride Manual[^]
-
.NET and the nullable configurationI have been using it on all of my work and hobby projects since it was introduced to .NET. #nullable #enable 🤣.
-
Battery usage in Win 11All genuine, the battery from the corner shop and Windows 11 CDs from another corner shop 😮🤔.
-
ZeroGPT - ChatGPT detector - an AI Plagiarism checker for AI plagiarised ContentI tried it twice with ChatGPT content and it said Human written in both cases ;P. I will keep testing :)
-
ASP.Net Core CourseI have no doubts that one can learn something from this course and that Jannick is a great tutor but I wouldn't personally sign up for this course because of data transparency which I consider myself red flags. 1. If I am right, it doesn't say which version of ASP.NET Core (big red flag for me). I don't like it if such courses are not transparent. It would be a waste of time if it is e.g. ASP.NET Core 3.1 because there might be similar great courses which target ASP.NET Core 5, 6 and there were lots of changes since 3.1 2. What Angular version, there is now version 14 3. C# Developer Salary chart without and with ASP.NET - Source and year? I checked https://www.salary.com/research/salary/posting/csharp-programmer-salary and it says $108,875 for C# Programmer 4. He says C# devs that can show in-depth knowledge in ASP.NET earn up to 67% more money - Source? 5. Language "This course is absolutely unique and not comparable to any other programming course out there." Really? I personally use https://www.pluralsight.com/[^] which is subscription based. I check the newest courses they have and then sign up for 1-3 months and repeat in another time again. I think they might have 1 week free, if you would like to try it. Other helpful links: GitHub - MoienTajik/AspNetCore-Developer-Roadmap: Roadmap to becoming an ASP.NET Core developer in 2022[^]
-
Help me decide what technology should I use for this projectIf the already mentioned existing solutions are not what you are looking for then: I would use ASP.NET Core + Blazor. Free hosting at Azure App Service (compute time limited), or cheap Linux Azure App Service hosting. Including, you can use free Azure DevOps, build and deploy to Azure App Service. These all above will introduce you and teach you something new :).
-
Unit Testing BookThis gentleman with great C#/.NET video tips https://www.youtube.com/c/Elfocrash/videos[^] released recently Unit Test training. Check his videos and if you like his teaching, you should find a link to his website with his online trainings.
-
Would you choose C#...I had the same experience myself when I was studying at university, however we had also teachers who knew way too much and they did teach us lot :) There are always good and experienced teachers and then those who need to work more on their teaching skills :).
-
Would you choose C#...I would recommend it. If they offer it in the school, probably they know how to teach it. But the other questions are for all programming languages they teach: Do they teach it right, whatever it is? Do they teach it the way, to be open to use other languages or whatever language you choose, would you be taught that it is the only and best language? You can try it yourself that it is easy Hello World - Introduction to C# interactive C# tutorial | Microsoft Docs[^] and surprise your daughter with your knowledge :) or be step ahead?
-
Recommendation: Domain Registrar, and whyI have been using Google Domains for some time as well. Much cheaper than my previous provider https://www.123-reg.co.uk/[^]. +1 for Google Domains
-
Host Web APIAzure Apps has free tier for Linux and Windows, 60 CPU minutes / day might be enough for prototyping App Service Pricing | Microsoft Azure[^]
-
Being lazy today - is there a chart or list of Microsoft UI tech? -
Doing an experiment - flat vs curved monitorsI have got 4k 32" curved screen (link below) and I am happy with it. It took some time to adjust my eyes. Philips 328E1CA - 32 inch Curved 4K Monitor, 60Hz, 4ms, VA, Speakers, Flicker Free, Adaptive Sync (3840 x 2160 @ 60 Hz, 250 cd/m², 4 ms, HDMI2.0 / DP1.2) : Amazon.co.uk: Computers & Accessories[^]
-
Do any of you guys (in the UK) use FreeAgent for Accounts/PayrollI have been using it for 4+ years. If you have got a budget I would recommend using it. - It syncs automatically my business bank account to transactions - I can do payroll which is automatically submitted to HMRC - I can do also Self Assessment which is automatically submitted to HMRC - It helps with Corporation Tax Return (CT600) form - You can add more users if you need to manage your accounts e.g. an accountant
-
Has anybody used this Fiddler software?I have been using it for many years. I agree that it's gone downhill and it got neglected. I don't like the new version at all and I expect that new Free version will lack previous functions and you would need to pay for an extra... I am using it mostly to check that my API are correct from the client applications. I use postman for web applications APIs..
-
VS2022 confusionYeah, there are 2 versions, RC 2022 and Preview 2022. You can see on October 19th, they started releasing RC which they recommend to use. Visual Studio 2022 RC and Preview Release Notes | Microsoft Docs[^]
-
Job search algorithmsWhat's wrong with CDL Truck drivers or Molecular Biologist jobs? Apply and tell them that these were recommended to you based on your past skills 🤣.
-
Looking for Book(s) on VS2019 -> Azure DeploymentI found Microsoft docs & tutorials very helpful enough to deploy my apps to Azure (Azure Functions and Websites). I think their documentaion improved quite a lot. Some processes are not easy so there is lot to digest. If I have doubts and still struggle I would google it as the dev community writes also nice quality articles. I know it is not a book and it is here and there but these docs get updated + you might have discusssions below to answer related issues. Some tech changes so fast that at the time you read a book about Azure DevOps (previuosly Visual Studio Online previosly who know what) it might be something else ;) . Deploy ASP.NET Core apps to Azure App Service | Microsoft Docs[^] Build, test, and deploy .NET Core apps - Azure Pipelines | Microsoft Docs[^]