The Web Developer’s Dictionary
With many of us used to be on the end-user side of web development, some of these words can seem like they are a different language altogether. To prevent information overload, we’ve compiled a list that just a basic words that every web developer has to listen when start his carrier in web development. ASP.NET ASP.NET is a server-side web framework that is designed for web development. It was developed by Microsoft. An ASP.NET page is restricted to code written in a single programming language. Currently, ASP.NET supports Visual Basic, C#, and J#. It enables programmers to build dynamic websites, web applications, and web services. ASP.NET pages have a file extension of .aspx.
Backend
The back end is the admin area of a website that allows you to change the site’s settings. The back end is not for visitors, it can only access by administrator.
Cache
Caching is a web technology that is used to make web pages load faster.
Content Management System