开发者

HTML CSS Design

开发者 https://www.devze.com 2023-01-29 00:09 出处:网络
A hopefully quick, or easy, question: Would anyone be able to tell me what the \".NET Landscape\" is in terms of HTML design?

A hopefully quick, or easy, question: Would anyone be able to tell me what the ".NET Landscape" is in terms of HTML design?

Thank开发者_如何学Gos!


Management speak?


More than likely, they have nothing to do with one another. If you saw them on a job spec, they were probably just listing the technologies they expect you to be familiar with. Something like this:

  • HTML
  • CSS
  • Microsoft .NET Framework
    • including languages like C# and VB.NET
    • technologies like WinForms, WPF, ASP.NET, Silverlight, etc.
    • common design practices and patterns

Of course, certain .NET technologies work together with HTML. For example, ASP.NET provides something called "web forms," which contain static HTML markup as well as server-side Web Controls and User Controls to provide dynamic content. Also, Silverlight applications are hosted on and loaded from an HTML page.

If you're unsure what exactly would be expected of you, I recommend that you find out more details.

0

精彩评论

暂无评论...
验证码 换一张
取 消