Contents tagged with ASP.NET MVC
-
Video: Modern Web Development Interview with Channel 9
I had the privilege to sit down with Seth Juarez from Channel 9 at the AngleBrackets conference in Las Vegas (fall 2015) and talk about modern web development and the main technologies that drive it. We talked about a lot of different topics ranging from TypeScript, Angular and Aurelia on the client-side to Node.js and ASP.NET 5 on the server-side. Seth’s a great interview host (and a super cool guy to hang out with) and I really enjoyed talking with him about modern technology in today’s world. Check out the interview below.
-
Interview with Carl and Richard from DotNetRocks: Getting AngularJS
I had the chance to record a new episode of DotNetRocks with Richard Campbell and Carl Franklin on the campus of UC Irvine in California recently which is always a lot of fun. We sat down and talked about AngularJS, how it fits in with ASP.NET MVC and Web API, a few random things like quadcopters, and more. This episode was recorded in front of a live audience (they were on a DotNetRocks tour across California) with some enthusiastic people in attendance. Check out the episode below (it’ll take you to the DotNetRocks site).
-
Video: Live Hangout with Michael Ossou Discussing Web Technologies and AngularJS
I recently had the opportunity to participate in a live hangout with Michael Ossou and DiscountASP.NET that they recorded and put online. Michael was a super cool guy to talk with and we discuss how I got started in programming, learning techniques, and various Web technologies from ASP.NET Web API to Node.js. I also show a few demos of AngularJS for those interested in getting started with it. Watch the recording below.
-
More FlipBoard Magazines: Azure, XAML, ASP.NET MVC & Web API
In a previous post I introduced two new FlipBoard magazines that I put together including The AngularJS Magazine and The JavaScript & HTML5 Magazine. FlipBoard magazines provide a great way to keep content organized using a magazine-style format as opposed to trudging through multiple unorganized bookmarks or boring pages full of links. I think they’re really fun to read through as well.
-
Slides and Code from my AngleBrackets/DevIntersection Talks: AngularJS, ASP.NET MVC, jQuery and JavaScript
The AngleBrackets and DevIntersection conference is all wrapped up for me and I had a great time as always meeting new people and talking about technologies that I really love to work with. Thanks to everyone that took the time to come to my talks - I definitely had a lot of fun giving them and chatting with people after each session.
-
Model Binding in ASP.NET 4.5 Web Forms
-
Getting Started Managing Client-Side Data with the Breeze JavaScript Library
If you work with JavaScript a lot then you know that there’s no shortage of script libraries being released. New scripts come out on a daily basis providing UI functionality, data binding support, form validation, framework functionality and more. With all of the scripts in circulation it feels like nearly every aspect of client-side development has been covered. However, there’s one area that has seen precious few scripts – the area of client-side data management.
-
Code and Slides from my Fall 2012 DevConnections Talks
-
Pluralsight Meet the Author Podcast on Building ASP.NET MVC Applications with HTML5 and jQuery
-
Getting Started with CSS Media Queries
If you've ever printed a page and noticed that it looks different than the actual page displayed in the browser you've more than likely witnessed a CSS media type in action. By using CSS media types such as "print", backgrounds, navigation bars, and other items can be hidden as a user prints which makes the printed page look much more readable. An example of changing styles through a CSS media type as a page is printed is shown next. This type of code can be placed directly in a <style> element in a given page or in an external style sheet.