Chủ Nhật, 25 tháng 5, 2014

The Daily Build - 26 May 2014. C# and ASP.NET Interview Question and Answers

69 articles yesterday match your preferences.
Welcome to today's Daily Build from CodeProject.

Beginner's Guide to HTML5 and CSS3 Article Contest Winners

The ongoing HTML5 and CSS3 Article Competition has finally come to a close. A big thank you to everyone that participated and contributed an article, there is a lot of serious talent in this community and you all deserve a pat on the back.

Congrats to the two Week 6 Winners: Peter Leow for his article "HTML5 API Grab Bag" and Ranjan.D for his "Open Topics" article that covers a bunch of things we missed through the rest of the competition like Web Sockets, Web Workers, Web Messaging, HTML5 File API, Web Notifications, Micro Data, Indexed DB and more.

In the end, however, there can only be one winner. For his continued dedication and outstanding contributions to the Beginner's Guide to HTML5 and CSS3 Article Competition (writing 10 out of 12 possible articles and winning four of the weekly challenges) I'm pleased to name Ranjan.D as the Grand Prize Winner for this competition and the winner of the Google Nexus 7 tablet. Coming in a close second, writing 7 out of a 12 possible articles and also winning four of the weekly challenges, honourable mentions also go out to Peter Leow for his outstanding contributions to the competition. Thank you both!

 

For those that missed this competition, stay tuned. We'll be launching another article competition soon.

April Monthly Competition Winners

Speaking of competitions, here are the winners from the April monthly article competition. Congratulations to all.

C# Winner Dave Kerr OpenGL in .NET - Getting Started
  Runner-up Artem Los Licensing systems in .NET
C++: Winner Renato Tegon Forti Build a Server Application using Application Library
  Runner-up Paulo Zemek A .NET like Dictionary in C++
Database: Winner Kristian Guevara Creating your PHP program FROM SCRATCH: Basic Authentication, Membership and CRUD functionalities
  Runner-up PIEBALDconsult Simplified Database Access via ADO.NET Interfaces
Web Dev: Winner Marla Sukesh MVC Unit Testing Unleashed
  Runner-up Rahul Rajat Singh A Beginner's Tutorial for Understanding and Implementing Caching in ASP.NET MVC
Mobile: Winner Serge Desmedt Threading in Android
  Runner-up (Tie) Shameel Windows Phone 8.1 Review
VB.NET: Winner Kenneth Haugland Spline Interpolation - history, theory and implementation
  Runner-up Nick Sagriotis Dynamic Connection String
"Everything Else"  Winner newton.saber MV* (MVC, MVP, MVVM) An Investigation From the Ground Up
  Runner-up elw00d123 Turbo Vision resurrected - for C# and with XAML now
Click here Open private workspaces for only $2 per month!
Workspaces now powers CodeProject and it's available for your own projects! Git, Task tracking, or private workspaces - as many as you want. Offer limited to the first 10,000 signups until May 30. Try it today!
Click here SpreadsheetGear 2012 for .NET Now Available!
New WPF and Silverlight controls, multithreaded recalc, 64 new Excel compatible functions, save to XPS, improved efficiency and performance, Windows 8 support and more. Download your fully functional SpreadsheetGear trial Today!

Weekly Poll Results

Why did you leave your last job?

Survey period: 19 May 2014 to 26 May 2014

(Suggested by Duncan Edwards Jones)

OptionVotes% 
Lack of opportunity26313.79263 votes, 13.79%
Management issues39220.56392 votes, 20.56%
Problems with the way they code623.2562 votes, 3.25%
Stagnation1598.34159 votes, 8.34%
Money28815.10288 votes, 15.10%
Office environment874.5687 votes, 4.56%
Work Location1035.40103 votes, 5.40%
Fired with cause261.3626 votes, 1.36%
Fired due to downsizing / restructuring21311.17213 votes, 11.17%
Other32316.94323 votes, 16.94%

This week's survey: What do you need most when collaborating on code?

Most popular new articles

23 May 2014 - 25 May 2014

Latest Additions

69 articles overall. 46 new, 23 updated.

New articles added

Algorithms & Recipes

  • Using Genetic Algorithm To Solve Perfect Matching Problem - Emre Ataseven
    This article is written to demonstrate how could we use genetic algorithm to solve a NP-Complete problem, I used fixture generation problem as sample.

  • Spanish stemmer in C# - Jesús Utrera
    This is a Spanish language stemmer written in C#. This is my first approach and is based on the rules defined in the Snowball web.

ASP.NET

Audio and Video

C#

Design and Architecture

Hardware & System

String handling

Uncategorised References

Web Services

Windows Communication Foundation

Articles updated

ASP.NET

C / C++ Language

C#

Database

HTML / CSS

MFC

Miscellaneous

Threads, Processes & IPC

Windows Communication Foundation

New Tips and Tricks added

ASP.NET

ASP.NET Controls

C#

Dialogs and Windows

Files and Folders

Grid & Data Controls

  • EditedFormattedValue v/s Value in Datagridview - Agent_Spock
    There is usually a mis-conception with people thinking "DataGridView Cell.Value" gets the current value of the cell in datagridview. This article will tell you the difference between "EditedFormattedValue v/s Value in Datagridview".

