ASP.NET Development Tutorials and Resources
ASP.NET and the .NET Framework Development & Programming resources provided by some of the world's leading web developers and programmers.
ASP.NET Development Tutorials and Resources
ASP.NET and the .NET Framework Development & Programming resources provided by some of the world's leading web developers and programmers.
Most Popular This MonthASP.NET MVC: Getting selected values from CheckBoxListIn my last posting I introduced how to implement CheckBoxList in ASP.NET MVC. Showing checkbox list is one part of the story. When user saves the form then we have to update also data that was r... [read more] ASP.NET MVC: Implementing CheckBoxListMy events site I'm building ASP.NET MVC got tags support for events. I implemented CheckBoxList helper method and tag updater method that I can use to update tags assigned to events. In this pos... [read more] ASP.NET MVC 4: New mobile web application templateASP.NET MVC 4 Developer Preview introduces also new template for mobile web applications. These templates are special because they are using jQuery Mobile - special jQuery library for building mobile ... [read more] Hear me talk about MVC 3 on Jesse Liberty's Yet Another PodcastJesse Liberty interviewed me about ASP.NET MVC 3 recently on Yet Another Podcast. It was a lot of fun being a guest on a podcast for a change. Here are some of the highlights: Some introductory ch... [read more] Using Moq to mock ASP.NET MVC HttpContextBaseHere's my little example about how to use Moq to mock HttpContextBase and it's members to make controller tests pass. You can use this code when you are not allowed to use open-source or use-on-your-o... [read more] ASP.NET 4.5 Preview: Using model binding to update dataMy last posting about ASP.NET 4.5 introduced how to use strongly typed controls to display data. Using strongly typed presentation layer templates is not the only thing that model binding is good for.... [read more] New Pluralsight Course: Building ASP.NET MVC Apps with EF Code First, HTML5, and jQueryI just finished up a new Pluralsight course titled Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery that I'm really excited about. As the title implies, the course provides an end to ... [read more] Detecting HTML5/CSS3 Features using ModernizrHTML5, CSS3, and related technologies such as canvas and web sockets bring a lot of useful new features to the table that can take Web applications to the next level. These new technologies allow appl... [read more] jQuery Tip #4 - Use the on() Function for Event HandlingPrevious Tips: jQuery Tip #1 - Defining a Context When Using Selectors jQuery Tip #2 - Manipulating the DOM in a Loop jQuery Tip #3 - Using the data() Function jQuery provides several differ... [read more] Using AntiXSS 4.1 Beta as the Default Encoder in ASP.NETBackground on Cross-site scripting attacks Cross-site scripting attacks, or XSS, are a common web application vulnerability in which an attacker uses your website to present malicious code to another... [read more] |
If you've been playing around with the Windows 8 Consumer Preview then hopefully you've seen the hundreds of samples provided and downloaded some apps form the store. In a lot of ... [read more]
If I understand things correctly, and I make no guarantees that I do, our Mono for Android book has been RELEASED! I'm not quite sure what this means, but my guess is that that... [read more]
ASP.NET MVC 4 introduces new methods for style and scripts bundling. I found something brilliant there I want to introduce you. In this posting I will show you how easy it is to in... [read more]
Wrox has produced a bundle of their 3 best selling mobile development books and it is available as of Today (March 16). A bundle of 3 best-selling and respected mobile development ... [read more]
John Papa and I just sent out a call for abstracts for the upcoming Fall 2012 DevConnections conference to be held in Las Vegas, NV. If you're interested in presenting on client-... [read more]
Previous Tips: jQuery Tip #1 - Defining a Context When Using Selectors jQuery Tip #2 - Manipulating the DOM in a Loop jQuery Tip #3 - Using the data() Function jQuery ... [read more]
I have been fascinated by Windows 8 ever since I first saw the Jensen Harris YouTube video last summer . Since I could not attend BUILD last September I did not receive one of the ... [read more]
If you're a web developer, Mads Kristensen and Jorge Gabuardi are about to be your new best friends. In this episode of Web Camps TV, Mads and Jorge introduce you to all the new fe... [read more]
Short version: Install-Package ProNuget or http://amzn.to/pronuget It’s been a while since I wrote my first book. After I’ve been telling that writing a book is horrendous (try... [read more]
Cool! I've just learned that I'm invited to join the ASPInsiders. I'm really excited and honored to be part of this group of great ASP.NET experts. Very much looking forward to lea... [read more]
As promised, here are the slide decks for the two sessions delivered at TechDays Finland last week. Architectural Patterns for the Cloud The promise of all clou... [read more]
When Windows 8 Consumer Preview came out I downloaded it same day and installed on virtual machine. Of course, I also installed new Visual Studio 11 beta on it.... [read more]
My Android Development with Mono for Android 4 Video Training Series via AppDev is out and available. That's right, .NET/C# developers can now write native ... [read more]
Today, the Microsoft Advertising team announced an update to their AdCenter SDK to include support for monetizing your Metro style apps. In a blog post announc... [read more]
This demo shows how to create an ASP.NET MVC application that uses the model-first (also known as code-first) functionality provided by the ADO.NET Entity Frame... [read more]