DotNetShoutout - Stories tagged with WebMatrix
2
Shouts

Globalization And Localization With Razor Web Pages

posted by MikesdotnettingMikesdotnetting 586 days, 18 hours, 17 minutes ago
Monday, October 10, 2011 8:41:25 PM GMT
Globalization And Localization With Razor Web Pages   Globalization is the process of preparing your site so that it is accessible to as wide an audience as possible. This is largely achieved by presenting content in the native language of the visitor. This article explores how you can approach this task within the ASP.NET Web Pages framework.   ASP.NET already provides a localization framework, which is based on Cultures and Resources. Web Pages have a Culture property and a UICulture ... (more)
category: Web Dev | clicked: 15 | 1 comment | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, Razor, WebMatrix
4
Shouts

Entity Framework Code First Development With WebMatrix

published 621 days, 8 hours, 33 minutes ago posted by MikesdotnettingMikesdotnetting 621 days, 20 hours, 51 minutes ago
Tuesday, September 06, 2011 6:26:05 AM GMT Monday, September 05, 2011 6:07:40 PM GMT
Entity Framework Code First Development With WebMatrix   The existing data access story for WebMatrix is the Database Helper. Microsoft's recommended data access technology going forward is the Entity Framework (EF). This article explores how to use the Code First capability offered by EF within an ASP.NET Web Pages application.   The database helper was introduced to provide an easy way for beginners to use SQL in their web pages. As such, it works well, but has its critics. Some of th... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: www.mikesdotnetting.com
tags: Code first, Entity Framework 4.1, asp net web pages, WebMatrix
3
Shouts

Displaying Search Results In A WebGrid

published 629 days, 18 hours, 12 minutes ago posted by MikesdotnettingMikesdotnetting 630 days, 22 hours, 56 minutes ago
Sunday, August 28, 2011 8:46:16 PM GMT Saturday, August 27, 2011 4:02:37 PM GMT
Displaying Search Results In A WebGrid   A number of people have run into problems when trying to combine a search or filter form, and a WebGrid. The main issue that arises is when paging or sorting the search result or a filtered subset of it. Here, I look at the cause of the problem and what you can do about it.   Like other articles in this series, the sample code makes use of a SQL CE 4.0 version of the Northwind database. It is available as part of the download that accompanies thi... (more)
category: Web Dev | clicked: 19 | 2 comments | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, jQuery, Razor, WebMatrix
5
Shouts

How To Make A WebGrid Row Clickable

published 632 days, 17 hours, 21 minutes ago posted by MikesdotnettingMikesdotnetting 635 days, 4 hours, 26 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Tuesday, August 23, 2011 10:32:36 AM GMT
How To Make A WebGrid Row Clickable   This snippet is one in a series showing how to use jQuery to enhance the behaviour of a Web Pages WebGrid. This example shows how to make an entire row clickable so that the user is taken to another page that displays details of the selected row.   This example makes use of the SQL CE 4.0 version of the Northwind database. It assumes that you have a layout page that references jQuery and includes a RenderSection call to an optional section named "sc... (more)
category: Web Dev | clicked: 30 | 1 comment | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, jQuery, Razor, WebMatrix
3
Shouts

jQuery Autocomplete with Razor Web Pages and a SQL CE Database

published 639 days, 18 hours, 56 minutes ago posted by MikesdotnettingMikesdotnetting 642 days, 6 hours, 30 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Tuesday, August 16, 2011 8:28:24 AM GMT
jQuery Autocomplete with Razor Web Pages and a SQL CE Database   There are a number of autocomplete solutions for jQuery, including the widget that comes as part of the jQuery UI library. This article looks at incorporating the jQuery UI Autocomplete widget into a Razor-based ASP.NET Web Pages site.   The first file you need is the latest jQuery library, and then you should navigate to the UI download part of the jQuery site. Choose all of the UI Core parts, and then choose Autocom... (more)
category: Web Dev | clicked: 41 | 1 comment | | source: www.mikesdotnetting.com
tags: asp net web pages, jQuery, Razor, Autocomplete, WebMatrix
2
Shouts

WebMatrix and jQuery Forms Part 2 - Editing Data

