React & Web Development
136.6K views | +0 today
Follow
React & Web Development
Ressources about React, Typescript, and awesome JavaScript libraries that help us every day.   https://www.linkedin.com/in/williamdelmas/
Curated by William delmas
Your new post is loading...
Your new post is loading...
Scooped by William delmas
February 22, 2013 6:11 AM
Scoop.it!

Getting Started With TypeScript ( Superset of JavaScript ) - CodeProject

Getting Started With TypeScript ( Superset of JavaScript ) - CodeProject | React & Web Development | Scoop.it
Introduction of TypeScript with an HTML Application in Visual Studio 2012(TypeScript- JavaScript Development at Application Scale), TypeScript Project/File Templates, Editor Support, Compiling, Difference with JavaScript, Why TypeScript, Features;...
No comment yet.
Scooped by William delmas
February 21, 2013 3:18 AM
Scoop.it!

Building real time applications with Azure Mobile Services

Building real time applications with Azure Mobile Services | React & Web Development | Scoop.it
Learn how to build real time applications with Azure Mobile Services, scheduled tasks & Pusher, a library allowing you to do real time push notifications
No comment yet.
Rescooped by William delmas from Web Apps
February 10, 2013 6:03 AM
Scoop.it!

Using Durandal to Create Single Page Apps | Stephen Walther

Using Durandal to Create Single Page Apps | Stephen Walther | React & Web Development | Scoop.it

In this blog entry, I want to provide a brief walkthrough of using Durandal to create a simple Single Page App. I am going to demonstrate how you can create a simple Movies App which contains (virtual) pages for viewing a list of movies, adding new movies, and viewing movie details. The goal of this blog entry is to give you a sense of what it is like to build apps with Durandal.


Via Srdjan Strbanovic
No comment yet.
Rescooped by William delmas from AspNet MVC
February 8, 2013 5:03 AM
Scoop.it!

Donut Caching and Donut Hole Caching with Asp.Net MVC 4

Donut caching is the best way to cache an entire web page except for one or more parts of the web page. Before Donut caching, we have Output Caching which cache the entire web page.

Via Marc Chouteau
No comment yet.
Scooped by William delmas
February 2, 2013 1:27 PM
Scoop.it!

Adding Request.IsLocal to ASP.NET Web API

Adding Request.IsLocal to ASP.NET Web API | React & Web Development | Scoop.it
Adding support for Request.IsLocal (familiar from traditional ASP.NET) to ASP.NET Web API through a custom C# extension method on HttpRequestMessage.
No comment yet.
Scooped by William delmas
February 1, 2013 5:25 AM
Scoop.it!

Real-Time Chart using HTML5 Push Notification (SSE) and ASP.NET Web API

Real-Time Chart using HTML5 Push Notification (SSE) and ASP.NET Web API | React & Web Development | Scoop.it
Creating a chart to display real-time updates using native HTML5 push notification (Server-Sent event) and ASP.NET Web API.
No comment yet.
Scooped by William delmas
January 31, 2013 5:20 AM
Scoop.it!

Microsoft embraces git with new TFS support, Visual Studio integration

Microsoft embraces git with new TFS support, Visual Studio integration | React & Web Development | Scoop.it
The distributed version control system gets native, built-in support.
No comment yet.
Scooped by William delmas
January 26, 2013 5:30 PM
Scoop.it!

8 Most common mistakes C# developers make

8 Most common mistakes C# developers make | React & Web Development | Scoop.it
While working with (young) C# programmers I’ve noticed that some mistakes are being repeated by almost every one of them. These are mostly the mistakes, which once you point them, are quite e...
No comment yet.
Scooped by William delmas
January 23, 2013 5:20 AM
Scoop.it!

Broadcast push notifications to millions of mobile devices using Windows Azure Notification Hubs

Broadcast push notifications to millions of mobile devices using Windows Azure Notification Hubs | React & Web Development | Scoop.it
ASP.NET, Visual Studio, ASP.NET 2.0, .NET
No comment yet.
Rescooped by William delmas from AspNet MVC
January 19, 2013 7:17 AM
Scoop.it!

Connect to LinkedIn using OAuth in an ASP.NET MVC Application

Connect to LinkedIn using OAuth in an ASP.NET MVC Application | React & Web Development | Scoop.it
DevCurry: Connect to LinkedIn using OAuth in an ASP.NET MVC Application

Via Marc Chouteau
Marc Chouteau's curator insight, January 18, 2013 12:59 PM

ASP.NET 4.0 introduced OAuth integration using the DotNetOpenAuth library. We can use it to authenticate our ASP.NET application using various OAuth providers. Today we will see how we can Authenticate using the built in LinkedIn client.

Scooped by William delmas
January 13, 2013 7:25 AM
Scoop.it!

DISQUS - Elevating the discussion

DISQUS - Elevating the discussion | React & Web Development | Scoop.it
Disqus is a global comment system that improves discussion on websites and connects conversations across the web.
No comment yet.
Scooped by William delmas
January 7, 2013 4:59 PM
Scoop.it!

KendoUI DataViz Tips and Tricks

The Windows Phone analytics service Wensus uses KendoUI DataViz components to draw the reports. The DataViz documentation is good but I think that there can never be enough examples. So, here’s few more. All the examples are available through jsFiddle.

No comment yet.
Rescooped by William delmas from javascript.js
January 7, 2013 4:56 PM
Scoop.it!

ASP.NET Web Api vs Node.js Benchmark, Take 2