Java

PHP

Site & Server Management

VB.NET

Web Services

Windows Presentation Foundation

Windows Runtime

Tips and Tricks updated

Client side scripting

Dialogs and Windows

Internet / Network

SharePoint Server

New Technical Blogs added

ASP

  • Nested GridView in ASP.NET using C# - Debopam Pal
    Download Source File Introduction: This example shows you how you create Nested GridView i.e. GridView under another GridView using little JQuery Code. Lets explain. Background: I’m using Northwind Database here. Quick Start: In Master GridView I’ll show you the Customer’s details

Database

  • Oracle Database Table to JAVA Bean Class Converter - Debopam Pal
    Source Files: 1. TableBeanMapping.java 2. SQLJavaDatatypeMapping.java 3. ColumnDatatypeMapping.java 4. OracleJDBC.java 5. ColumnDatatypeEntry.java 6. ConnConfig.properties Introduction: This example shows how you convert Oracle Database table to a JAVA Bean class. It allows you to generate Java Bean

  • Oracle Database Table to JAVA Bean Class Converter - Debopam Pal
    Source Files: 1. TableBeanMapping.java 2. SQLJavaDatatypeMapping.java 3. ColumnDatatypeMapping.java 4. OracleJDBC.java 5. ColumnDatatypeEntry.java 6. ConnConfig.properties Introduction: This example shows how you convert Oracle Database table to a JAVA Bean class. It allows you to generate Java Bean

HTML / CSS

  • Google Docs to clean html, good for WordPress posts, emails - Omar Al Zabir
    Google docs is a great platform to write documents, especially when you compare it with the WordPress editor.  It would be good to have a clean way to export a Google doc to a wordpress post or generate nice looking emails. If you copy and paste a Google doc into a WordPress post, it loses many ...M

Office Development

Other .NET Languages

  • ASP.Net MVC – What are the uses of DataType and DisplayColumn attributes? - Arun Ramachandran India
    CodeProject In the last blog post, we have discussed about Display, DisplayName, DisplayFormat and ScaffoldColumn attributes in ASP.Net MVC. You can read that article here. In this article we will continue with DataType and DisplayColumn attributes. Let’s understand these with an example. I am

Shell and IE programming

  • You Can Learn While You Are Programming - Alex Turok
    When entering my sixth year at the university a couple years ago I faced a very severe problem. That was the time when new MOOCs started appearing at the speed of light: Udacity was dense with Sebastian Thrun, Peter Norvig and other awesome folks, while Coursera simply shipped dozens of new courses

Smart Client

  • Get Detail IP Address Information of any JAVA Client - Debopam Pal
    Source File: IP.Java Introduction: This example shows you how you get detail information of of any client IP address such as Country Code, Country Name, City and many more. Here I use a API provided by freegeoip. freegeoip is a public REST API for searching geolocation of IP addresses and host names

Uncategorised Technical Blogs

  • Fashion - Nathan Gloyn
    Fashions come into style and go out of style and when they've gone you often look at pictures of yourself and think "why on earth did I wear that". Its no different in software development, with various tech gaining favour and becoming "fashionable" with everybody wanting to be using that tech only

  • Fashion - Nathan Gloyn
    Fashions come into style and go out of style and when they've gone you often look at pictures of yourself and think "why on earth did I wear that".Its no different in software development, with various tech gaining favour and becoming "fashionable" with everybody wanting to be using that tech only t

  • Simple chat application using NodeJS and Socket.IO - Karthik Chintala
    CodeProjectBefore we start creating a chat application with NodeJS, I'll just give you a brief idea of what NodeJS and Socket.IO is and what is does.What is NodeJS ? NodeJS is a platform built for fast, scalable network applications. It is also used for creating real-time applications that interact

  • #javascript Require.js vs CommonJS / AMD modules and #angularjs - aetheon
    I recently replied to the following twitter conversation about require.js vs browserify.@cowboy i'm using amd to create reusable code beetwen server and client and i like it. My main problem is integrating with angular, etc— Oscar Brito (@aetheon) March 15, 2014@aetheon @cowboy look up the angular d

  • #linux #raspberrypi router with dynamic dns - aetheon
    One more article about controlling your home network with the raspberry pi router. This article is the sequel of "Creating a wireless router...".In this "episode" I will walkthrough the configuration of the dynamic dns for an easier access to your home network when you are not there!For this you nee

  • Creating a wireless router / access point with #raspberrypi and #raspbian #linux - aetheon
    What about creating my own low powered development network infrastructure at home? Sounds like a good idea right? You can hack the router settings, creating vlans, control your network traffic, ...Other reason is to create an abstraction layer between your ISP router and your physical network that c

Windows 8 Design

  • Identifying the PLOT in Software Design - Zac Gery
    In 1957, C. Northcote Parkinson proposed in his book Parkinson's Law that "organizations give disproportionate weight to trivial issues." This statement later became known as Parkinson's Law of Triviality, or PLOT. Parkinson spoke of a story contrasting the trivial cost of building a bike shed to an

Technical Blogs updated

ASP.NET




© 2014 CodeProject.  All rights reserved.


This email was sent to vutunglampro@gmail.com.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100
Switch to Weekly Digest | Unsubscribe.

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