Browse by Tags
All Tags »
ASP.NET Web Pages (
RSS)
ASP.NET Web Pages Beta 1 have support for Helpers, which are methods written in C# or Visual Basic, and returns IHtmlString. They can return HTML that is displayed on the page. If you choose to create helpers that way, you would need to have your HTML...
When you install ASP.NET MVC 3 Beta or WebMatrix Beta 2, a new product called ”NuPack” is installed with it. NuPack makes it possible to quickly add references to third party products like Ninject, jQuery and so on. All necessary files (dll, js etc) are...
Microsoft just released ASP.NET MVC 3 Beta, which came with some news. Among other things, we now have a new project dialog box, an updated version of Razor, support for helpers from ASP.NET Web Pages, new interfaces for Dependency Injection, unobtrusive...
Something that is very common on websites is small images that is used to make links and other things look better. These small images is either added as a background image for the link, or as a separate image. When you load these images, they are requested...
Scott Guthrie and Scott Hanselman have written great blog posts about how to use the new Code-First functionality in the latest Entity Framework CTP. But what about ASP.NET Web Pages? Entity Framework 4 requires .NET 4.0, and since ASP.NET Web Pages is...
Det här finns att läsa på svenska här: http://www.aspsidan.se/default.asp?page=readarticle&artId=713 With ASP.NET MVC we can get nice URLs, like /Products/Computers to show all products in the Computer category. We can set up the routes in global...
Artikeln på svenska: http://www.aspsidan.se/default.asp?page=readArticle&artId=711 When developing web sites you often need to run some code the first time the web site is loaded, or every time a page is loaded. In ASP.NET MVC you can do this in global...
Post in swedish: [Coming] Those who are using PHP might have big use of phpinfo() which sows information about the server and the current runtime. This function have not been around in ASP.NET, and the only thing we have had is the Trace which can show...
Artikeln finns på svenska här: http://www.aspsidan.se/default.asp?page=readarticle&artId=709 Web sites are often complex and show much information from external sources. News on the site can come from the database, news from other sites are aggregated...
Klicka här för att läsa posten på svenska What is ASP.NET Web Pages? When .NET Framework 1.0 was released you could create web sites using Web Forms, which looks a lot like how you used to create applications with Visual Basic and similar. The idea was...
More Posts