Browsing Tag

microsoft

Windows 8 Preview: A Developer Reflects

Windows 8 Preview: A Developer Reflects

It’s finally here. In June, we were given a taste of what Microsoft had in store for users and developers in Windows 8. And finally, after three long months, we have the developer release bits in our hands. Being the geek and developer I am, I wanted to get into the new OS, play with it, develop for it, and get a feel for what is to come.

Disclaimer: These are my own opinions of the OS as it is today. Keep in mind the Windows 8 Developer Preview is pre-beta software. It is buggy. It is not feature complete.

The Ins and Outs of WebMatrix: An Introduction

The Ins and Outs of WebMatrix: An Introduction

This tutorial introduces Microsoft WebMatrix, a free web development technology that delivers one of the best experiences for web developers.


This entry is part 1 of 2 in the The Ins and Outs of WebMatrix Session
The Things Internet Explorer Got Right

The Things Internet Explorer Got Right

It’s the browser that everyone loves to hate—sometimes justifiably so. What was once the most innovative browser became the thorn in every front-end developer’s side. Amidst the turmoil and complaints today’s developers throw at Internet Explorer, what’s often not heard is how Microsoft changed the face of not only front-end development, but web development as a whole.

How to Build an RSS Feed with ASP.NET

How to Build an RSS Feed with ASP.NET

Over the course of this tutorial, we’ll review how to create an RSS Feed with the ASP.NET framework. Having an RSS feed for your site has become a necessity in recent years. With blogs or news sites being updated frequently, and with the vast amount of blogs and news websites out there, RSS has allowed readers to keep up with new content without being forced to visit them. Once you’ve completed this tutorial, you’ll know how to create an RSS feed with ASP.NET, and how to render XML documents on ASP.NET Web pages.

ASP.NET From Scratch: Controllers and Simple Model Validation
videos

ASP.NET From Scratch: Controllers and Simple Model Validation

This latest episode continues to delve into the ASP.NET MVC framework by looking at controllers and their role in MVC applications. You also learn how to perform model validation by implementing the IDataErrorInfo interface.


This entry is part 8 of 10 in the ASP.NET from Scratch Session
ASP.NET from Scratch: Routing in MVC
videos

ASP.NET from Scratch: Routing in MVC

In today’s episode of ASP.NET from Scratch, we’ll look into URL routing in the MVC framework, and examine how a request can be routed to a controller and action method. You’ll learn how to use constraints to gain better control over your routers, and also discuss best practices in adding routes to the route table.


This entry is part 7 of 10 in the ASP.NET from Scratch Session
Quick Tip: Using Anonymous Objects for Key/Value Pairs in .NET
videos

Quick Tip: Using Anonymous Objects for Key/Value Pairs in .NET

Writing applications using the .NET Framework can be a cumbersome experience, primarily due to the vast amount of classes one has to know in order to write applications. But developers can use those classes to make writing code easier. One such class is the TypeDescriptor class, and the ability to use anonymous objects as a key/value pair collection.

ASP.NET from Scratch: Master Pages
basixvideos

ASP.NET from Scratch: Master Pages

This latest lesson in our ASP.NET from Scratch series delves into Master Pages – ASP.NET’s built-in templating engine. You’ll learn what Master Pages are, and how to use Master and Content pages to provide a consistent look and feel to your web application.


This entry is part 5 of 10 in the ASP.NET from Scratch Session
Developing Usable (.NET) Components

Developing Usable (.NET) Components

When building an application, developers often face the decision of either writing functionality themselves or look to a third party component to get the job done in a timely manner. In the case of the latter, a well-designed component can greatly enhance a developer’s productivity. If you write components, you have an obligation to ensure your components are well-designed, easy to deploy, and above all, easy to use.

ASP.NET from Scratch : Lesson 3
videos

ASP.NET from Scratch: Lesson 3

Picking up where Lesson two left off, this new installment of ASP.NET From Scratch covers more C# programming fundamentals – namely class inheritance and interfaces. In this lesson, you’ll learn how to use inheritance to save time and code. You’ll also learn about the concept of interfaces, and how they can make your applications and components flexible and maintainable. You’ll also be introduced to the Object Browser, a feature of Visual Studio that organizes all classes within the Framework Class Library and your project in a browsable format.


This entry is part 3 of 10 in the ASP.NET from Scratch Session
Page 1 of 212