Search
Welcome
-
Latest Courses
C# 7 First Look
Click for Video
Your First Mobile Application With Xamarin.Forms
Click for Video Presentations
Archives
Tags
Ajax Angular Animation ASP.Net BestPractices Blend C# Community Competency convert Data Database FullStack GetStarted HVP i2WTutorial JavaScript JSON Mac migrate Mini-Tutorial Observations Open Source Opinion Patterns Pluralsight Presentations Reactive Reactive Programming ReactiveUI Review Tips Tools Video VSM WebSvc WindowsPhone Windows Phone wp7Tutorial WPFS Xamarin Xamarin.Forms Xaml XML YapCast-
Web hosting by Media Temple
License
JesseLiberty.com by Jesse Liberty is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at JesseLiberty.com.
The opinions expressed here do not necessarily reflect those of my employers, publishers or anyone else; void where prohibited, your mileage may vary, not valid in Sector C.
Category Archives: Languages
I’ll be speaking at DevIntersections/Angle Brackets
April 13-16, 2014 at JW Marriott Grande Lakes, Orlando Florida I’m thrilled to say that I’ll be speaking at Angle Brackets. Angle brackets is “a conference for lovers of the Web.” It has been described as “the conference for those … Continue reading
Posted in ASP.NET, Community, JavaScript, Kendo, Languages, Learning, MVVM, One ASP.NET, Presentations, Training
Tagged Presentations
Leave a comment
Underscore: LINQ (almost) for JavaScript
As part of my emerging series on LINQ from Scratch, I’d like to take a small detour today into what you do if you need the functionality of LINQ in your JavaScript program. You can read my solution here.
Programming Style–Kendo & jQuery
Which of the following do you prefer? Which is easier to read? Which is easier to write? Which is easier to maintain? var dataItem = this.target().closest(“.k-grid”).data(“kendoGrid”).dataSource.getByUid(this.target().closest(“tr”).data(“uid”)); Or… var dataItem = this.target() .closest(“.k-grid”) .data(“kendoGrid”) .dataSource .getByUid(this.target().closest(“tr”).data(“uid”)); Or… var grid = … Continue reading
Yet Another Podcast #117–Elijah Manor and John Papa on jQuery and other JavaScript Libraries
Two extraordinary guests, John Papa and Elijah Manor, discuss the role of jQuery in JavaScript today, and how it works and plays with other libraries such as Angular. Elijah’s blog John’s blog jQuery Angularjs Elijah’s jQuery-free presentation Elijah’s jQuery-free … Continue reading
Yet Another Podcast #113–John Sonmez–Pluralsight Author and a focus on ServiceStack
Jon Galloway joins me in talking with the amazing John Sonmez, who has written over 50 courses for Pluralsight. We focus on ServiceStack and then on Xamarin, but touch on many related topics. John’s Website John’s courses on Pluralsight Service … Continue reading
Yet Another Podcast #109–One ASP.NET with Jon Galloway
Jon Galloway, my friend and sometime co-host is interviewed by Jeff Fritz and me about One ASP.NET and what’s new in ASP.NET. Jon is a Developer Evangelist for Microsoft focused on ASP.NET and Jeff is a Developer Evangelist for Telerik … Continue reading
Posted in ASP.NET, Languages, Learning, MVC, Observations, One ASP.NET, Opinion, Podcast, Visual Studio
Tagged YapCast
1 Comment
New Pluralsight Course: One ASP.NET From Scratch
Extremely pleased and proud to announce my latest Pluralsight Course, this time co-authored with Jeff Fritz: One ASP.NET From Scratch. One ASP.NET From Scratch teaches all you need to know about the elements of programming with ASP.NET, including Web Forms, … Continue reading
Posted in ASP.NET, Languages, Learning, MVC, Patterns & Skills, Pluralsight
Tagged Pluralsight
Leave a comment
A Personal Note – Moving On…
In our industry it is common to have a number of jobs during the course of your career. I’ve benefitted from my experiences at PBS, Citibank, Ziff Davis, AT&T and Microsoft to name just a few. In recent years I’ve … Continue reading
Posted in ASP.NET, Community, CSS3, Essentials, Falafel Software, HTML5, JavaScript, Languages, Linq, News, Observations, One ASP.NET, Opinion, Pluralsight, Podcast, Presentations, Telerik, Windows 8, XAML
Tagged Personal
11 Comments
10th Pluralsight Course: C# From Scratch–Part 2
Incredibly pleased to announce my latest Pluralsight Course: C# From Scratch – Part 2. C# is the language of choice for software developers building web or desktop applications. This course extends part 1 to cover topics such as extensibility, polymorphism, … Continue reading
9th Pluralsight Course: CSS3 From Scratch
Very proud to announce my latest Pluralsight course: CSS3 From Scratch. CSS3 is the style standard for HTML5 and for the web. It allows separation of markup (HTML5) from presentation (CSS3) and is key to creating modern web applications. … Continue reading
8th Pluralsight Course: HTML5 From Scratch
Very proud to announce my latest Pluralsight Course: HTML5 From Scratch HTML5 is the markup language of the web that has taken the world by storm. In this “from scratch” course, I demonstrate all you need to know about … Continue reading
Yet Another Podcast #100–Jeremy Likness
Jeremy returns to blow my mind talking about TypeScript and Angular. He is an incredible font of information and I learned more in 1/2 an hour than I have reading a dozen articles. Brilliant, erudite and a truly nice guy, … Continue reading
Posted in JavaScript, Languages, Learning, Patterns & Skills, Podcast, TypeScript
Tagged YapCast
1 Comment