Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				It's not that bad, you can check Microsoft Virtual Academy for free course on asp.net they will explain in depth the framework and how it works. Good luck!
- 
				
				 Crost39468yI've been learning this stack for a little over a month now. I rate myself 3/10. Crost39468yI've been learning this stack for a little over a month now. I rate myself 3/10.
 
 I learned node.js for an API project in the same time earlier this year. I rate myself 7/10.
 
 .net is hard :(
- 
				
				 bashlord4378y@karakamen @craig939393 its not that C#/.NET is hard, it's that web development is a ragtag of languages and tools glued together in an application/website, which in turn means having to learn a lot more than writing clean OOP code in C# bashlord4378y@karakamen @craig939393 its not that C#/.NET is hard, it's that web development is a ragtag of languages and tools glued together in an application/website, which in turn means having to learn a lot more than writing clean OOP code in C#
Related Rants
- 
						
							ahmedam23 What only relying on JavaScript for HTML form input validation looks like What only relying on JavaScript for HTML form input validation looks like
- 
						
							 isaacWeisberg21Me and my wife are software engineers Started dating while doing a project together I guess you could say that... isaacWeisberg21Me and my wife are software engineers Started dating while doing a project together I guess you could say that...
- 
						
							 JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y... JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...





Me as a mobile app developer trying to add a button to a page of a .Net website:
So, what do i need to do?
Web developer:
Oh that's easy. You need to edit that template which produces html, add an event in there that will call a javascript function, which is in a .js file, which is generated from a typescript file. Than you should give that button a style. Simply by opening up that .less file here and adding a class which will be translated to css later. In that c# file over there you add a bundle reference which contains the css and js files, but before that, they must be minified. In that other c# file, you add a controller that handles your button.
Aaand... take care of new js features and css features. Most browsers don't support them. Those cool C#7 features you love so much... not in this project. Our build servers don't support C#7. Those new features are evil anyway.
ðŸ˜
undefined
web development