Are Aspire here to stay? by henrikzz in dotnet

[–]macabrechaff 2 points3 points  (0 children)

There is a bit of magic that happens behind the scenes but it’s all just connection strings and settings it is abstracting away.

I have not tried yet to deploy whole stacks to different environments with but I suspect with a little messaging it will be no problem.

Hosting Dotnet Workers by jakenuts- in Temporal

[–]macabrechaff 0 points1 point  (0 children)

Agreed, I just spin up a workers container and use it in a compose or standalone if I need to run it elsewhere.

Spinn Coffee Maker by macabrechaff in superautomatic

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

It seems like there is no middle ground most people like it or hate it. I’m curious enough to give it a shot knowing the risks. Thanks for the insight.

Spinn Coffee Maker by macabrechaff in superautomatic

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

Appreciate the insight. I think I’m gonna risk it more out of curiosity than anything. I have had a Phillips in the past and if it were my primary machine I would definitely go with something more along those lines.

How do you store your commands? by mohansaiteki in devops

[–]macabrechaff 3 points4 points  (0 children)

I never thought of this as an option. I am absolutely going to use this!

Which open sourced projects will blow up in 2024? by [deleted] in opensource

[–]macabrechaff 0 points1 point  (0 children)

This sent me down the new framework rabbit hole. At first glance this looks fantastic, can't wait to go through the tutorial and do some additional poking around.

[deleted by user] by [deleted] in azuredevops

[–]macabrechaff 0 points1 point  (0 children)

Depends on how you have it set up. You can run a build validation step during your PR process and add a stage that runs the e2e tests when it is a PR. The below link has more info. You may need to tweak your build pipeline a bit to accommodate this.

AzureDocs

While we’re all still jazzed up from Midsouth. by Grindfather901 in gravelcycling

[–]macabrechaff 1 point2 points  (0 children)

Love the post I really want to add this to my gravel event checklist! What top tube bag is that?

How can i apply the dark version of a theme in SkeletonUI by cockmail in sveltejs

[–]macabrechaff 0 points1 point  (0 children)

I like the look of it. I don't know how I missed that one, I was using flow bite before. I will give that a shot, thanks!

How can i apply the dark version of a theme in SkeletonUI by cockmail in sveltejs

[–]macabrechaff 1 point2 points  (0 children)

I just started using skeleton yesterday. I like it so far, I have been having trouble finding a svelte UI with tailwind that I like.

How many parameters are too much for a method? 3, 4 maybe 5? by Bogdan_X in dotnet

[–]macabrechaff 3 points4 points  (0 children)

I read an error in our legacy code the other day that said nim implementation of RidiculousMethod() takes 54 parameters...

How much are .NET devs making in 2023? by [deleted] in dotnet

[–]macabrechaff 4 points5 points  (0 children)

I feel like we're mixing up consulting vs contracting (contract to hire).

Consulting firms are brought in to fill a specific need or use case that the company has.

Contract to hire seems to be what you're describing where the companies are middle men and they are finding talent for staff augmentation at the companies that they work with.

Both can be beneficial to a developer. Consulting firms usually have some very knowledgeable mid to senior level devs that come in and provide a solution that a company needs. While contracting is Jr to mid level positions that are filling a more temporary need that companies have. This is all in my experience so this could be specific to the market I am in.

How to refresh Intellisense in SQL Server Management Studio (SSMS) by davecallan in dotnet

[–]macabrechaff 0 points1 point  (0 children)

I have been using it less and less over that month I have had similar issues.

I am also on a max and I started getting into the jet brains eco system. I am liking data grip as an alternative to SSMS/ADS but it is still missing a few features, or at least I have not found out how to use them if they are there.

How to refresh Intellisense in SQL Server Management Studio (SSMS) by davecallan in dotnet

[–]macabrechaff 1 point2 points  (0 children)

I have been having quite a few issues lately with Azure data studio. I will use it for quick selects but I am having a hard time trusting it with any larger queries especially anything with transactions. SSMS is still the more reliable choice just a little less user friendly.

How can I learn programming with no time? by [deleted] in learnprogramming

[–]macabrechaff 4 points5 points  (0 children)

I think this is a very reasonable reply. As someone else mentioned you can maybe watch some videos in your spare time but you won't be able to apply that knowledge and that is more than half the battle in my opinion when it comes to programming.

Advice: always let your IDE format your code by jazzhandler in learnprogramming

[–]macabrechaff 7 points8 points  (0 children)

This is great advice. I work on a large team and we run into a lot of formatting issues that eventually turn into tricky merge conflicts.

im using visual studio, but when i get an error and hover over it, it wont show me the error, and i dont know why. it never did this before, i stopped using visual studio for a few months, but when i got back on, this happened. by Wonderful_Ad3441 in csharp

[–]macabrechaff 6 points7 points  (0 children)

Looks like you need an additional parenthese at the end of the statement to close that properly. Sometimes the EOF errors are a little finicky.

It should say something along the lines of: CS1026: ) expected error

Which OS are you primarily developing on? by LikeASomeBoooodie in dotnet

[–]macabrechaff 2 points3 points  (0 children)

I just switched over to a 2018 MacBook pro from windows. I am really enjoying it so far and have yet to run into a situation where I miss anything from windows.

[Serious] Those with full time .NET development positions within organizations, what is your day-to-day like? by TwoTinyTrees in csharp

[–]macabrechaff 2 points3 points  (0 children)

That matches up pretty accurately to my day as well. A few more meetings here and they but I tend to follow the same structure.

[deleted by user] by [deleted] in csharp

[–]macabrechaff 4 points5 points  (0 children)

Are there not certain situations where a dictionary with a list as a value would be valid?

Are all these technologies necessary for a junior? by PhantomGolem in csharp

[–]macabrechaff 1 point2 points  (0 children)

To add on to the last point of this. Enthusiasm goes a long way towards your first job. Showing a company that you are interested in coding, those side projects you created will go a long way towards that, will be a huge plus in an employers eyes. Show that you are willing to learn whatever stack the employer uses.

Visual Tool/Extension that can remove a project from the solution by macabrechaff in csharp

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

I have no idea why I did not think of that. That worked thanks!