good video, worked pretty well. But I've been having issues creating migration for Mysql database on Mac. I'd love a video on setting up database, using it in .NET and everything between
I would use VS Code on a Mac any day over visual studio for Mac. Not even close. You should give Rider a try. It’s not free, but I really like using it
Firstly, thank you for the video it helped me a lot. Secondly, I ran into some errors and I can't find a solution anywhere. I am running on vsc, when I run it does print hello world, but when I write something like "using consolelatest" it gives me this: "The type or namespace name 'consolelatest' could not be found" or "using Microsoft.AspNetCore.Mvc" gives me: "The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)"
So think about it this way. Your page of code only knows what's on that page. If you want it to know about something not on that page you use a using statement. For instance, you may need to work with JSON, and you have a using System.Text.Json; That let's the page know I'm going to be calling some json commands, and that's where you can find them. The using statement you're using is not needed. The error is saying, you're telling me to look for this thing and I have no idea what you're talking about. So just leave that off.
I wish MS site would just list the brew command, I came here after trying to mess around with the file download, and path export not even working. Brew worked straight away
I have tried twice to do .net core development using Mac but I just gave up. It becomes a lot of hassle in the end. If you are into .net core just go with windows.
I use SQLPro Studio, specifically the version that supports all the different types of databases. sqlpro.onfastspring.com For MySQL specifically the official MySQL workbench actually works pretty well.
They are all not free tho, One more question before I purchase it, Will I have exactly the same MySQL experience without missing windows? Or is there any way i can use trial first before subscribing, do you have any video where u used it to build something? Thanks
I'm not able to deploy the application locally as my application uses .net framework 7 how do I actually deploy the applications locally in mac in this scenario
@@lukeconner Hi Luke, thank you for the reply. I tried to attach a printscreen link but yt deleted it. Probably thinking it's a spam. So, on the left side (Explorer tab) I have >bin >obj consoletest.csproj consoletest.sln Program.cs bin folder just appeared right after my initial comment, but vscode is still missing. Thank you for your assistance in advance.
Hola como puedo tener dos instancias de rider en mac para trabajar con un servicio api rest y poder consumirlo desde otra aplicación en c#?, solo me deja habría una ventana de rider a la ves
@@lukeconnerunderstood, my teacher assigned us a very basic project in Web Forms, I hope he doesn't mind if I do it using Blazor Server instead. Thanks for the help!
I had been having trouble getting Unity autocomplete to work and this helped a lot. Thank you!
Thank you for making this video. I'm a college student and it has been a nightmare for to to find videos for mac
It works, thank you for making this video, i am new user macbook and its help a lot
Now I can continue my work on my m1 when I have access to my windows boxes.... Thanks man! New subscriber here!
A simple and great video.
They've done a lot of work, it's surprisingly easy to just write C# on a mac now.
good video, worked pretty well. But I've been having issues creating migration for Mysql database on Mac. I'd love a video on setting up database, using it in .NET and everything between
I'll see what I can do
Thank you for making this video , what is the alternative to MS SqlServer on Macos?
I used this video to make SQL server work on my mac: ruclips.net/video/co6TkSzc0s8/видео.html
Hope microsoft is working on real Visual Studio for mac, only thing I need to move on mac
Rider. I know it costs money, but it’s so nice
@@lukeconner well, I'm still studying and I have the pro version through Education Github! and I still have 3 years to finish my degree lol
just what I want. Now MS depricated visual studio for mac. Had to use VS code so needed project template commands. Thanks.
I would use VS Code on a Mac any day over visual studio for Mac. Not even close. You should give Rider a try. It’s not free, but I really like using it
Firstly, thank you for the video it helped me a lot. Secondly, I ran into some errors and I can't find a solution anywhere. I am running on vsc, when I run it does print hello world, but when I write something like
"using consolelatest" it gives me this: "The type or namespace name 'consolelatest' could not be found"
or
"using Microsoft.AspNetCore.Mvc" gives me: "The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)"
So think about it this way. Your page of code only knows what's on that page. If you want it to know about something not on that page you use a using statement. For instance, you may need to work with JSON, and you have a using System.Text.Json; That let's the page know I'm going to be calling some json commands, and that's where you can find them. The using statement you're using is not needed. The error is saying, you're telling me to look for this thing and I have no idea what you're talking about. So just leave that off.
I wish MS site would just list the brew command, I came here after trying to mess around with the file download, and path export not even working. Brew worked straight away
I have tried twice to do .net core development using Mac but I just gave up. It becomes a lot of hassle in the end. If you are into .net core just go with windows.
brew command not found (:
what will be the solution...
have you got brew installed? its a packet manager and its not installed by default
I gave up with M1 mac and azure projects. Both Rider and VS mac won't start it :( It is compiled but not debugged
Great video! deserve more subs and views
No arguments here
7:48 bottom left ".NET SDK 7... is not fully supported in Rider". Has this been an issue for you?
At this point it should be, I’m currently using .net 8. You may need to update Rider.
@Luke,
great video, thanks
Now, how do i work with database on mac, say MySQL and i'm using Mac M1, how do I go about that? please
I use SQLPro Studio, specifically the version that supports all the different types of databases. sqlpro.onfastspring.com For MySQL specifically the official MySQL workbench actually works pretty well.
Another great option is dbeaver.io It also supports MySQL and most of the other popular database types.
Wow! I’m glad i came across ur channel and even managed to comment cuz I barely do that.
Such a fast response
Thanks
They are all not free tho,
One more question before I purchase it,
Will I have exactly the same MySQL experience without missing windows? Or is there any way i can use trial first before subscribing, do you have any video where u used it to build something? Thanks
@@TomActiveCruise it has a trial version
I don't have Homebrew, if I download the SDK from Microsoft, do I need the ARM64 version or the x64? This is for a MacBook Air M1
Arm64
I have such a mistake like "command not found brew", what should I do?
Look up, how to install homebrew. That’s a separate program
I'm not able to deploy the application locally as my application uses .net framework 7
how do I actually deploy the applications locally in mac in this scenario
Which IDE are you using? And do you mean run locally to debug or actually deploy?
Thank you very much!
Perfect video
can we create Windows Forms App in VS 2022 on Mac..?? i installed VS 2022 but not showing Windows Forms App
No, but you can use Maui
In mu case I don't get vscode and bin folders on the left side. Any idea?
Do you see the icons on the left? If you have the folders area open, and you click the folders icon it will collapse. Click it again to open it.
@@lukeconner Hi Luke, thank you for the reply. I tried to attach a printscreen link but yt deleted it. Probably thinking it's a spam.
So, on the left side (Explorer tab) I have
>bin
>obj
consoletest.csproj
consoletest.sln
Program.cs
bin folder just appeared right after my initial comment, but vscode is still missing.
Thank you for your assistance in advance.
Thanks for help
Hola como puedo tener dos instancias de rider en mac para trabajar con un servicio api rest y poder consumirlo desde otra aplicación en c#?, solo me deja habría una ventana de rider a la ves
Solo tienes que seleccionar abrir en una nueva ventana, si te deja hacer eso.
Is there a way to create Web Forms with macOS?
Unfortunately no, only .net core on Mac, and Web Forms are part of .net 4
@@lukeconnerunderstood, my teacher assigned us a very basic project in Web Forms, I hope he doesn't mind if I do it using Blazor Server instead. Thanks for the help!
Waiting for Apple Silicone so I can upgrade my girlfriend's front-end.
😂
Jetbrains rider to the world
cd: no such file or directory: dev (that's the problem, help me, please)
dev is the name of the folder I had on my computer. You wouldn't use the name of the folder you are working in.
@@lukeconner i understood that part and i succeeded, but i failed in the following sections
@@emreerdogan3817 Where is it failing?
POV: you came from openbve
I cannot find this ext
me too(
Now in 2024 MS stopped shipping VS for Mac and VScode continue to become more sh***r day over day. :(
I love you bro