151 articles this week. Welcome to this week's newsletter from CodeProject. To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders. Merry Christmas and Happy Holidays from us at CodeProject to all those celebrating the season. We're winding down for the break, sweeping up the debris of a hectic year, wrapping our final presents, cleaning the hamster trays and taking a break for a week or so to catch up on sleep. Our heartfelt wishes for a safe Christmas. Even though we're not in the office we'll still look after the articles you send in and we'll be keeping up with email as best we can. Merry Christmas everyone. Be safe. Learn Android Looking for Android? Head on over to Learn/Android and dive in. There's a lot to learn but it's worth it. cheers, Chris Maunder Advertisements | Instant access to thousands of books and videos Technology and business professionals can learn with video tutorials, code samples, books, and certification guides. Start a trial now. | | Learn Dev and IT Your Way Watch, listen, read, do – master SharePoint, Visual Studio, C#, MVC, SQL Server, Mobile, Cloud, Java, UX Design, Windows Server, ITIL, PMP, CompTIA and more with step-by-step video tutorials, eBooks, hands-on labs and sample code. Voted the best! Subscribe today | | SpreadsheetGear 2012 Now for Silverlight! Take your browser based applications beyond the limits of HTML and JavaScript with high performance Excel compatible spreadsheet controls from the leader in .NET spreadsheets. Try the live SpreadsheetGear Silverlight Samples Now! | Who would you rather partner with? Survey period: 16 Dec 2013 to 23 Dec 2013 Assume it's a team of 2. You and them, and you know enough to complete the current project yourself. A really smart fast learner who has a vast depth and breadth of experience but doesn't know the main technology of the current project | 1153 | 68.51 | | An expert in the technology used in the current program who knows nothing of anything else and doesn't want to learn. | 149 | 8.85 | | Neither. I'll do his part of the project myself. | 381 | 22.64 | | This week's survey: What do you want for Christmas this year? Most popular new articles 16 Dec 2013 - 22 Dec 2013 | The ever-expanding matrix of new browsers, plugins, third party apps, programming languages and tools can make it difficult for software companies to keep pace when it comes to testing their web applications. This whitepaper will outline the basics of functional, usability and load testing for web-based applications and will touch on topics such as cloud computing, multimedia, plugins, localization, deadlines, and metrics. Learn these 10 tips to help you stay on top on of the latest trends in web app testing.
Download Now | Latest Additions 151 articles overall. 89 new, 62 updated. New articles added - Sexy C# - S. M. Ahasan Habib
In this article I will explain one by one of those hot and sexy features with code example. In some section I use question(Q) and answer(A) pattern so that audience can understand better.
- A glance at C# vNext - Florian Rappl
A detailled outlook at some of the possible language features of the next version of C#.
- Abstract Class and its Usage - SarveshShukla
This article describes the concept of an abstract class in .NET.
- dynamic could be better - Paulo Zemek
This article explains why the dynamic keyword is not as useful as it should be.
- Interfaces for Beginners-II [USING Interfaces] - Chetan Kudalkar
This is part 2 of my article on interfaces for beginners. It focuses on usage of interfaces.
- UAV telemetry client software - muhammadumairomee
Telemetry client software for an amateur UAV project which displays data in real-time and also for offline usage
Articles updated - AJAX DLL - Mehul M Thakkar
.NET library to call server side method from JavaScript.
- Free .NET Spreadsheet Control - Jing-Lu
.NET Spreadsheet Control written in C#. Supports Cells Merge, Border Style, Pattern Background Color, Data Format, Freeze, Formula, Macro and Script execution.
- The C# trickbox - Florian Rappl
A close look at some powerful features of C# that are less known but sometimes come in very handy.
- Sharpening Notepad++ - Oleg Shilo
This article describes the CS-Script C# Intellisense plugin for Notepad++ (CSScriptNpp).
- XMLFoundation - Brian Aberle
XMLFoundation is the fastest approach to dealing with XML and it also delivers a simple and easy to manage pattern of software development into your application.
New Tips and Tricks added - PHP and 504 server error - Santiago Santos Cortizo
This pattern will allow you to forget 504 server error on huge operations.
Tips and Tricks updated - A Simple Bluetooth Application - Hadrich Mohamed
This tip enables you to discover bluetooth features and how we can use its API to develop a simple application.
New Technical Blogs added - Top 10 ASP.NET Interview Questions and Answers - Imran Abdul Ghani
"ASP.NET is a web application development framework for building web sites and web applications that follows object oriented programming approach".Following are the top 10 commonly asked Interview Questions with Answers on ASP.NET:What is the concept of Postback in ASP.NET?A postback is a request se
- A Workaround for Type Inference with Expression Templates and Proxies - John Bandela
code{white-space: pre;} table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { margin: 0; padding: 0; vertical-align: baseline; border: none; } table.sourceCode { width: 100%; line-height: 100%; } td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color
- jQuery – Different Selectors - Arun Ramachandran India
CodeProject In previous articles, we have discussed about Content Delivery Networks(CDN), jQuery ready function, API documentation in jQuery etc. One of the another key thing we need to know in jQuery is Selectors. What are Selectors in jQuery? Selectors allow page elements to be selected. Single or
- jQuery – How to select Input Nodes? - Arun Ramachandran India
CodeProject In yesterday's blog posts, we have discussed about Selecting Nodes by Attribute Value in jQuery. If you didn't read that, I strongly recommend to read it before proceeding this article. Here is the link jQuery – Selecting Nodes by Attribute Value. In this article we will go over Selectin
- Unit Testing in JavaScript - Keyhole Software
It's easy to overlook unit testing as you embark on a large-scale project in JavaScript, but the need for JS unit tests is just as real as with any other language. However, unit testing tools & procedures aren't as clear-cut for JavaScript; there are more trade-offs to consider and hurdles to clear.
- jQuery – Getting to Know the jQuery Documentation - Arun Ramachandran India
jQuery - getting to know the jQuery documentation
- How To Successfully Build Team Confidence - Zac Gery
How to successfully build team confidence
- jQuery – Interacting With DOM - Arun Ramachandran India
How to interact with DOM like Iterating through nodes, Modifying properties and attributes and Adding and removing nodes in jQuery.
- Prebrowsing - Not All That... - Gilly Barr
About prebrowsing
- Motivations of choosing C : Git case study - Issam Lahlali
Linux, Php, and Git are a popular projects developed with C, in the other side OpenOffice, firefox, Clang, Photoshop are developed with C++, so it’s proven that each one is a good candidate to develop complex applications. Try to prove that a language is better than the other is not the good d
- jQuery – How to select Nodes by ID and Class Name? – Example - Arun Ramachandran India
CodeProject In yesterday's blog posts, we have discussed a detailed example of Selecting Nodes by Tag Name in jQuery. If you didn’t read that, please read before proceeding this article. Here is the link jQuery – Selecting Nodes by Tag Name – Example. In this article we will go over an e
- PagerDutySays TTS Service - Patrick Tully
PagerDutySays TTS Service
- Exporting and Importing Wireless Settings Using Netsh in VB.NET - jeffery c
Exporting/Importing wireless settings using netshI. IntroductionWireless settings can be exported and imported using netsh. In this article, I will refer to the wlan(wireless local area network) part of the netsh command line program for the actions explained. Besides importing and exporting profi
Technical Blogs updated - First date with WCF Named Pipe Transport (Duplex) - comiscience
Background I’ve used TCP Transport to make my projects work. Some of my projects are working seperately on different machines which use WCF to get communication with each other. For exemple, we need get Market Data from Bloomberg’s service (it’s legally), and then transfer real-tim
© 2013 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