Thứ Hai, 6 tháng 10, 2014

Web Developer Newsletter - CRUD Operations Using the Generic Repository Pattern and Unit of Work in MVC

Welcome to this week's Web Development newsletter from CodeProject.
Click here IGNITE YOUR TEAM WITH THE PROFESSIONAL SCRUM DEVELOPER PROGRAM FROM SCRUM.ORG & MICROSOFT
Accelerate software delivery with modern agile engineering practices and Scrum. Your team can be delivering working Increments of software in 30 days or less. Grow an agile team of professional developers.
Click here Need to create Dashboards from Excel Charts or Ranges?
With SpreadsheetGear, you and your users can design dashboards, reports, charts, and models in Excel or the SpreadsheetGear Workbook Designer rather than hard-to-learn developer tools and easily deploy them with one line of code. Try it now!
AngularJS Tutorial: A Comprehensive 10,000 Word Guide
Just what it says on the label. That should cover your Angular reading material for a while. (more: Airpair)
Why I Don't Want Your JavaScript Framework but I Love You
A look into the dangers of starting with File, New Project (or the various code generator equivalents) (more: Netpoetica)
How to make a sidescroller game with HTML5
Because everyone wants to be the next Angry and/or Flappy Birds, don't they? (more: HTML5 Hub)
DukeScript brings Java to HTML5, JavaScript
So we come full circle: JavaScript got it's name to ride on Java's release. And now you can actually run Java (sort of) in a browser. (more: Javaworld)
Explorations In Automatically Fixing JavaScript Linting-errors
Lint has been used forEVar for C++, but a lot of other languages also have Lint tools. They help keep your code clean, and your practices (more) optimal. Here's one for JavaScript. (more: Addy Osami)
HTML5 Has A New Best Friend—And It's Apple, Not Google
Google should be leading HTML5 development, but it's not. No, that honor goes to Apple, the company that has done more to trumpet the virtue of native apps than anyone else. (more: ReadWrite)
Stamplay Is IFTTT For Back-End Development
The latest in (a long line of) Clickety-look-no-code development. (more: Techcrunch)

Latest Articles

40 articles overall. 29 new, 11 updated.

New articles added

.NET Framework

  (6 votes) by Dukhabandhu Sahoo
Handle optimistic concurrency using Entity Framework Code First.
  (4 votes) by Mathew Soji
Basic introduction to Data Annotation in .NET Framework

Android

  (9 votes) by Ranjan.D (updated 14 hrs ago)
This article is dedicated in explaining various aspects of publishing app, releasing updates, versioning etc. Also some other topics includes the best practices for Analytic's, Marketing and Monetization.
  (3 votes) by Peter Leow
Learning to implement a location-aware Google map in Android App.

ASP.NET

  (7 votes) by Robert Vandenberg Huang
A step-by-step walkthrough of implementing the HTTP 206 Partial Content.
  (9 votes) by Shrikant Dhar Dwivedi
How to detect Online/Offline mode through code
  (4 votes) by Dileep Ashok
JQGrid and MVC Demo with Custom Filters or Search Functionality
  (2 votes) by Antonio Ripa
A real world implementation of a Many to Many relation using MVC5 and Entity Framework
  (2 votes) by John Atten (updated 3 days ago)
When working with ASP.NET Web Api from a .NET client, one of the more confounding things can be handling the case where errors are returned from the Api. Specifically, unwrapping the various types of errors which may be returned from a specific API action method, and translating the error content in
  (2 votes) by anand P Singh
This is a simple example to show how to connect to SAP using SAP .Net Connector 3.0
  (2 votes) by amateurp
Using generic repository and unit of work patterns in MVC application we can create more flexible applications.
  (1 vote) by Suraj Sahoo Mindfiresolutions
Razor view engine in MVC to ease the access of data and model classes...
  (1 vote) by Trung Nguyen Son
How to analyse and tune your dotnetnuke site to get best performance.
  (1 vote) by Rohit Kukreti
Learn how to route variable URL patterns to fixed Controller/Action
  (1 vote) by JoaoSousa23
This article walks you through configuration Redis and made basic operations using .net C# client. Redis is one of the fastest and feature-rich key-value stores to come from the NoSQL movement. It is similar to memcached but the dataset is not volatile, and values can either be strings lists, sets,
  (1 vote) by Jeffrey T. Fritz (updated 9 hrs ago)
