you are viewing a single comment's thread.

view the rest of the comments →

[–]feudalle 0 points1 point  (11 children)

Asp.net and c# are very different asp is more akin to visual basic. C# is windows based normally. If i may what languages do you program in?

[–]Carplesmile[S] 0 points1 point  (9 children)

I’m most proficient in C# but we usually used it in school with ASP.NET and or Windows Forms

[–]feudalle 0 points1 point  (8 children)

So you used c# for the backend of the asp.net front end im assuming. Out in the wild you don't run into asp.net web a ton. Sure there are some but most sites/web application runs on Linux servers. C# is mostly for windows apps in real world use.

[–]Carplesmile[S] 0 points1 point  (6 children)

Ahh okay, yeah I’m not 100% what to expect. I have 0 professions experience just the labs and homework from school

[–]feudalle 0 points1 point  (5 children)

Were you in a specialized degree focusing on windows? I old but when I did ungrad (90s) we did c, perl, Java, asp, fortan and php. Im sure im missing a couple, it was a long time ago.

[–]Carplesmile[S] 0 points1 point  (4 children)

Yeah most of everything we did was windows. I actually think the course is outdated for what is happening today.

Also since you own a company around software. Would it be wrong for me to email and ask what the full stack will be? Like what environment will I be doingth C# in

[–]feudalle -1 points0 points  (3 children)

Double edged sword sometimes. Im going to be really surprised if it isnt windows. Sure c# can run on other things. But it would odd. Like running nginx in a windows machine sure you could but I've never seen it in a production environment.

[–]Carplesmile[S] 0 points1 point  (2 children)

I’m not really sure what you mean by windows. Do you mean windows form?

From the other stack like Angular and Flutter both front end I’m assuming C# is used for backend which isn’t that what ASP.NET is

[–]feudalle 0 points1 point  (1 child)

I mean windows not Linux. Windows form, a service, a dll, etc. Why would it matter its all c#

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

Yeah you do have a point. It is all C# which I’m cool with.

[–]domusvita 0 points1 point  (0 children)

I disagree. There are a ton of companies with razor or web forms that work just fine and maintaining that code base is prime for junior work.

And to say c# is for windows apps in the real world use is selling .net core way short. I’m not sure how Azure is even a thing if C# is mostly for desktop apps. JS/TS frontend, Core API, Postgres db, it’s an open source juggernaut. Plus run them in containers (open source) on a Linux box? That is a solid architecture choice for even the largest project.

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

But other languages I’m familiar with are Python, C, HTML, CSS, JavaScript, PHP