Thứ Hai, 7 tháng 3, 2016

Web Developer Newsletter - RESTful Day #1: Enterprise Level Application Architecture with Web APIs using Entity Framework, Generic Repository Pattern and Unit of Work

Web Developer Newsletter - RESTful Day #1: Enterprise Level Application Architecture with Web APIs using Entity Framework, Generic Repository Pattern and Unit of Work
Welcome to this week's Web Development newsletter from CodeProject.
Click here [Webinars] Keep Up With the Latest Technologies
Join the LearnNowOnline experts for webinars covering the latest technologies and versions! Register for upcoming live events, or watch over 100 events on-demand for OWASP, Ethical Hacking, Visual Studio 2015, and more. Learn more
Click here Develop with blue
Extend the reach of your Bluetooth® deices beyond the home and into the cloud today. The Gateway Smart Starter Kit shows you how to get data from the sensor and into the cloud without using a mobile device. Download your Bluetooth development kit today!
Using HTTPS properly
It's 2016. Bad actors are all over the network. Certificates are free. TLS is fast. Customers deserve better. (more: Eric Lawrence)
An Introduction to the CSS Grid Layout Module
As web applications become more and more complex, we need a more natural way to do advanced layouts easily without hacky solutions that use floats and other less burdensome techniques. An exciting new solution for creating layouts comes with the CSS Grid Layout Module. (more: Sitepoint)
Infinite Scrolling, Pagination Or "Load More" Buttons? Usability Findings In eCommerce
What is the best UX pattern to display products on an e-commerce website: pagination, a "Load more" button or infinite scrolling? (more: Smashing Magazine)
Click here SpreadsheetGear
Enables ASP.NET, Windows Forms, WPF and Silverlight developers to take advantage of scalable Excel Reporting, dashboards from Excel charts and ranges, powerful spreadsheet controls, Excel-compatible charting, lightning-fast Excel-compatible calculations and more. Try it now!
Introducing Chrome Debugging for VS Code
Our Chrome Debugger allows front-end developers to debug their client-side JavaScript code running inside Google Chrome directly from Visual Studio Code. (more: Visual Studio Code)
What's New in jQuery 3
jQuery 3 fixes a lot of bugs, adds new methods, deprecates and removes some functions, and changes the behavior of a few functions. (more: Telerik)
Google Preps Angular 2 for Final Release
Google's been promising the beta version will become a bit faster and a lot smaller than the Angular 1.x line. "The 'bit faster' is going to land in about two weeks," Green said, "and the 'quite a lot smaller' in about a month and a half." (more: The New Stack)
Maker.JS – CAD modeling in pure JavaScript
Maker.js is an easy-to-use open source library that brings NPM-style dependency management to the world of 2D drawings. (more: Engineering @ Microsoft)
Arrow functions vs. bind()
ES6 arrow functions are often a compelling alternative to Function.prototype.bind(). (more: 2ality)

New articles added

Algorithms & Recipes

  (4 votes) by Jakub Szymanowski (updated 23 hours ago)
The article presents idea and implementation of Fourier Transform (DFT and FFT algorithms) in Digital Signal Processing.
  (1 votes) by John Jiyang Hou (updated 3 days ago)
An algorithm to determine if a point is inside a 3D convex polygon for a given polygon vertices in MASM Assembly.

Applications & Tools

  (4 votes) by Anatoliy Khotin (9682296) (updated yesterday)
Small application that allows text to be added to an image for annotation or to create greeting cards using ASP.NET MVC and jQuery

ASP.NET

  (15 votes) by Akhil Mittal (updated 5 days ago)
In this article we learn how to write unit tests for core business logic and primarily on basic CRUD operations.
  (4 votes) by syed shanu (updated 6 days ago)
In this article, we will see in detail how to create a simple Student Master CRUD (Create/Read/Update and Delete) using ASP.NET 5, now called ASP.NET Core 1.0, using scaffolding.
  (2 votes) by Akhil Mittal (updated 12 minutes ago)
In this article we'll learn on how to write unit tests for WebAPI controllers i.e. REST's actual endpoints.
  (1 votes) by Hisham Abdullah Bin Ateya (updated yesterday)
Pluralization in ASP.NET Core 1.0 Localization

ASP.NET Controls

  (10 votes) by Pawan Tiwari93 (updated 4 days ago)
Bind DropDown at runtime on change of another drop down in MVC

Client side scripting

  (5 votes) by Krishna KV (updated 12 hours ago)
Validate your Angular/Javascript using ESLint
  (0 votes) by Konstantin A. Magg (updated 2 days ago)
This post presents a JavaScript (ECMAScript 5) version of the Angular 2 tutorial "Tour of Heroes". Learn how to implement the TypeScript examples in JavaScript/ES5. This article covers part 4 and 5 of the original tutorial.