published 648 days, 41 minutes ago posted by MikesdotnettingMikesdotnetting 650 days, 18 hours, 56 minutes ago
Wednesday, August 10, 2011 2:17:19 PM GMT Sunday, August 07, 2011 8:02:23 PM GMT
WebMatrix and jQuery Forms Part 2 - Editing Data   This article continues on from one I wrote a while ago, showing how to use jQuery to create a data entry form in conjunction with the WebGrid. The original article prompted a number of requests to show how to extend the example to provide editing functions, and now I have found some time to answer those requests.   The initial article uses a sample database I created which contains details of books and their authors. The example code i... (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.mikesdotnetting.com
tags: asp net web pages, Razor, WebMatrix
2
Shouts

Hello World application with ASP.NET pages and WebMatrix - DotNetLogix

posted by DotNetLogixDotNetLogix 660 days, 8 hours, 41 minutes ago
Friday, July 29, 2011 6:17:59 AM GMT
Hello World application with ASP.NET pages and WebMatrix (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetlogix.com
tags: ASP.NET Pages, WebMatrix, ASP.NET
4
Shouts

Hello World application with ASP.NET pages and WebMatrix

published 662 days, 18 hours, 47 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 664 days, 6 hours, 11 minutes ago
Tuesday, July 26, 2011 8:11:13 PM GMT Monday, July 25, 2011 8:48:09 AM GMT
In this post I am going to explain how we can create fast web sites without worrying about code and other stuff. Microsoft has introduced a new web development tools called ‘WebMatrix’. It’s a free tool provided by Microsoft to create website fast.What is WebMatrix? Web Matrix is a free tool provided by Microsoft for website development. You can develop websites lightening fast with the help of Microsoft Web Matrix. It includes IIS express(express version of IIS) and SQL Server Compact (Compact edition ... (more)
category: Web Dev | clicked: 17 | comment | | source: jalpesh.blogspot.com
tags: ASP.NET Pages, WebMatrix
3
Shouts

Filter and Display Data with ASP.NET Web Pages using Microsoft WebMatrix - Christian Nagel's Blog

published 723 days, 18 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 724 days, 23 hours, 20 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Wednesday, May 25, 2011 3:39:07 PM GMT
In the previous three blog posts I’ve shown how to filter and display data with ASP.NET Web Forms. Now I’m doing the same with ASP.NET Web Pages. You will see how to filter and display data by using Microsoft Web Matrix, ASP.NET Web Pages, and Razor. During the early days of ASP.NET there was a free tool named ASP.NET WebMatrix to create Web applications. This was at a time before there was a free edition of Visual Studio. Nowadays there’s an Express edition of Visual Studio that gives much more options... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: weblogs.thinktecture.com
tags: WebMatrix, ASP.NET
4
Shouts

Web Migration - Moving Your Web App from WebMatrix to ASP.NET MVC 3 - MSDN Magazine - Brandon Satrom and Clark Sell

published 734 days, 3 hours, 9 minutes ago posted by iftekharahmedamitiftekharahmedamit 735 days, 2 hours, 19 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:40:07 PM GMT
This past January, Microsoft introduced a new programming model for Web development with the Microsoft .NET Framework called ASP.NET Web Pages. Currently supported by default in WebMatrix (web.ms/WebMatrix), Web Pages is a page-centric programming model that behaves much like PHP, where each page contains its own business logic, data access and dynamic content for rendering HTML to the browser. There are a variety of reasons to build a Web site in WebMatrix. But what if you know you want to move to Visu... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, MSDN Magazine, WebMatrix, MVC, ASP.NET
2
Shouts

My thoughts on WebMatrix

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 740 days, 19 hours, 26 minutes ago
Monday, May 09, 2011 7:32:56 PM GMT
After building arealdeveloper.com, I felt like I had to do a follow-up post sharing my experiences with WebMatrix. While doing some research, I came across this post by Rob Connery. And frankly, I think it's almost impossible for me to add something to his findings. For those who are like "tl;dr", here are my thoughts on WebMatrix.. (more)
category: Web Dev | clicked: 1 | comment | | source: jclaes.blogspot.com
tags: WebMatrix
4
Shouts

Mix 11 - Web Platform and Tools Keynote Demo Script - Scott Hanselman

published 763 days, 2 hours, 53 minutes ago posted by iftekharahmedamitiftekharahmedamit 763 days, 18 hours, 22 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:36:27 PM GMT
It's Day 1 of the Mix 11 conference here in Las Vegas. I work for the Web Platform and Tools (that's ASP.NET, IIS, IIS Media, etc) group and I did the Web Platform demos for Scott Guthrie's part of the keynote. A lot of people in Dev and QA worked hard all year long to make some fun and cool products and as the designated "talking head," I had just 16 minutes to make all of them (people + products) look good. I hope I did them all justice. We built a backend and a front end for Rob and my sie http://www... (more)
category: How To | clicked: 1 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, MIX11, JavaScript, VS2010, IE9, WebMatrix, ASP.NET, NuGet, html5
5
Shouts

Generating RSS and ATOM Feeds In WebMatrix

published 766 days, 16 hours, 22 minutes ago posted by MikesdotnettingMikesdotnetting 768 days, 3 hours, 19 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Tuesday, April 12, 2011 11:39:14 AM GMT
Generating RSS and ATOM Feeds In WebMatrix   I've previously looked at how to generate RSS feeds for both Web Forms and MVC using a variety of techniques, so it is only right that I look at a couple of ways to do this in Web Pages - the Razor based web development model supported by WebMatrix.   Just to recap, RSS, or Really Simple Syndication is an XML-based way to share or distribute content. ATOM was designed to overcome some of the perceived issues that afflicted RSS, and enjoys som... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, Razor, WebMatrix
5
Shouts

The Difference Between @Helpers and @Functions In WebMatrix

published 789 days, 17 hours, 51 minutes ago posted by MikesdotnettingMikesdotnetting 791 days, 5 hours, 12 minutes ago
Monday, March 21, 2011 9:07:32 PM GMT Sunday, March 20, 2011 9:46:57 AM GMT
The Difference Between @Helpers and @Functions In WebMatrix   This is another post which was inspired by a recent question in the ASP.NET forums, when someone asked what the difference is between @functions and @helpers in ASP.NET Web Pages. Here, I look at both of these contructs and explain what they are, how they are different, and how each should be used appropriately.   Both @helpers and @functions do share one thing in common - they make code reuse a possibility within Web Pages. ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, Razor, WebMatrix
7
Shouts

Dynamically Selecting WebMatrix Page Layouts & Styles - Joe Stagner

published 803 days, 20 hours, 27 minutes ago posted by StevesSteves 804 days, 15 hours, 23 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:36:04 PM GMT
I received an email from a developer in the UK this week who is building a web site with Microsoft WebMatrix and needs both “full browser” and mobile page experiences. It’s possible to execute some logic at the beginning of the page load process and dynamicaly select and assign the template you want to apply. Lets suppose that I want my page to look like this when the requesting user is running IE9... (more)
category: How To | clicked: 3 | comment | | source: www.msjoe.com
tags: WebMatrix
6
Shouts

Data Access Choices For WebMatrix

published 804 days, 15 hours, 58 minutes ago posted by MikesdotnettingMikesdotnetting 805 days, 16 hours, 2 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Saturday, March 05, 2011 10:56:26 PM GMT
Data Access Choices For WebMatrix   When WebMatrix was originally launched, it spurred a lot of activity from people who do not like seeing raw SQL statements in code files, or who percieved a problem working with dynamic objects. Some of these poeple threw their hands up in horror and tweeted or blogged their displeasure, while others felt the urge to do something about the "problem" as they saw it, and a number of open source data access projects have resulted. I've had a quick look at three proj... (more)
category: Web Dev | clicked: 4 | 2 comments | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, WebMatrix
7
Shouts

WebMatrix refresh released. - The Official Microsoft Web Platform Team Blog

published 814 days, 7 hours, 8 minutes ago posted by iftekharahmedamitiftekharahmedamit 816 days, 18 hours, 56 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 8:02:57 PM GMT
We’ve just published a minor refresh to WebMatrix, which you can download and use from the Web Platform Installer today. We did this to fix some of the top customer issues that have been reported since we launched in January. If you have any more problems or bugs with WebMatrix, please let us know! (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: WebMatrix
2
Shouts

ASP.NET WebMatrix Part 1 « Powered By ALT.NET

published 826 days, 4 hours, 31 minutes ago posted by poweredbyaltnetpoweredbyaltnet 826 days, 13 hours, 10 minutes ago
Sunday, February 13, 2011 10:28:02 AM GMT Sunday, February 13, 2011 1:48:37 AM GMT
The best way to learn a new technology is to do something with it.  The last couple of posts I have made on ASP.NET Web Pages have been more of an intro to features instead of showing something practical.  While the application I am going to build in this series is not production ready, it will show off the features in an application. The application I am going to build is a simple address book. (more)
category: Web Dev | clicked: 2 | comment | | source: blog.poweredbyalt.net
tags: Razor, WebMatrix, ASP.NET
2
Shouts

Razor Syntax–Sections « Powered By ALT.NET

published 826 days, 4 hours, 31 minutes ago posted by poweredbyaltnetpoweredbyaltnet 826 days, 21 hours, 58 minutes ago
Sunday, February 13, 2011 10:28:02 AM GMT Saturday, February 12, 2011 5:01:09 PM GMT
My last blog post about Razor was a general intro to the syntax.  In this post, the concept of sections and layouts will be explained.  It is similar to the master pages in ASP.NET Web Forms and ASP.NET MVC ASPX views. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.poweredbyalt.net
tags: ASP .NET MVC, Razor, WebMatrix
2
Shouts

The Razor View Engine « Powered By ALT.NET

published 826 days, 4 hours, 31 minutes ago posted by poweredbyaltnetpoweredbyaltnet 828 days, 20 hours, 26 minutes ago
Sunday, February 13, 2011 10:28:02 AM GMT Thursday, February 10, 2011 6:33:05 PM GMT
9Feb/110The Razor View Engine Yesterday was the second MVCConf virtual conference.  Since version 3 of the ASP.NET MVC framework was released last month, it was one of the more popular topics.  Perhaps one of the most obvious additions to the framework is the Razor view engine.  One of the main design ideas behind the ASP.NET MVC framework is extensibility.  To demonstrate this, you can have Visual Studio start a minimal ASP.NET MVC project that includes almost no code as opposed to the default projec... (more)
category: Web Dev | clicked: 1 | comment | | source: blog.poweredbyalt.net
tags: ASP .NET MVC, Razor, WebMatrix
Previous 1 2 3 4 Next