ASP.NET Web Api vs Node.js Benchmark, Take 2 | React & Web Development | Scoop.it
ASP.NET Web Api vs Node.js Benchmark, Take 2. The performance of the platforms were tested with a simple JSON POST request. Read on to find out which of the platforms has a better performance with out-of-the-box settings.

Via NodeJS-News.com
No comment yet.
Scooped by William delmas
February 21, 2013 3:19 AM
Scoop.it!

6 more things C# developers should (not) do

6 more things C# developers should (not) do | React & Web Development | Scoop.it
For all wondering what are the things a C# developer should and should not do. As the continuation of my previous post 8 Most common mistakes C# developers make I decided to write another article a...
No comment yet.
Rescooped by William delmas from AspNet MVC
February 19, 2013 3:08 PM
Scoop.it!

Content Negotiation with ASP.NET Web API | Mira Javora

Content Negotiation with ASP.NET Web API | Mira Javora | React & Web Development | Scoop.it

An important part of Web API is resource content negotiation. The HTTP protocol RFC defines content negotiation as the process of selecting the best representation for a given response when there are multiple representations available. In practise the same resource can be represented in a variety of different ways – lets say a contact information resource can be shown in JSON representation, but also in XML or even as a PNG QR code containing the same content.


Via Marc Chouteau
No comment yet.
Scooped by William delmas
February 8, 2013 5:09 AM
Scoop.it!

SQL Joins with C# LINQ

There are Different Types of SQL Joins which are used to query data from more than one tables. In this article, I would like to share how joins work in LINQ. LINQ has a JOIN query operator that provide SQL JOIN like behavior and syntax.
No comment yet.
Scooped by William delmas
February 2, 2013 1:28 PM
Scoop.it!

Realtime ASP.NET Web API tracing with SignalR - StrathWeb

Realtime ASP.NET Web API tracing with SignalR - StrathWeb | React & Web Development | Scoop.it
End to end tutorial on building a real-time tracing and logging service for ASP.NET Web API (around ITraceWriter) using SignalR
No comment yet.
Scooped by William delmas
February 1, 2013 6:17 AM
Scoop.it!

Fast Downloading with Parallel Requests using ASP.NET Web API

Fast Downloading with Parallel Requests using ASP.NET Web API | React & Web Development | Scoop.it
How to speed up downloading of a large file with Parallel Requests using ASP.NET Web API.
No comment yet.
Scooped by William delmas
January 31, 2013 2:36 PM
Scoop.it!

Database Change Notifications in ASP.NET using SignalR and SqlDependency

Database Change Notifications in ASP.NET using SignalR and SqlDependency | React & Web Development | Scoop.it
How to display real time sql server database change notification in ASP.NET using SignalR and SqlDependency
No comment yet.
Scooped by William delmas
January 30, 2013 8:59 AM
Scoop.it!

Usine de développement .NET avec Git et TeamCity

Usine de développement .NET avec Git et TeamCity | React & Web Development | Scoop.it

A travers cet article, nous voulons montrer qu’une forge logicielle composée de Git et TeamCity peu très bien convenir pour un projet en .NET

Généralement, l’association .NET/Team Foundation Server est presque toujours automatique.

No comment yet.
Scooped by William delmas
January 25, 2013 7:00 AM
Scoop.it!

Using NHibernate in an ASP.NET MVC 4 Application

Using NHibernate in an ASP.NET MVC 4 Application | React & Web Development | Scoop.it
DevCurry: Using NHibernate in an ASP.NET MVC 4 Application
Palani Kumar Yadav's curator insight, September 3, 2013 3:06 AM

 Using NHibernate in an ASP.NET MVC 4 Application

Aleksandar Dimkov's curator insight, August 2, 2014 4:49 PM

Very nice

Scooped by William delmas
January 19, 2013 7:20 AM
Scoop.it!

Using the ‘Remote’ Attribute for Async Validation in ASP.NET MVC

Using the ‘Remote’ Attribute for Async Validation in ASP.NET MVC | React & Web Development | Scoop.it

Validation is an integral part of any input process in any computer software. As the saying goes ‘never trust anything the user gives you’. On the web, there are various ways of validating user input, some happen on the web-browser itself, some happen on the server after a user submits a form of data.

No comment yet.
Scooped by William delmas
January 18, 2013 3:42 AM
Scoop.it!

Validating Architecture through LINQ Query

Validating Architecture through LINQ Query | React & Web Development | Scoop.it

These days we are restructuring the NDepend code base to make it more suited to welcome future features implementation. Here is below the new architecture of the NDepend.UI assembly, made of around 50.000 lines of code, shown through a Dependency Structure Matrix:

No comment yet.
Scooped by William delmas
January 8, 2013 2:03 PM
Scoop.it!

MongoDB Aggregation Framework Examples in C#

William delmas's insight:

MongoDB version 2.2 was released in late August and the biggest change it brought was the addition of theAggregation Framework. Previously the aggregations required the usage of map/reduce, which in MongoDBdoesn’t perform that well, mainly because of the single-threaded Javascript-based execution.  The aggregation framework steps away from the Javascript and is implemented in C++, with an aim to accelerate performance of analytics and reporting up to 80 percent compared to using MapReduce.

 
No comment yet.
Scooped by William delmas
January 7, 2013 4:57 PM
Scoop.it!

Configuring Quartz.net Cluster using SQL Azure and ASP.NET

Configuring Quartz.net Cluster using SQL Azure and ASP.NET | React & Web Development | Scoop.it
Quartz.net is a flexible and easy-to-use library for running scheduled tasks. In this tutorial we build a Quartz.net cluster using SQL Azure and ASP.NET.
No comment yet.