Thứ Hai, 15 tháng 9, 2014

Web Developer Newsletter - MVC interview questions with answers

Welcome to this week's Web Development newsletter from CodeProject.
Click here Visa Checkout: Easy integration
Using a few simple HTML and JavaScript tags, you can quickly implement Visa Checkout on your eCommerce site. Go to our sandbox.
Click here #1 Selling Scrum Software
Axosoft is easy to use, customizable & a tool your team will love to use. We have experts, videos & documentation dedicated to getting you set up & transitioned to a lean, mean, Scrum machine. Let us help you ship great software on time & on budget. Try Axosoft Free!
CSS Media Queries
OK, the designer said you needed to add CSS Media Queries to the page for the 'responsive design'. Now what? Here's a handy site to learn about them, figure out what ones work with your browser, and more useful stuffage. (more: CSS Media Queries)
JavaScript: Returning this or not returning this, this is the question!
this? this! A quick look at the performance effects of returning this (for fluent APIs). (more: Eternal Coding)
18 Critical Oversights in Web Development
Technically a PHP article, but most of these apply no matter what you're coding with. (more: Sitepoint)
Polyfills as a service
Polyfills help you deal with older browsers, but they often get fixed in every component (sometimes differently). This service helps you by loading one set of polyfills, depending on the browser. And it's from the Financial Times?! (more: Financial Times)
Built-in Browser Support for Responsive Images
Did you know that the img tag wasn't in the original HTTP spec? Marc Andressen (you may have heard of him) requested it be added back in 1993. So, of course it's time to update it. (more: HTML5Rocks)
An Introduction to Web Components and Polymer
You know that stuff is getting too unwieldy and cumbersome when people want to add encapsulation (after all, it worked so well back with VB). (more: Sitepoint)
Two free video courses: Intro to ASP.NET MVC and Responsive UI with Bootstrap
Great if you're into the video style learning. Bootstrap is great, ASP.NET MVC is great. Why not jam them both together and web yourself up a bit? (more: Jon Galloway)

Latest Articles

40 articles overall. 29 new, 11 updated.

New articles added

Android

  (8 votes) by Peter Leow
Exploring the connectivity options in Android.
  (8 votes) by Peter Leow (updated 5 days ago)
Handling and storing of inputs in various Android storage options and consuming web services
  (6 votes) by William SerGio
Collecting, Saving, and Using User Data to Deliver Targeted Information and Ads
  (2 votes) by Grasshopper.iics
Learn easy data management, SqlLite database, XML Web services, File Database in Android with a Real time App
  (2 votes) by Peter Leow
Dancing with Android Content Providers for the first time.

Applications & Tools

  (3 votes) by IpsitaMishra
This tip is used to create a freezing Kendo Grid.
  (2 votes) by Sunil Pandita
The article details out how to build an angularJS application which loads the pages on demand thus reducing the overall data transfer.
  (2 votes) by newton.saber
Save time reading your favorite sites (including CodeProject) by viewing their RSS Article lists with summaries. Plus learn a bit of AngularJS.

ASP.NET

  (7 votes) by IpsitaMishra
In this tip, we will learn how to create a partial view and use that view in the parent view.
  (11 votes) by Afzaal Ahmad Zeeshan
A slight comparison of ASP.NET upon other (web) programming languages in the market and a discussion of me and some other (web) programming language developers.
  (6 votes) by Nasir Darwish
