.Net Web Development
58
Cutting Edge Web Development News
Curated by Davis Tan
Follow
Scooped by Davis Tan onto .Net Web Development
Scoop.it!

ASP.NET MVC 4 - Test-Driving ASP.NET MVC

ASP.NET MVC 4 - Test-Driving ASP.NET MVC | .Net Web Development | Scoop.it

What better way to start our discussion than where every developer starts a new project: creating the solution. I’ll discuss some best practices for laying out your Visual Studio solution based on my experience developing large enterprise ASP.NET MVC applications using test-driven development (TDD).

No comment yet.
Your new post is loading...
Scooped by Davis Tan
Scoop.it!

WebClient versus HttpClient to consume HTTP requests

Davis Tan's insight:

Nice comparison table. HttpClient is the way to go...

No comment yet.
Scooped by Davis Tan
Scoop.it!

Writing a good README | Transcending Frontiers

Writing a good README | Transcending Frontiers | .Net Web Development | Scoop.it
Writing a good README is easy. You just need to know what information is required for developers to use and understand the application. Here's some Ra
No comment yet.
Scooped by Davis Tan
Scoop.it!

Chandler Wiki : Classification Paper Outline 2

Davis Tan's insight:

An interesting research paper that may help / confuse programmers...

No comment yet.
Scooped by Davis Tan
Scoop.it!

LiveReload on Windows 8 (or "So You're Okay With Pressing the Windows Key All The Time, But Not Okay With Pressing F5 All The Time?")

LiveReload on Windows 8 (or "So You're Okay With Pressing the Windows Key All The Time, But Not Okay With Pressing F5 All The Time?") | .Net Web Development | Scoop.it
I still use a "big" computer without a touchscreen monitor (or "grampa box", as the cool kids call it). It's still just too hard to code on a tablet device.  I've tried  Codeanywhere on my iPad, an...
Davis Tan's insight:

Prolonged the life of yer keyboard! Perhaps 2 monitors - one for preview and one for development is even better.

No comment yet.
Scooped by Davis Tan
Scoop.it!

scriptcs

scriptcs | .Net Web Development | Scoop.it

Write .NET apps with your favorite text editor, NuGet and the power of Roslyn!

Davis Tan's insight:

Node.C# in the making...

No comment yet.
Scooped by Davis Tan
Scoop.it!

Do’s and Don’ts in Software Development before Internationalization ( i18n )

Do’s and Don’ts in Software Development before Internationalization ( i18n ) | .Net Web Development | Scoop.it

Here are 12 internationalization (i18n) do’s and don’ts that all developers should read and apply in their work...

Davis Tan's insight:

Some good tips to follow and aware that gender and plural sensitive messages.

No comment yet.
Scooped by Davis Tan
Scoop.it!

TwitterBootstrapMvc - CodeProject

TwitterBootstrapMvc - CodeProject | .Net Web Development | Scoop.it
Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.; Author: Dmitry A. Efimenko; Updated: 30 Apr 2013; Section: ASP.NET; Chapter: Web Development; Updated: 30 Apr 2013
Davis Tan's insight:

Bootstrap helpers for Razor views

No comment yet.
Scooped by Davis Tan
Scoop.it!

Oak - Dynamics for ASP.Net MVC

Davis Tan's insight:

Frictionless development for ASP.NET MVC single page web apps. Prototypical and dynamic capabilities brought to C#.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Extracting noun phrases with contextual relevance in .NET using OpenNLP

Davis Tan's insight:

There's not many options for open source NLP in .Net. This article is one person's adventure in discovering how it can be done.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Building a Composite MVC3 Application with Pluggable Areas from External Projects and Assemblies

Building a Composite MVC3 Application with Pluggable Areas from External Projects and Assemblies | .Net Web Development | Scoop.it
Update: 10/25/2012 Resolved rendering issues from a Plugin, when controllers names are not unique Added support for strongly typed views for Plugin views to support Entity Framework scaffolding and...
Davis Tan's insight:

Areas with plugin assemblies

No comment yet.
Scooped by Davis Tan
Scoop.it!

C# Regular Expressions Cheat Sheet

C# Regular Expressions Cheat Sheet | .Net Web Development | Scoop.it
Cheat sheet for C# regular expressions metacharacters, operators, quantifiers etc
Davis Tan's insight:

If you're working with Regex, then this comes handy...

No comment yet.
Scooped by Davis Tan
Scoop.it!

sipML5 - The world's first open source HTML5 SIP client

HTML5 SIP client using WebRTC framework
Davis Tan's insight:

Make phone calls using javascript

Fitri Ani's curator insight, April 9, 5:02 AM

Make phone calls using javascript,,

Scooped by Davis Tan
Scoop.it!

Code School - Try jQuery

Code School - Try jQuery | .Net Web Development | Scoop.it
Ertunç Efeoğlu's curator insight, April 7, 3:24 AM
add your insight...
Scooped by Davis Tan
Scoop.it!

Tips and Tricks on how to improve MVC Application Performance

Tips and Tricks on how to improve MVC Application Performance | .Net Web Development | Scoop.it
In this post we will cover a number of tips and tricks to improve ASP.NET MVC Application Performance.
Davis Tan's insight:

Interesting tips to improve performance on ASP.Net MVC apps

No comment yet.
Scooped by Davis Tan
Scoop.it!

JavaScript Regular Expression Enlightenment

JavaScript Regular Expression Enlightenment | .Net Web Development | Scoop.it
Outline

Introduction
Who Should Read This?
Regular Expression Overview
Constructing A JavaScript Regular Expression Object
The Nature & Purpose Of A...
Davis Tan's insight:

If you're a programmer and don't know regex, then you should read this.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Better Blood Test Reports

Better Blood Test Reports | .Net Web Development | Scoop.it
Better design and context can clarify the results of blood tests. Wired sends the blood test out for a makeover.
Davis Tan's insight:

User friendly reports from old-style dot matrix printouts.

Also, give the user some self-help tips (What can you do?)

No comment yet.
Scooped by Davis Tan
Scoop.it!

Programming Images: Using WIC to extract metadata

Programming Images: Using WIC to extract metadata | .Net Web Development | Scoop.it
Getty Images Software Engineer Karthik Srinivasan talks about how to extract metadata from an image using Windows Imaging Components (WIC).
No comment yet.
Scooped by Davis Tan
Scoop.it!

My Workflow for Developing PhoneGap Applications

My Workflow for Developing PhoneGap Applications | .Net Web Development | Scoop.it

Applicable to web development as well.

Davis Tan's insight:

A nice list of tools that we can use to improve our productivity...

No comment yet.
Scooped by Davis Tan
Scoop.it!

IISpeed - Google PageSpeed performance optimization for Microsoft IIS

Automatic web content optimization for Microsoft IIS, based on Google's Page Speed Technology
Davis Tan's insight:

A great tool for performance in IIS and programmers can skip such implementation in their apps.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Analyze your IIS Log Files - Favorite Log Parser Queries : carlosag : The Official Microsoft IIS Site

Davis Tan's insight:

Want to know which part of your web app is slow? Log Parser to the rescue

No comment yet.
Scooped by Davis Tan
Scoop.it!

AI Computer Vision: Open Source NLP in C# 3.5 using NLTK

AI Computer Vision: Open Source NLP in C# 3.5 using NLTK | .Net Web Development | Scoop.it
No comment yet.
Scooped by Davis Tan
Scoop.it!

Using controllers from an external assembly in ASP.NET Web API - StrathWeb

Using controllers from an external assembly in ASP.NET Web API - StrathWeb | .Net Web Development | Scoop.it
Davis Tan's insight:

APIControllers in external assemblies

No comment yet.
Scooped by Davis Tan
Scoop.it!

The Web API Checklist — 43 Things To Think About When Designing, Testing, and Releasing your API

Davis Tan's insight:

Test yourself whether any of the API terms are alien to you.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Introducing RequireJS for ASP.NET MVC

Introducing RequireJS for ASP.NET MVC | .Net Web Development | Scoop.it
This article shows you how to integrate RequireJS in a ASP.NET MVC 4 project and structure the JavaScript code in such a manner that any...
Davis Tan's insight:

This is better than bundling and minification for javascripts.

No comment yet.
Scooped by Davis Tan
Scoop.it!

10 Reasons Why You’re Failing to Realize Your Potential as a Developer

Davis Tan's insight:

Very good points and let's take it as a wake up call!

No comment yet.