IoT on Azure

  (10 votes) by Ranjan.D (updated 4 days ago)
This article is all about Voice over IP (VOIP) and SMS implementation for IOT devices. We will be making use Twilio API's in coding this solution.
  (4 votes) by Ranjan.D (updated 4 days ago)
Let us try to understand how to make use of CodeProject API within the Scheduled jobs in Windows Azure Mobile Services.

Parallel Programming

  (1 votes) by Moumie Soulemane (updated 4 days ago)
The main aim of this study is to implement the QuickSort algorithm using the Open MPI library and therefore compare the sequential with the parallel implementation.

Product Showcase

  (0 votes) by Microsoft Canada (updated 4 days ago)
Daniel Roth overviews ASP.NET 5 and ASP.NET MVC 6. He explains the guiding principles behind ASP.NET MVC 6, and overviews application development, pointing out some important new features in both ASP.NET MVC and Web API.

Articles updated

.NET Framework

  (6 votes) by stevejgordon (updated 3 days ago)
How to send emails in ASP.NET Core 1.0

Algorithms & Recipes

  (24 votes) by John Jiyang Hou (updated 4 days ago)
An algorithm to determine if a point is inside a 3D convex polygon for a given polygon vertices in C++

ASP.NET

  (174 votes) by Akhil Mittal (updated 5 days ago)
Enterprise level application architecture with Web APIs using Entity Framework, Generic Repository pattern and Unit of Work.
  (89 votes) by Akhil Mittal (updated 5 days ago)
This article will explain how to make WebAPI secure using Basic Authentication and Token based authorization.
  (63 votes) by Akhil Mittal (updated 5 days ago)
My article will explain how we can make our Web API service architecture loosely coupled and more flexible.
  (58 votes) by Akhil Mittal (updated 5 days ago)
Resolve dependency of dependencies using Inversion of Control and dependency injection in Asp.net Web APIs with Unity Container and Managed Extensibility Framework (MEF).
  (46 votes) by Akhil Mittal (updated 5 days ago)
In this article I'll explain how to write your own custom routes using Attribute Routing.
  (47 votes) by sachin verma, Akhil Mittal (updated 5 days ago)
This article of the series will explain how we can handle requests and log them for tracking and for the sake of debugging, how we can handle exceptions and log them. We'll follow a centralized way of handling exceptions in WebAPI and write our custom classes to be mapped to the type of exception th
  (15 votes) by syed shanu (updated yesterday)
In this article you will learn how to create Kids Learn game using MVC and AngularJS

C#

  (16 votes) by Prabu ram (updated 2 days ago)
This article explains how to create a PDF file using C# object

Client side scripting

  (77 votes) by Gerd Wagner (updated 15 hours ago)
A short summary of JavaScript's main features, including a discussion of the different kinds of JS objects, basic data structures, functions as first class citizens, and code patterns for implementing classes.
  (10 votes) by AJSON (updated 19 hours ago)
Get on top of memory leaks and improve user experience when using JQuery/KnockoutJS in a SPA or SPA based Hybrid Mobile Application
  (2 votes) by Konstantin A. Magg (updated 2 days ago)
This post presents a JavaScript (ECMAScript 5) version of the Angular 2 tutorial "Tour of Heroes". Learn how to implement the TypeScript examples in JavaScript/ES5. This article covers part 1, 2 and 3 of the original tutorial.

PHP

  (10 votes) by Vyacheslav Voronenko (updated 3 days ago)
Steps for how OTP code is obtained, and adding a new level of security to web applications.

New Tips and Tricks added

ASP.NET

  (1 votes) by Yogesh Jamkhindikar (updated 4 days ago)
Utility function to compare 2 objects using MD5 Hash

Client side scripting

  (3 votes) by dumsky (updated 4 days ago)
Getting it all together - Controller, Service, $http, caching and more

SharePoint Server

  (1 votes) by kushan lahiru perera (updated 4 days ago)
View real error without 'Something went wrong' in SharePoint, this is another better-way than viewing in the ULS

VBScript

  (0 votes) by Ravindra T C (updated yesterday)
Unit Testing JavaScript classes using QUnit

Tips and Tricks updated

Client side scripting

  (1 votes) by FrostedSyntax (updated 3 days ago)
This slideshow plugin extends jQuery and allows all sorts of customization, such as the ability to choose any element type as slides just by specifying a selector string.

Node.js

  (4 votes) by slavik57 (updated yesterday)
Synchronous promise for making testing experience much easier

Testing and QA

  (2 votes) by slavik57 (updated 3 days ago)
Mocking library for JavaScript

New Technical Blogs added

SharePoint Server

  (0 votes) by Member 12014821 (updated 3 days ago)
How to display the SharePoint list item permissions using REST API



© 2016 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Web Development newsletter click Unsubscribe.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com

Không có nhận xét nào:

Đăng nhận xét