DotNetShoutout - Stories tagged with Razor
9
Shouts

Adding And Editing Data In ASP.NET Web Pages

published 1032 days, 15 hours, 15 minutes ago posted by MikesdotnettingMikesdotnetting 1034 days, 16 hours, 13 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Sunday, July 25, 2010 8:54:39 AM GMT
Adding And Editing Data In ASP.NET Web Pages   In the first of my WebMatrix articles, I mentioned that entering data via the database design forms is a bit of a pain. I also promised to look at editing data via a web page at some stage. This article keeps that promise, and looks at adding data too.   Actually, I'll look at adding data first. To add a new book to the database, we need to provide a title, ISBN number, description and we need to add an author and category. The book will ac... (more)
category: Web Dev | clicked: 0 | comment | | source: www.mikesdotnetting.com
tags: asp net web pages, Razor, WebMatrix
5
Shouts

Web Pages - Efficient Paging Without The WebGrid

published 1041 days, 12 hours, 32 minutes ago posted by MikesdotnettingMikesdotnetting 1042 days, 15 hours, 16 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Saturday, July 17, 2010 9:51:21 AM GMT
Web Pages - Efficient Paging Without The WebGrid   If you want to display your data over a number of pages using WebMatrix Beta1, you have two options. One is to use the built-in paging support that comes with the WebGrid helper. But that means that your data will be displayed within an HTML table. If that is not your preferred layout choice, you need to write your own paging code. Let's look at how you can do that.   Actually, there is another problem with paging within the WebGrid hel... (more)
category: Web Dev | clicked: 5 | comment | | source: www.mikesdotnetting.com
tags: SQL Server Compact Edition, asp net web pages, Razor, WebMatrix
5
Shouts

Scott Hanselman - Simple Code First with Entity Framework 4 - Magic Unicorn Feature CTP 4

published 1043 days, 12 hours, 32 minutes ago posted by rajuraju 1044 days, 17 hours, 23 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 7:44:23 AM GMT
Microsoft's been releasing a number of right-sized LEGO pieces lately. In case you missed it, Betas have been announced for:SQL 4 Compact Edition - It has a small embedded file-based SQL Database, and a web-server called IIS Express that's compatible with the full version of IIS. "Razor" Page Syntax- A way to make pages/ViewEngine called "Razor." Your sites can be later be expanded to use all of ASP.NET MVC. It's a simple syntax that is easy to learn. WebMatrix - It's a small (15 megs if you have .NET 4,... (more)
category: Web Dev | clicked: 2 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, .net 4, Framework4.0, SQL, Razor, IIS Express
13
Shouts

Use Razor as ASP.NET MVC ViewEngine - Kazi Manzur Rashid

published 1048 days, 14 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 1049 days, 16 hours, 10 minutes ago
Sunday, July 11, 2010 10:44:53 AM GMT Saturday, July 10, 2010 8:57:33 AM GMT
ince the release of Razor I could not manage time to give a deep dive into this new framework. Last night, I started to explore, the idea was to create ASP.NET MVC View Engine, yes I know the official version is coming up end of this month, but it will give me enough details of the Razor internals in the mean time. Part of the goal was to port the default AS... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, ViewEngine, Razor, MVC, ASP.NET
7
Shouts

WebMatrix Beta in pictures

published 1050 days, 11 hours, 22 minutes ago posted by gpeipmangpeipman 1051 days, 40 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Friday, July 09, 2010 12:27:03 AM GMT
Long time ago there was simple ASP.NET editor called Web Matrix that was replaced by Visual Web Developer Express when Express versions came for Visual Studio. Now is time again for some small and easy tool and here it is – Microsoft WebMatrix Beta. In this posting I will introduce you Microsoft WebMatrix and show how it works. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Razor, IIS Express, MVC, ASP.NET
5
Shouts

WebMatrix - Consistent Look And Feel With Razor

published 1051 days, 11 hours, 33 minutes ago posted by MikesdotnettingMikesdotnetting 1052 days, 4 hours, 2 minutes ago
Thursday, July 08, 2010 1:33:51 PM GMT Wednesday, July 07, 2010 9:05:37 PM GMT
WebMatrix - Consistent Look And Feel With Razor   Most web development frameworks provide features that assist with creating a consistent look and feel across pages, or make provision for managing reusable partial content, such as headers and footers. The Web Pages framework is no exception. This article examines the core features offered by its Razor view engine for handling templated layouts and common blocks of content.   I'm going to enhance the web application I started in my previ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, Razor, WebMatrix
8
Shouts

How WebMatrix, Razor, ASP.NET Web Pages and MVC fit together - David Ebbo

published 1051 days, 11 hours, 33 minutes ago posted by iftekharahmedamitiftekharahmedamit 1052 days, 15 hours, 54 minutes ago
Thursday, July 08, 2010 1:33:51 PM GMT Wednesday, July 07, 2010 9:12:57 AM GMT
Today, we announced the public availability of the Microsoft WebMatrix Beta. This is an exciting time, as we’ve been working on this project for quite a while, and have been eager to get it out there! Our VP Scott Guthrie has been blogging about a number of its components in the last week or so, and you should definitely read through his posts to get a lot of information about it (start here). In this post, I’d like to discuss how various pieces fit together, as I’ve seen some amount of confusion in t... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: Razor, WebMatrix, ASP.NET
9
Shouts

Introducing Razor A New View Engine for ASP.Net - VibrantCode

published 1054 days, 10 hours, 48 minutes ago posted by jantujantu 1055 days, 12 hours, 55 minutes ago
Monday, July 05, 2010 2:19:17 PM GMT Sunday, July 04, 2010 12:12:29 PM GMT
Earlier this morning, Scott Guthrieblogged about a new View Engine we’re developing for ASP.Net.  As many of my readers know, I joined the ASP.Net team back in October in 2009, and I’m really excited to finally be able to share what I have been working on for the past 8 months.  When I joined Microsoft, I was shown some early prototypes for this new syntax and over the course of the next 8 months, we developed it into the Beta we’re going to be releasing very s... (more)
category: Web Dev | clicked: 0 | 3 comments | | source: blog.andrewnurse.net
tags: Microsoft, Razor, ASP.NET
10
Shouts

Razor View Syntax - Phil Haack

published 1055 days, 10 hours, 31 minutes ago posted by jantujantu 1056 days, 5 hours, 40 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Saturday, July 03, 2010 7:27:10 PM GMT
There’s an old saying, “Good things come to those who wait.” I remember when I first joined the ASP.NET MVC project, I (and many customers) wanted to include a new streamlined custom view engine. Unfortunately at the time, it wasn’t in the card since we had higher priority features to implement.Well the time for a new view engine has finally come as announced by Scott Guthrie in this very detailed blog post.While I’m very excited about the new streamlined syntax, there’... (more)
category: Web Dev | clicked: 3 | comment | | source: haacked.com
tags: Cshtml, asp.netmvc, Razor
12
Shouts

Introducing “Razor” – a new view engine for ASP.NET - Scott Guthrie

published 1055 days, 10 hours, 31 minutes ago posted by iftekharahmedamitiftekharahmedamit 1056 days, 11 hours, 59 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Saturday, July 03, 2010 1:08:12 PM GMT
One of the things my team has been working on has been a new view engine option for ASP.NET. ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options.  The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms.  Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HT... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Razor, View Engine, ASP.NET
Previous 1 2 3 4 5 Next