The article describes an ASP.NET Web Pages project to grab URLs of pages with high matches for certain words.
  (6 votes) by Shivprasad koirala (updated 22 hrs 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 Igor Krupitsky
The asp.net pages let you upload, delete and browse files in a folder.
  (2 votes) by Brian Kwak
Main content pages use AngularJS to display, and MVC .NET authorization is used for user validation

Book Reviews

by Ronnie Mukherjee
Five lessons from JavaScript: The Good Parts

C / C++ Language

  (6 votes) by LORY Flavien
Fast detection of big barcode 39

C#

  (13 votes) by Rumman92
Monitor your system using simple C# code
  (2 votes) by khem thapa
Generate PDF in ASP.NET MVC using Rotativa library
  (1 vote) by Raymund Macaalay (updated 6 hrs ago)
Like me you might be starting to integrate AngularJS or any other JS Framework in your MVC Application then later on finding out you are converting a lot of your results to handle this calls.  While it works with the MVC Controllers you always have to serialize your result to JSON Format and enablin

Client side scripting

  (1 vote) by Raymund Macaalay (updated 6 hrs ago)
With the web getting more and more interactive JavaScript frameworks is becoming a must in every web project (unless you want to code it yourself). There are a lot to choose from like Ember, Knockout, Backbone, Agility, Kendo UI, etc and it's all up to you whats the most compatible framework d
by Gediminas Geigalas
How to subscribe to Telerik MVC Grid component events from jQuery

HTML / CSS

  (3 votes) by Afzaal Ahmad Zeeshan
How can we use the keyboard events of the user and use them to dynamically change the User Interface or to perform some actions.

MFC

  (11 votes) by Biruk Abebe
How to completely take control of drawing a custom application window including the captionbar, menubar, toolbar, borders and statusbar in MFC Single document interface(SDI) applications using the MfcSkinSDI class.

Mobile Development

  (6 votes) by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.

Node.js

  (2 votes) by praveen mohanty
The checksum calculation is a one way process of mapping a large data set of variable length (e.g. message, file), to a smaller data set of a fixed length (hash). The length depends on a hashing algorithm.

Product Showcase

by Marko Heijnen
The ability to manipulate images within WordPress has come a long way but still poses a challenge for developers. 1&1's WordPress Expert Marko Heijnen is working to expand this functionality by developing plugins and the WordPress core.

SharePoint Server

  (5 votes) by Andrei Markeev
Creating master-detail form using the Excel-like JSGrid control (XsltListViewWebPart in quick edit mode).

Web Security

  (4 votes) by Abani Kumar Meher
This article describes how we write code while developing web application which results in SQL injection vulnerability and how we should write code to prevent it.

Web Services

  (1 vote) by Surya Kiran Bonugu
Client Web Application which consumes OAUTH enabled restful WCF service using JavaScript

Articles updated

.NET Framework

  (34 votes) by Sandeep Singh Shekhawat (updated 4 days ago)
In this article, you will learn about relationships in Entity Framework using the Code First Approach with Fluent API.
  (31 votes) by Sandeep Singh Shekhawat (updated 3 hrs ago)
This article introduces the Generic Repository pattern and Unit of Work in ASP.NET MVC applications.

ASP.NET

  (294 votes) by Shivprasad koirala, Marla Sukesh (updated 22 hrs ago)
The whole purpose of this article is to quickly brush up your MVC knowledge from an MVC interview perspective.
  (52 votes) by Mahsa Hassankashi (updated 4 hrs ago)
This article explains SignalR concept via chat implementation and interaction between client and server visually and involving hub class.
  (20 votes) by Sandeep Singh Shekhawat (updated yesterday)
This article introduces the Repository pattern in an MVC application.

Database

  (21 votes) by Jörgen Andersson (updated 17 hrs ago)
A propertymapping extension for DataReaders

HTML / CSS

  (86 votes) by DrABELL (updated 2 hrs ago)
Aesthetic enhancement of HTML5 web elements via pure CSS3; no image files required

Internet / Network

  (66 votes) by Christophe Bertrand (updated 5 days ago)
A universal and easy serializer for .NET.

Miscellaneous

  (28 votes) by Graham Wilson (updated 2 days ago)
A track bar control which displays the track line as a spiral.
  (9 votes) by Graham Wilson (updated 2 days ago)
A collection of simple .NET 2.0 controls and utilities.

Ultrabooks

  (23 votes) by DrABELL (updated 2 hrs ago)
Engineering Calculator VOLTA-814 (Productivity Software contest submission) was originally developed as HTML5 web application and later converted into desktop app using Intel's AppUp encapsulator. The latest version for Win 7/8 released in 2014 is built on .NET/WPF.



© 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