With the introduction of OWIN-based security and Identity management in ASP.NET 4.5, the configuration of authentication and authorization have changed a bit for web forms developers.  In this article, I review where configuration has been turned off and where they have relocated to.

Azure

  (2 votes) by Max R McCarty
In our Be Sure with Azure .NET – Azure Table Storage (Part 1) we cover details about Azure Table Storage such as working with NoSQL databases, how they compare to relational databases, how to design and create your Azure Table as well as all the available operations for persisting data.  In Part 2 o

C#

  (2 votes) by ga dassa
Read & Insert Data Using Stored Procedures

Client side scripting

  (6 votes) by padmalochan12
What is Backbone js and why to use it
by Olivier Giulieri
Structured-Filter is a generic Web UI for building structured search or filter queries. It is a full jQuery UI widget, supporting various configurations and themes.

Cross Platform

  (6 votes) by James Dale
My Windows Sever 2003 reaches its end of life in 2015. I do not look forward to moving to Server 2012. Surely there has to be a better, portable, and cross platform solution that features zero install and fits on a USB stick.

Dialogs and Windows

  (8 votes) by Rapuru Amarendra
This tip presents an example of popups in responsive using bootstrap

HTML / CSS

  (9 votes) by Shemeemsha RA
Bootstrap Tips

Java

  (1 vote) by Mark H Bishop
This article presents a Java example application that performs discrete wavelet transforms.

List Controls

  (4 votes) by Vivek Ragunathan
A simple tree list view .NET WinForms control
  (2 votes) by Rapuru Amarendra
This tip presents an example of working with tabs in bootstrap

Mobile Development

  (3 votes) by Daniel Vaughan
Leverage existing .resx files to localize Windows Phone, Android, and iOS apps in Xamarin.Forms.

Third Party Products and Tools

  (6 votes) by Oliver_Hart
I'll show how to build live IP camera streaming into your website by using C# to be able to monitor the area that is under video surveillance.

Web Services

  (6 votes) by Sacha Barber
A simple REST framework written from scratch using just the .NET base class library

Articles updated

.NET Framework

  (48 votes) by Sandeep Singh Shekhawat (updated 1 hr ago)
This article introduces the Generic Repository pattern and Unit of Work in ASP.NET MVC applications.

ASP.NET

  (32 votes) by Sandeep Singh Shekhawat (updated 4 days ago)
This article explains how to implement client-side validation in an ASP.NET MVC application.
  (15 votes) by Shivprasad koirala (updated 4 days ago)
This article talks about MVC Tempdata and how MVC tempdata, Peek and Keep works using example and step by step video tutorial on mvc
  (3 votes) by John Atten (updated 5 days ago)
In recent posts, I've covered a lot of ground using ASP.NET Identity 2.0 in the context of an MVC application. Since it's RTM in March of this year, Identity 2.0 has offered a substantial expansion of the Authentication/Authorization . toolset available to MVC applications. Similarly, Identity 2.0

ASP.NET Controls

  (2 votes) by DrABELL (updated 2 days ago)
Article describes CSS3 formatting technique that allows to create web Table header, which always stays atop the table regardless of scrollingle

Caching

  (9 votes) by Paolo Costa (updated 15 hrs ago)
Provides a simple generic base class that allows fast and easy access to cached methods. The class is especially designed for high traffic web sites as it reduces to the minimum the number of concurrent queries to the data source.

Client side scripting

  (10 votes) by Gerd Wagner (updated 9 hrs ago)
This tutorial shows how to build a JavaScript frontend web application with minimal effort, not using any (third-party) framework or library.
  (8 votes) by _debasis (updated 3 days ago)
Answer will be Yes for those "Who don't understand the core primitive of JavaScript function". No for those "Who understands the core primitive".
  (2 votes) by newton.saber (updated 4 days ago)
Learn Angular and Firebase API (AngularFire) for live storage of data via Internet using nosql db.

Grid & Data Controls

  (4 votes) by B. Clay Shannon (updated 5 days ago)
Get REST data and display it in a DataGridView

Libraries

  (41 votes) by Nirosh (updated 20 hrs ago)
Nido Framework with .Net 4.0 and Entity Framework help you standardize your Business Logic Layer (BLL).



© 2014 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Insider News click here.
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