Yonatan
Installing a .net tool in an offline network (moving on disk on key)
Hello friends!
Does anyone know how can I Install a Tool to an offline network?
I have my office's network which does not connect to the internet.
I want to download a tool and install it in it through disk on key.
I can easily do this with nuget libraries via nuget install outside of a project but this doesn't seem to work for tools.
So how can I get a tool file that I can install on an offline network?
4 replies
Teaching C# - Basic and Advanced topics (that are must learn)
I will be making a learning guide for my workers who will start soon.
I am currently making a collection of all the topics that are good for beginners (who know at least 2 other programming languages)
And Advanced topics that are worth learning before starting to work. (Like design patterns, LINQ, Entity Framework, SOLID....)
I would love suggestions for what topics I should put most effort to in basics and advanced C#.
Thanks!
P.S Learning ifs and loops would be very easy and shouldn't take a lot of effort. In the basics I plan on mostly general topics like what is .Net and some general libraries and techniques
13 replies
✅ switch .net version (Ubuntu)
Hello.
I installed .net 6 and 8 on ubuntu, all my projects use 6 now I slowly move to 8.
After installing 8 I can't seem to go back to 6, every time I run it, any projects use 8.
I tried a global.json but it still runs with .net 8 instead of old 6.
Without removing .net8 how can I run the solution with 6?
5 replies