154 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. Happy Thanksgiving, Canada. It's the time of year in Canada where they put away their Summer gear, crack out the -40 degree coats and gloves, dust off the hockey gear and get set for a long, long, long Winter by eating the equivalent of a month's food in one sitting. The team is, understandably, off digesting and will crawl back in to the office tomorrow. In the meantime: The Internet Of Things! It's a nebulous term but that isn't stopping us from having a competition to try and nail down what it's all about. Lots of prizes, lots of toys, and plenty of details when we launch mid-week. Stay tuned. cheers, Chris Maunder Advertisements Windows 10: Thumbs up or thumbs down? Survey period: 6 Oct 2014 to 13 Oct 2014 Windows 10 has been announced. Officially. Do you like what you see so far? Thumbs up | 953 | 55.02 | | No opinion | 634 | 36.61 | | Thumbs down | 145 | 8.37 | | This week's survey: Trends: Which ones are relevant to you? Most popular new articles 6 Oct 2014 - 12 Oct 2014 Latest Additions 154 articles overall. 121 new, 33 updated. New articles added | (16 votes) by Mathew Soji Basic introduction to Data Annotation in .NET Framework |
| (6 votes) by 19sanjeev As many of us know about ZF2 (Zend Framework 2), it is an open source, object oriented Framework designed for developing web applications and services using PHP 5.3+. So, in this post we will go through the installation process for ZF2 Framework with a skeleton application so that it will be easier |
| (4 votes) by James_Carter Some feedback to avoid common mistakes when porting a .NET application to Mac OSX |
| (1 vote) by Muhammad Muddasar Yamin This tip is about the development Leap Motion integrated Windows 8.1 metro apps using C# |
| by Vivek Goyal Here are the steps to add ajax HMTLEditorExtender control in webform.1. In VS 2013 open Tools > Library Package Manager > Package Manager Console.2. Enter command : PM> Install-Package AjaxControlToolkit . This will download and add AjaxControlToolkit.dll reference with your website.3. Add following |
| (3 votes) by pi19404 In this article we will look at single-hidden layer Multi-Layer Perceptron (MLP). |
| (2 votes) by nitish kansal Search system implementation using cloudsearch |
| (15 votes) by gupta.avinash In this article you will learn to create Local and Remote services in Android to perform background tasks and inter-process communication along with a few related topics like AsyncTask, Broadcast Receivers, Messenger and Status Bar Notifications. |
| (7 votes) by Grasshopper.iics A Step by Step Guide for Getting Your Android App into the App store and Monetize it |
| (7 votes) by Pavel Durov This article is explaining how to implement a a basic game fundamentals on Android platform. |
| (6 votes) by Pavel Durov This article will explain briefly how to use a basic encryption/decryption on Android and on .NET platforms, with focus on passing encrypted data from Android to .NET. |
| (3 votes) by Grasshopper.iics The Simplest Graphics and Animation tutorial you ever wanted |
| (3 votes) by Ranjan.D (updated 6 hrs ago) This article is all about how to make an Articles Request by using CodeProject API, then get the response and de-serialize the same and display the list of articles in a ListView element. |
| (3 votes) by Abhishek Nandy a simple walk through of project anarchy Wild Card |
| (2 votes) by Grasshopper.iics A Simple Step By Step Guide to Social Network Integration In Android |
| (2 votes) by Pavel Durov This tip will show how to use a batch file for adb commands. |
| (1 vote) by dkoksal Discern what wireless chipset your device is using with dmesg. |
| (4 votes) by Kalvin Lawrence Ernst Generate a web app instantly, directly from a database (SQL Server) |
| (2 votes) by UD_05 Removing "#" From URL in AngularJS |
| (33 votes) by Marla Sukesh (updated 3 days ago) Welcome to day 1 of Learn HTML 5 in 3 days article series |
| (16 votes) by Suraj Sahoo Mindfiresolutions Using Glimpse in MVC projects to enhance the performance of the application and know your application better. |
| (10 votes) by amateurp OWIN is used to create loosely coupled web applications |
| (7 votes) by Louie Bacaj Web API was introduced and was recently streamlined into Web API 2.0. This framework is heaven for C#/.NET services developers. It allows you to get a RESTful API in .NET up and running in less than an hour. As you'll see it's also just as easy to consume that API in another programming language. |
| (6 votes) by Mathew Soji A walkthrough on installing Redis server and implementing a custom ASP.NET State Management using Redis and ASP.NET MVC5. |
| (6 votes) by Arunima Panda In this article, we will see how to apply basic validations to a model in an ASP.NET MVC application. |
| (6 votes) by Arkadeep De XMl read, write, edit, search in .NET using C# |
| (5 votes) by suashpatil3007 Session handling for asynchronous requests made from jquery |
| (5 votes) by chinmayi samal Methodology of passing data in MVC architecture |
| (4 votes) by Gaurav.Kumar.Arora In this article, we will learn how to consume ASP.NET WEB API hosted on another server (as a REST services only) using ASP.NET MVC4 (as a client) with RESTSHARP. |
| (3 votes) by Afazal MD 3104209 AngularJS integration with Web API explained with a product list and added new product with get and post method. |
| (3 votes) by Sri Nivas.M (updated 4 days ago) How to access the site using domain name instead of localhost in IIS |
| (3 votes) by Lyubomir Rumenov Velchev Display Bootstrap Modal Dialog using Version Bootstrap v3.2.0 and v3.0.0 - issue |
| (2 votes) by Suvendu Shekhar Giri Learn how to synchronize two ASP.Net textboxes |
| (2 votes) 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, s |
| (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 6 days 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. |
| by Shivi Gupta Lucknow Here we will see how to send user name from a login page to the welcome page using $.ajax() method. |
| (10 votes) by Karpov Andrey Test your C++ skills - find bugs in popular open-source projects. |
| (4 votes) by biicode In this post we will learn C++ templates in depth: Class and function templates, template parameters, variadic templates, all with in depth examples. |
| (1 vote) by KarstenK Some toughts whether to prefer Objective-C or Swift. |
| (33 votes) by Shivprasad koirala (updated 4 days ago) In this article we will try to understand C# Attributes. |
| (10 votes) by Shah Ankita This code sample demonstrates how to set an alarm notification. |
| (10 votes) by Oliver_Hart I'll show how to record audio and video stream into MPEG-4 file format by using C# to be able to save and store what happened in the area that is under video surveillance. |
| (9 votes) by khem thapa Code-First Approach with Asp.Net MVC Framework |
| (5 votes) by JleruOHeP If you want to implement he simplest drag-n-drop diagram designer. |
| (5 votes) by jelo pasiolan This article, along with real code, combining SqlConnection and SqlCommand in one Class |
| (4 votes) by Bryan Tubbs This article will show how to create a list of a particular class type from a SqlDataReader object by dynamically creating a lambda expression to carry out the process of populating the list. |
| (3 votes) by Milad Ashrafi We need this script for database based ASP.NET websites for using HTML content in post pages. |
| (4 votes) by cruse07 Create DLL to draw your own message box |
| (3 votes) by Shivani Jha This tip/code will help in fetching all active directory users name and store in dynamic list. |
| (2 votes) by Gerardo Recinto Virtualization of RAM & Disk for high-speed, low-footprint & scalable data Caching |
| (7 votes) by _debasis Introduction There is always a confusion in .call() and .apply(). Where to use when? Why we need to call a function using .call() and .apply(), even if, we can directly call that function ? For Instance :someFunction.call() and someFunc.apply() But we can directly call the function by someFunction( |
| (4 votes) by Relly Rivlin Filter, sort and paging with ng-grid using AngularJS and REST. |
| (2 votes) by Igor Vigdorchik Presents 4 JavaScript patterns |
| (1 vote) by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) (updated 5 days ago) In this Blog, we will explore the error I faced, while I was attaching Events to Telerik RadEditor and how I resolved that. |
| (1 vote) by SheSharp PlusPlus This tip shows how to create a chrome extension via a background JavaScript page and commands. |
| (11 votes) by Chris Boss Having been programming since the 1980′s, I often wonder what has happened to programming. When learning something new from a technology book I would often gauge the books quality on how simply the topic was explained and how quickly I could grasp the subject. Complexity may seem impressive, b |
| by Dominic Burford Deploying your WCF web service to IIS |
| (10 votes) by Arora_Ankit This tip will provide you with an idea about basic things that you can use to get better performance from query. |
| (7 votes) by Jörgen Andersson |
| (2 votes) by Prakash Lekhak Create an ER diagram for complex database |
| (1 vote) by Suvendu Shekhar Giri Sort the result set as per your need |
| by Rajat-Indiandotnet Problem:- Sometimes it happened that you need to run a single statement on entire tables which exists in database. so most of the time we think of cursor which run for each sys.objects (table) and we execute the dynamic statement by replacing table name. Solution: Although the solution we are thin |
| by Alex_2979 How to get on track with Active Directory |
| (2 votes) by Steffen Ploetz Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. This article shows how to use XAML with the Roma Widget Set (Xrw) in C#. |
| (1 vote) by ozkar garcia ASP.NET provides us with the ability to add custom pages for HTTP errors via Web.config CustomErrors tag. This however does not work when we try to handle the 401 error under Windows authentication. The reason for this is that this error (401) is raised during the Authorization request event on th |
| (9 votes) by Marla Sukesh People usually get scared and confused when they hear the word View Model in MVC. View Model is a hidden layer in ASP.NET MVC applications. View Model is not a part of MVC. It's something brought up by community for maintaining SOC. SOC –Separation of concerns – It means everyone will do only that w |
| (1 vote) by Israel Sant'Anna This is an alternative for "Links with arbitrary text in a RichTextBox". |
| (13 votes) by Darko Jurić Fast object detection by template matching |
| (1 vote) by Bartlomiej Filipek Several code changes that made my particle system faster: SIMD, random number generator, pointer aliasing, memory alignment. |
| (8 votes) by Komal Mangal How to export Data Grid to Excel with Save Dialog Box in C#.NET |
| by newton.saber Feasibility Study How feasible is it to live off of renewable energy? This is my investigation into converting my home so I can go completely "off grid". However, I raise more questions about the feasibility than I provide answers. I think you'll find this interesting though. The f |
| (2 votes) by AJSON (updated 4 days ago) If you work on a Windows machine with customer data, you owe it to them, your employer and yourself to secure it - heres a quick run-through how! |
| (8 votes) by Suvendu Shekhar Giri Simple way to create drop cap using CSS |
| (5 votes) by Prava@MFS CSS: Custom HTML5 Form Validation with Visual Effects using Pseudo Class |
| (2 votes) by pi19404 In this article we will look at Jekyll a static site generator |
| (2 votes) by Suvendu Shekhar Giri Create printable links using CSS |
| by Shekhar Pankaj New proposed element to be added in W3C Candidate recommendation: 09 September 2014 |
| (2 votes) by Nosey Parker How to calculate subnet fast and get active ip-addresses |
| by Nosey Parker TcpClient.BeginConnect with timeout |
| (1 vote) by uros_calakovic Use the LibGDX Java gaming framework and JRuby to create a simple 2D game for desktop |
| by Member 10843807 An example to illustrate how esProc Helps Process Structured Text in Java–Conditional Filtering |
| by tanmoysarkar In this walkthrough I will show you how to create an ESB application where Itineraries are used to transform the message from source 850 messages to Order messages. The prerequisite of this tutorial is that you have already installed BizTalk … Continue reading → |
| by tanmoysarkar BizTalk works under publish/subscriber architecture.The node which wants to communicate with other node using BizTalk will first publish their message in the database.BizTalk will then subscribe this message based on some rules and routed to proper endpoint. In BizTalk, publishing … Continue r |
| by tanmoysarkar In BRE, facts are user data which are used in policy for conditional rule. Facts are categorized into long term and short term facts. Short term facts often change with requirement but long term facts do not change much. In … Continue reading → |
| (6 votes) by Daniel Vaughan Using Xamarin Forms platform specific rendering to create a cross-platform application bar. |
| (1 vote) by binit.ku.singh |
| (7 votes) by Atle Solbakken Are the programming languages we use for web design today really adapted well enough to fit our needs? |
| by Kevin Griffin Everleap is a hosting service by the good folks who brought us DiscountASP.NET. It is promoted as a reliable, scalable, and affordable hosting platform built on top of the Windows Azure Pack. |
| (1 vote) by Keyhole Software I've recently been working a lot with JavaScript (specifically, Backbone with Marionette) after many years of working predominantly with Java. When I start something that is a little different for me, it is always my tendency to want to jump in and start using it immediately. But in this situation, |
| (3 votes) by Prava@MFS Why to use Framework in PHP |
| (6 votes) by Michael N. Haephrati (updated 4 days ago) How to find the Skype default account's name programmatically |
| (1 vote) by Aldonis55 A simple Silverlight application that shows how to apply Jeff Wilcox's UniformGrid control to a bound collection. |
| by sebastianrogers Hi Folks Interesting conversation on Thursday I overheard at a client site. Mature Development Manager: Does it pass the unit tests? Cocky Young Developer: Pardon? MDM: What unit tests do we have? CYD: Kim and Chris. MDM: Don't we have any unit tests? CYD: Its written in Word so no, unit test |
| (1 vote) by Rajat-Indiandotnet Hello friends, Just wanted to share some technical words here again it is good to know 1) OLAP : On Line Analytical Processing 2) MOLAP :- Multidimensional On Line Analytical Processing 3) ROLAP :- Relational On Line Analytical Processing 4) HOLAP :- Hybrid On Line Analytical Processing 5) RTOL |
| (1 vote) by pratimamf Setup and configure Selenium Webdriver With Eclipse and Java |
| (1 vote) by Member 11140631 In a mobile application, the first area for which test plan needs to be executed is the user interface. It is very important to have a good look and feel of the application that would attract consumers to use the application. It is the duty of a QA to ensure that the application has a […] |
| by Peri Venkatesh A closer look at test suites and assertions |
| by Peri Venkatesh A closer look on test suites and assertions |
| by Member 11140631 Performance testing in mobile applications |
| (8 votes) by Lee P Richardson I firmly believe ReSharper is the best thing to happen to .Net since Visual Studio (NCrunch is a close second). In evangelizing it I managed to convince my program to purchase copies for every developer. One caveat: I had to train everyone.So next week I'm doing a ReSharper presentation. To keep |
| (5 votes) by Yamin Khakhu The article presents CI for Asp.net Application using CruiseControl.Net. |
| by pi19404 In this article we will look at how to use Git Subtree Tool to split a sub-directories of a project into separate project |
| (5 votes) by 19sanjeev How to get started with Angular JS |
| (3 votes) by Prava@MFS Use of MathML in HTML5 |
| (3 votes) by CatchExAs Whilst hacking together a prototype console application and then reusing it within a WinForms app, it struck me that the dynamically linked library as far as the (.NET developer is concerned), seems somewhat obsolete. There appears nothing that can be done with an assembly in the form of a DLL that |
| (1 vote) by pratimamf A web page consists of set of different web elements. We need to know what are the different elements on a web page and then how to locate the web elements. Here are some common web elements we encounter most of the time while automating the web page. Text box Drop-down List Checkbox Radio button [& |
| (1 vote) by UD_05 This post discusses Angular JS |
| (1 vote) by CatchExAs Cashflow: one metric to rule them all |
| (1 vote) by 19sanjeev Hi all, in my last blog I explained how to "Install Zend framework 2 in Linux". Now, I am try to explaining how we can write code in Zend Framework 2. After installing Zend Framework 2, Project folder structure will look like below Now, we need to modify 3 files in setting. 1. zf2-demo/p |
| by Rajat-Indiandotnet This is one of the interesting feature which I like most. Instead of passing values from collection one by one pass entire collection to stored procedure as a table value parameter. I know above statement is not digestive enough so lets understand this by an example. Suppose , I have a table tblSt |
| by Ronnie Mukherjee I intended for this article to be contained within a single post, but it turned out to be too long for that. The second part will be posted next week. Introduction Over the past couple of days I have been on quite a journey in trying to optimize a method in my current project. I've known this |
| by pi19404 The article illustrates tools and techniues that can be used for python code documentation |
| by Nick Cosentino Are you excited to get your Myo armband from Thalmic Labs? If you're a C# developer, then check out this open source library to help you control your Myo! The post appeared first on http://www.DevLeader.ca. |
| (3 votes) by Prava@MFS The word Web Worker specifies a JavaScript running in the background, without affecting the performance of the page, independently of other user-interface scripts that may also have been executed from the same HTML page. Let's go into little depth to understand what it exactly means :). Javasc |
| (25 votes) by Sacha Barber (updated 4 days ago) A simple REST framework written from scratch using just the .NET base class library |
| by Peri Venkatesh This is an introduction to web services and soapUI. |
| (2 votes) by Prava@MFS How to install Zend Framework 2 on Windows OS |
| (1 vote) by Prava@MFS HTML5: Use of Picture Element for Responsive Image Design |
| (5 votes) by Emiliarge Using FindWindow() and WindowFromPoint() to identify window, and SetWindowText(), MoveWindow(), SetForegroundWindow(), EnableWindow() to interact with it |
| (6 votes) by S.Prateek This is a very basic and primitive guideline to use SqlLite as a common local database with Windows Universal Apps. |
Articles updated | (51 votes) by Sandeep Singh Shekhawat (updated 6 days ago) This article introduces the Generic Repository pattern and Unit of Work in ASP.NET MVC applications. |
| (46 votes) by Marco Bertschi (updated 3 days ago) CodeProject Workspaces was closed by August 30th 2014 - I decided to keep this article available since Workspaces is now a part of CodeProject's history. |
| (51 votes) by Kashif_Imran (updated 4 days ago) An easy to understand and use language interpreter, run time parser and calculation engine from scratch in C#. |
| (14 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. |
| (9 votes) by Khushboo Kaur (updated 3 days ago) The article helps in understanding the use of Cursor Loader in Android. |
| (5 votes) by Ranjan.D (updated 6 days ago) This article is considered as a bonus article, explaining various Android APIs with explanation and code samples that you may find it useful in your day to day life. |
| (2,123 votes) by .dan.g. (updated 4 days ago) A hierarchical task manager with native XML support for custom reporting. |
| (18 votes) by Shivprasad koirala (updated 5 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. |
| (8 votes) by DrABELL (updated 4 days ago) Article describes CSS3 formatting technique that allows to create web Table header, which always stays atop the table regardless of scrollingle |
| (6 votes) by Spencer Kittleson (updated 4 days ago) Pin a shortcut onto the Taskbar or Start Menu using VBScript |
| (8 votes) by Paulo_Santos (updated 3 days ago) A small program in C++. A city list manager. |
| (31 votes) by _Noctis_ (updated 6 days ago) This will let you start logging quickly with VS2013 and NLog. |
| (10 votes) by Paolo Costa (updated 6 days 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. |
| (14 votes) by Gerd Wagner (updated 6 days ago) This tutorial shows how to build a JavaScript frontend web application with minimal effort, not using any (third-party) framework or library. |
| (3 votes) by Marco Bertschi (updated yesterday) A brief step-by-step guide on what is needed to get Qt and the Qt Creator installed on your Linux environment |
| (16 votes) by NewPast (updated 2 days ago) Software protection & Decompiling software as a new cracking method |
| (27 votes) by syed shanu (updated 2 days ago) In This Article lets see in detail of Basic SQL Query |
| (8 votes) by Anandhi Swamy (updated 6 days ago) The basic design consideration for a Multi-tenant web application |
| (207 votes) by Uzi Granot (updated 13 hrs ago) PDF File Writer is a C# .NET class library allowing applications to create PDF files. Version 1.9 adds Chart, Print Document, enhanced Image support. |
| (19 votes) by wmjordan (updated 3 days ago) Converting PDF into bitmaps without installing extra components. |
| (222 votes) by Mehdi Gholam (updated 6 days ago) Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support) |
| (34 votes) by Mehdi Gholam (updated 6 days ago) A binary JSON serializer based on fastJSON (support for MonoDroid) |
| (43 votes) by Nirosh (updated 6 days ago) Nido Framework with .Net 4.0 and Entity Framework help you standardize your Business Logic Layer (BLL). |
| (620 votes) by Phillip Piper (updated 17 hrs ago) .NET ListView maxed out on caffeine, guarana and steroids. |
| (15 votes) by _Noctis_ (updated 6 days ago) To save you doing this every time you want a WPF/MVVM project, here it is, all rolled into one. |
| (8 votes) by B. Clay Shannon (updated 6 days ago) Save time checking up on new content on your favorite websites by downloading, and setting up an RSS newsreader |
| (20 votes) by David Jeske (updated 5 days ago) A simple open-source scene manager, and WavefrontOBJ file loader in C# and OpenGL (OpenTK). Runs on MacOS and Windows. |
| (10 votes) by Peter Leow (updated 4 days ago) The OO way to writing your database operation code in PHP |
| (14 votes) by SERGUEIK (updated 4 days ago) In this article, few examples of embedding basic Windows Forms and WPF in Powershell script for collecting user inputs are given. |
| (8 votes) by Terrence Dorsey (updated 4 days ago) Whether you're starting out and want to get a first taste of programming, looking to connect with other women in science and technology, or want to be inspired by the amazing work being done by women, check out these resources. |
| (27 votes) by syed shanu (updated 5 days ago) Windows Form Design at Run Time.Panel has been used as a Form where user can Add ,Move controls.user can Add,text,items,colors and etc using Property Window.Bind Data to DatagridView,ListView,ComboBox from DataTable,XML File and From SQL Server Data Base |
| (22 votes) by Pavel Torgashov (updated 6 days ago) Fast and flexible replacing of standard WinForm's controls: ListBox, CheckedListBox and TreeView. |
| (28 votes) by Don Kackman (updated 4 days ago) An easy to use Rest client using the Dynamic Language Runtime |
© 2014 The Code Project. All rights reserved. This email was sent to vutunglampro@gmail.com. To stop receiving The Weekly Newsletter 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