IMO there is a big shortage of c# developers in SA. If you are half decent, you can get yourself a job tomorrow.
And how do you get half decent? Experience. How do you get experience? Work. So the story goes...
IMO there is a big shortage of c# developers in SA. If you are half decent, you can get yourself a job tomorrow.
IMO there is a big shortage of c# developers in SA. If you are half decent, you can get yourself a job tomorrow.
If you do not have a CS degree, maybe also strongly consider doing that via Unisa.
Isnt R45K enough? Geez.
Isnt R45K enough? Geez.
Work on personal projects, put them on Github or contribute to Open Source projects.And how do you get half decent? Experience. How do you get experience? Work. So the story goes...
IMO there is a big shortage of c# developers in SA. If you are half decent, you can get yourself a job tomorrow.
Work on personal projects, put them on Github or contribute to Open Source projects.
.Net Core MVC is harder since there's not much libraries out for it although it is production ready.Cool, thanks. Just working through various c# aspects at this stage. .Net core MVC in progress the last 2 weeks.
.Net Core MVC is harder since there's not much libraries out for it although it is production ready.
What do you mean? EF Core is also out.Harder than previous MVC? It seems MS trying to get rid of all the back end data coding like selecting etc. Taking away DB /SQL stuff from your C# devs? Thats from the bit I've done.
What do you mean? EF Core is also out.
You mean scaffolding? That existed in normal ASP.NET MVC.Referring to you don't need to deal with db interaction in ASP.Net CORE MVC AND EF Core. You do code first or db first and the interactions is mapped for you.
You mean scaffolding? That existed in normal ASP.NET MVC.
You're not missing anything with EF. It's a terrible ORM tool and becomes a maintenance nightmare with all the EDMX mappings if you have a complex data model and follow a (proper) database-first approach. And don't get me started on the poor performance of a code-first approach...Yes. I'm pretty new to ASP.Net MVC. My C# .Net at this stage is windows apps, ADO.net, ASP.Net(used ADO.net , setup dataconnection, write sql queries for select, update, delete) from waaaayyyyy back. Was sent on couple of courses 2005, project never got of the ground. Didn't use it. Only did entity framework, LINQ last year for the first time. Time to revisit and get up to date.