Thứ Ba, 20 tháng 9, 2016

Web Developer Newsletter - Full calendar – A complete web diary system for jQuery and C# MVC

Web Developer Newsletter - Full calendar – A complete web diary system for jQuery and C# MVC
Welcome to this week's Web Development newsletter from CodeProject.
Click here Code Smarter, Not Harder with Jacks by Building More Secure JavaScript Web Apps
Quickly analyze your GitHub repo and master security as you code with Jacks, a developer-driven security tool for JavaScript web applications. Sign Up - It's Free For Web Developers.
Click here Need Excel Controls for Windows Forms, WPF or Silverlight?
Use SpreadsheetGear to add powerful, Excel-compatible viewing, editing, formatting, calculating, filtering, sorting, charting, printing and more to your applications with the easy-to-use WorkbookView controls. Try it now!

How to Protect Your Website Against SQL Injection Attacks

Here's what you need to know about SQL injection and how to protect your site against it. (more: Sitepoint)

Mozilla relaunches JavaScript debugger as part of tools transition plan

Debugger.html does away with XUL in favor of the React JavaScript library for easier changes (more: Infoworld)

Transpiling ES6

While support for ES6 is always increasing, we can't always assume that users will be using a browser that supports all its features. So, in order to utilize ES6 features now and make sure we won't run into cross-browser compatibility issues, we need to transpile our code. (more: CSS Tricks)

MinMaxing: Understanding vMin and vMax in CSS

I've covered the very useful vw and vh CSS units in a previous article, but the related vmin and vmax units are far less known and generally poorly understood. This is unfortunate, as the units have some truly novel use-cases in web development. (more: The New Code)

Node.js upgrades module safety and ECMAscript support

The forthcoming version 7 beta release moves toward VM agnosticism and adds Canary in the Gold Mine technology to ensure modules don't break (more: IT World)

Override Default Properties with JavaScript

Fast forward to a world where unit testing is normal and we have a problem to solve: overriding native browser property values for the sake of unit testing. The following is an easy strategy for overriding default browser property values! (more: David Walsh)

Painless JavaScript Testing

Jest is a JavaScript unit testing framework, used by Facebook to test services and React applications. (more: Jest)

Samsung brings JavaScript to the internet of things

Samsung is offering a stable 1.0 release of the lightweight engine for resource-constrained devices (more: Infoworld)

New articles added

Algorithms & Recipes

  (10 votes) by Alexandre Bencz (updated 6 days ago)
ELENA is a general-purpose, object-oriented, polymorphic language with late binding

ASP.NET

  (11 votes) by Igor Ladnik (updated 5 days ago)
The article presents a collection of Web technologies. Multi-OS servers written in ASP.NET Core and node.js along with HTML / JavaScript / TypeScript one-page client construct scrollable table sample.
  (6 votes) by Amir H. shahinkar (updated 1 hour ago)
This article walks you through the steps of creating a single page application with ui-router.
  (5 votes) by Tanvir Ahmad Arjel (updated yesterday)
There are lots of ways to implement Uniqueness or Unique Key attribute on a model property other than primary key but here I am going to discuss two possible best and easiest ways to do so into two parts of this series. This is Part-1
  (5 votes) by Hussain Patel (updated 8 hours ago)
In this article I will show how to create an ASP.NET MVC web application with a custom bootstrap theme / layout. For this demo I am using Visual Studio 2012, ASP.NET MVC 4, a custom bootstrap theme (Bootstrap Business Casual).
  (3 votes) by Tanvir Ahmad Arjel (updated 22 hours ago)
There are lots of ways to implement Uniqueness or Unique Key attribute on a model property other than primary key but here I am going to discuss two possible best and easiest ways to do so in two parts of these series. This is Part-2
  (3 votes) by inishant12 (updated yesterday)
Using SSRS report, generate the PDF, save it into DB and send it through mail using C#
  (2 votes) by STalha.Munir (updated 5 days ago)
This article explains the security concerns in respect to urls with plain ids and unique identifiers and presents a solution using custom attributes in Asp.Net MVC 5.
  (3 votes) by alfmoh (updated yesterday)
Multiple File Upload to Database in Asp.net MVC

C#

  (2 votes) by ArindamNayak (updated 6 days ago)
This article explains how to get code coverage from asp.net website, web application , web service, stanalone executable etc..

Client side scripting

  (3 votes) by UberGeoff (updated 5 days ago)
A reusable MVC popup message box with Ajax functionality - that can bind to any model
  (4 votes) by Afreen F (updated 2 hours ago)
This article explains basic concepts of AngularJS like Modules, Controllers, Expressions, Directives, Scope and Scope Inheritance.

General Graphics

  (2 votes) by Steffen Ploetz (updated 3 hours ago)
How to calculate a radial gradient and draw the output on a System.Drawing.Bitmap. And how to use this bitmap as a tile pixmap to fill any path.

Product Showcase

  (0 votes) by Tsuyoshi Matsuzaki (updated 5 days ago)
This post describes the basic steps to build your bot using Microsoft Bot Framework 3 REST API.

Tools and IDE

  (2 votes) by Robin Rizvi (updated 19 hours ago)
Compile and Execute Java, C#, and PHP From Your Favorite Text Editors for REPL (Read-Evaluate-Print-Loop) use cases

Articles updated

.NET Framework

  (8 votes) by Wojciech Nagórski (updated 6 days ago)
Extended XML Serializer for .NET 4 and .NET CORE

Applications & Tools

  (7 votes) by Zijian (updated 5 days ago)
Overview of TraceHub, and the design concepts/contexts behind this open source project

ASP.NET

  (33 votes) by Shamim Uddin (updated 3 days ago)
How to enable cross origin request in ASP.NET Web API
  (21 votes) by syed shanu (updated yesterday)
In this article, we will learn how to create a simple web based music player system using MVC, AngularJS and Web API.
  (21 votes) by Zijian (updated 2 days ago)
Real world WCF project structure, Authentication and Authorization

Client side scripting

  (126 votes) by AJSON (updated 6 days ago)
Using FullCalendar, jQuery, and MVC to give your web-app ready-to-go appointment diary functionality.
  (15 votes) by Vincent Maverick Durano (updated 5 days ago)
This article will walk you through on building a data-driven web app from scratch within the context of ASP.NET Core 1.0 using Angular 2 and Web API 2.

Files and Folders

  (8 votes) by John Simmons / outlaw programmer (updated yesterday)
Parse CSV files.

HTML / CSS

  (85 votes) by Akshay Srinivasan2 (updated 6 days ago)
Canvas Control Library provides highly customizable controls using the HTML5 Canvas element. Also includes a new Forms based system which is a new way to build your web pages and websites.

Internet / Network

  (107 votes) by axuno (updated 4 days ago)
MailMergeLib is an SMTP template mail client library written in C# which provides comfortable mail merge capabilities and SMTP fail-over features.

Tips and Tricks updated

Custom Controls

  (16 votes) by UberGeoff (updated 5 days ago)
An all-in-one callback gridview

New Technical Blogs added

Ajax

  (1 votes) by Dave Ceddia (updated 5 days ago)
AJAX Requests in React: How and where to fetch data

ASP

  (1 votes) by xszaboj (updated 3 days ago)
IMapper interface is injected into constructors of my classes by Unity framework, but you can use any other DI framework or inject IMapper interface manually.

Technical Blogs updated

Grid & Data Controls

  (12 votes) by Ehsan Sajjad (updated 2 hours ago)
Beginner's guide to implement server side pagination, sorting and filtering of gridview using jquery datatables



© 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