React & Web Development
137.0K views | +5 today
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
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.
Scooped by William delmas
January 7, 2013 1:43 PM
Scoop.it!

Top 10 ASP.NET MVC Best Practices

Top 10 ASP.NET MVC Best Practices | React & Web Development | Scoop.it
Joydip Kanjilal takes a look at the 10 best practices to follow for the best and most efficient use of ASP.NET MVC Framework 4.
No comment yet.
Scooped by William delmas
January 2, 2013 1:03 PM
Scoop.it!

Log4Net basics with a Console Application (c#)

Log4Net basics with a Console Application (c#) | React & Web Development | Scoop.it

If you are looking for a great introductory article on Log4Net, I would recommend reading the Log4Net tutorial by Tim Corey.

Tim goes through quite a bit, I just want to cover the very bare minimum for getting log4net to work in a console application.

 
No comment yet.
Scooped by William delmas
January 1, 2013 5:28 AM
Scoop.it!

How to improve your LINQ query performance by 5 X times

How to improve your LINQ query performance by 5 X times | React & Web Development | Scoop.it

In this article, we will first look into how LINQ queries are executed, and then we will touch base on howcompiled LINQ queries can help us improve our application performance at least 5 times. My numbers can be 10% up and down as I had come to that figure using my environmental situations.

No comment yet.
Rescooped by William delmas from Web Apps
December 31, 2012 7:33 AM
Scoop.it!

Tutorial: Getting Started with SignalR (C#) : The Official Microsoft ASP.NET Site

Tutorial: Getting Started with SignalR (C#) : The Official Microsoft ASP.NET Site | React & Web Development | Scoop.it

Via Srdjan Strbanovic
No comment yet.
Scooped by William delmas
December 27, 2012 2:37 PM
Scoop.it!

Building Faster Sites and Services with Fiddler

Building Faster Sites and Services with Fiddler | React & Web Development | Scoop.it
William delmas's insight:

I’m often asked “How do I measure my site’s page load performance using Fiddler?” My typical answer is “You’re using it wrong. Use a stopwatch to measure time; use Fiddler to learn how to make your site faster.“

No comment yet.
Scooped by William delmas
December 21, 2012 10:35 AM
Scoop.it!

Performance and the Entity Framework

An article describing the best practices for Entity Framework performance

No comment yet.
Rescooped by William delmas from AspNet MVC
December 19, 2012 5:24 AM
Scoop.it!

Programming HTML5 Web Sockets in ASP.NET 4.5

Programming HTML5 Web Sockets in ASP.NET 4.5 | React & Web Development | Scoop.it
HTML5 WebSockets allow you to perform two-way (duplex) communication between the client browser and the server. ASP.NET 4.5 and IIS 8 provide support for WebSocket protocol so that you can program WebSockets in your ASP.NET web forms and ASP.NET MVC applications. This article discusses what WebSockets are and how to develop web applications that take advantage of HTML5 WebSockets.
Via Marc Chouteau
No comment yet.
Scooped by William delmas
December 19, 2012 5:21 AM
Scoop.it!

Profiling Entity Framework 5 in code - CodeProject

Profiling Entity Framework 5 in code - CodeProject | React & Web Development | Scoop.it
Hook SaveChanges and see exactly what T-SQL is hitting your database without attaching a profiler; Author: Tom Cook (UK); Updated: 27 Nov 2012; Section: Libraries; Chapter: Platforms, Frameworks & Libraries; Updated: 27 Nov 2012...
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.
Rescooped by William delmas from Microsoft
January 5, 2013 7:20 AM
Scoop.it!

A new year, a new Microsoft roadmap: Stepping up the delivery pace

A new year, a new Microsoft roadmap: Stepping up the delivery pace | React & Web Development | Scoop.it
With a number of its flagship software products, Microsoft may be making good on promises to roll out new major releases more rapidly.

Via IS Decisions
IS Decisions's curator insight, January 5, 2013 3:36 AM

More questions than answers here ...

Scooped by William delmas
January 1, 2013 6:03 AM
Scoop.it!

List of Microsoft training kits (2012)

Some years ago I published list of Microsoft training kits for developers. Now it’s time to make a little refresh and list current training kits available. Feel free to refer additional training kits in comments.

No comment yet.
Rescooped by William delmas from AspNet MVC
December 31, 2012 11:14 AM
Scoop.it!

Differences Between NHibernate and Entity Framework - Development With A Dot

NHibernate and Entity Framework are two of the most popular O/RM frameworks on the .NET world. Although they share some functionality, there are some aspects on which they are quite different. This post will describe this differences and will hopefully help you get started with the one you know less. Mind you, this is a personal selection of features to compare, it is by no way an exhaustive list.


Via Marc Chouteau
No comment yet.
Rescooped by William delmas from .Net Web Development
December 31, 2012 7:19 AM
Scoop.it!

Building Single Page Apps with Knockout, jQuery, and Web API

Building Single Page Apps with Knockout, jQuery, and Web API | React & Web Development | Scoop.it

This is an end to end course that hits hundreds (ok, not quite) of technologies that work together to create a SPA that works across multiple devices and screen sizes. As I’m recording the videos, I thought it might be fun to occasionally blog about the experience as there were many good tips (and trips) I hit along the way.


Via Davis Tan
No comment yet.
Scooped by William delmas
December 24, 2012 6:23 AM
Scoop.it!

A MongoDB Tutorial using C# and ASP.NET MVC

A MongoDB Tutorial using C# and ASP.NET MVC | React & Web Development | Scoop.it
In this post I'm going to create a simple ASP.NET MVC website for a simple blog that uses MongoDB and the offical 10gen C# driver. MongoDB is no NOSQL
Scooped by William delmas
December 19, 2012 10:22 AM
Scoop.it!

[Révision] Comment se mettre a l’HTML5 quand on est un dev .NET?

[Révision] Comment se mettre a l’HTML5 quand on est un dev .NET? | React & Web Development | Scoop.it
William delmas's insight:

Un mixte de cloud, html5, JS, CSS, Win8 et .NET 4.5.

Le but étant de se (re)mettre a niveau sur les dernières technologies web tout en gardant un œil sur ce qui touche Microsoft.

No comment yet.
Scooped by William delmas
December 19, 2012 5:23 AM
Scoop.it!

Your First Web API (C#) : The Official Microsoft ASP.NET Site

Your First Web API (C#) : The Official Microsoft ASP.NET Site | React & Web Development | Scoop.it
William delmas's insight:

ASP.NET Web API is a framework for building web APIs on top of the .NET Framework. In this tutorial, you will use ASP.NET Web API to create a web API that returns a list of products. The front-end web page uses jQuery to display the results.

No comment yet.