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. Advertisements This week's survey: How do you provide updates to your software? Latest Additions New articles added | (7 votes) by Afzaal Ahmad Zeeshan (updated 5 days ago) Since I wrote an article previously, I had been asked on various occasions to share the code to Yahoo! or Bing, etc. I wanted to write an article, with the code, which covers all of those vendors as well. | | (3 votes) by Sharp Ninja (updated 6 days ago) Paket is an alternative to the default nuget package manager used in Visual Studio. Paket is completely compatible with nuget, but is much more feature rich and provides real-world benefits for library developers. | | (1 votes) by Mahmoud Samir Fayed (updated 2 days ago) Practical introduction to using the Natural Language Programming Library in the Ring programming language version 1.4.1 | | (20 votes) by Mahsa Hassankashi (updated 5 days ago) This article provides simple and complete explanation for neural network with practical example. You will read here that what happens exactly in human brain and also in artificial implementation. | | (2 votes) by Bhairav Thakkar (updated 6 days ago) A basic artificial neural network code for experimenting | | (1 votes) by cghosh (updated yesterday) Asp.Net MVC Solution Architecture project with Async Repository pattern by Service having Dependency Injection by Unity | | (2 votes) by UmaRani T (updated 6 days ago) Deploy .NET web application on azure container service using VSTS | | (4 votes) by Wajeeh Ahmed (updated 4 days ago) This article is about launching a secondary process from within a process and verifying the successful launch. | | (7 votes) by Marla Sukesh (updated 4 days ago) A 10 Days series on Latest version of Angular - Today we will look Templates, Events, Models, Directives etc. | | (2 votes) by MukeshKumarMVP (updated 16 hours ago) This article will demonstrate how to manipulate data and perform CRUD operation in JSON file using C#. | | (0 votes) by Tomáš Růt (updated yesterday) Explanation of BobX application store management for bobril | | (4 votes) by Andrew Kirillov (updated 6 days ago) The article describes cam2web project - an open source application aimed for streaming cameras as MJPEG streams. | | (3 votes) by FiegeU (updated 5 days ago) A worktime tracking solution that reads RFID tags on a Raspberry based terminal that is integrated to Dynamics AX 2009 | | (7 votes) by Marc Clifton (updated 6 days ago) Not very classy in C#, but pretty classy in F#. | | (1 votes) by VisualMonsters (updated 2 days ago) Magic blocks -Simple logical game tutorial | | (3 votes) by LostTime76 (updated 5 days ago) A custom panel which allows elements to be resized using splitters | Articles updated | (127 votes) by Peter Vegter (updated 3 days ago) Windows Media Control Interface (MCI) library with many added features | | (6 votes) by Bart-Jan Brouwer (updated 6 days ago) Modern design example for .NET Core MVC with RESTful service | | (8 votes) by Rinoy Ashokan (updated 5 days ago) Showing loading image in the client side whenever a server postback / Background server operation is in progress | | (22 votes) by Andreoli Carlo (updated 6 days ago) Simple terrain generator and representation through WPF Viewport3D | | (15 votes) by Valerii Tereshchenko (updated 5 days ago) Objects Comparer for .Net | | (5 votes) by Yunus Emre Kalkan (updated 5 days ago) How to create custom repostories in ASP.NET Boilerplate and use stored procedure, view, user defined functions inside your repository. | | (31 votes) by Marla Sukesh (updated 3 days ago) A 10 Days series on Latest version of Angular - Day 1 will be very basic and mostly on JavaScript, TypeScript. | | (8 votes) by Marla Sukesh (updated 3 days ago) A 10 Days series on Latest version of Angular - In this part 2 we explore some more fundamental concepts of TypeScript. | | (6 votes) by Tomáš Růt (updated 17 hours ago) Explanation of bobflux application architecture for bobril | | (8 votes) by Marla Sukesh (updated 3 days ago) A 10 Days series on Latest version of Angular - Today we will learn how to get started with Angular. We will discuss each andevery step in detail. | | (5 votes) by Tomáš Růt (updated 17 hours ago) Explanation of features for localizations and formating by bobril-g11n library | | (5 votes) by Tomáš Růt (updated 17 hours ago) Simple explanation of bobril routing mechanism | | (2 votes) by Tomáš Růt (updated 16 hours ago) Bobril-build | | (6 votes) by JasonShort (updated 6 days ago) Wouldn't it be handy if you could use regular expressions (RegEx) in your SQL code? You could do some really advanced queries through the ability to specify regular expressions rather than just the simple like % matching you normally use. SQL CLR can do that! | | (31 votes) by Howard 9448490 (updated 6 days ago) Two classes for easy access to system information using OpenHardWareMonitor and Windows System.Management. | | (136 votes) by stfx (updated 6 days ago) A modular InnoSetup script to download and install all available .NET Framework versions and much more | | (351 votes) by Mehdi Gholam (updated yesterday) Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support) | | (69 votes) by Mehdi Gholam (updated 21 hours ago) A binary JSON serializer based on fastJSON (support for MonoDroid) | | (6 votes) by Clifford Nelson (updated 2 days ago) Presents a class to help create flexible value and multi-value converters that use the ConverterParameter to specify return values for true and false results using the ?: operator | | (7 votes) by gggustafson (updated 12 hours ago) This article is a significant revision to the earlier version and introduces a new version of ViewFile. | | (7 votes) by CrazyGao (updated 6 days ago) Easy way to create Single Page WebApp | | (27 votes) by Uzi Granot (updated 4 days ago) This program will solve a Rubik's cube using algorithms for beginners. It is a WPF open source application written in C# using 3D graphics and animation. | New Tips and Tricks added | (2 votes) by Ajit Hegde (updated 6 days ago) This tip describes on how to use ASP.NET identity entity framework with mysql database. | | (2 votes) by PSahu (updated yesterday) This tip demonstrates how to create a custom stack using array in C# by using recursion to manage items positions internally when pop and push methods are called. This is a simple programming practice for beginners. | | (2 votes) by John Simmons / outlaw programmer (updated 2 days ago) Handy class to reduce clutter in your code | | (0 votes) by gaurav_rwt (updated 2 days ago) Gridview paging with numeric with first and last button using jquery and code behind | | (7 votes) by Yury Yuhno (updated 5 days ago) A panel that has rounded borders, gradients, edges/bevels and a shadow | | (8 votes) by Bohdan Stupak (updated 4 days ago) The article explains Windows registry redirection feature with a simple example | | (3 votes) by Clifford Nelson (updated 2 days ago) Sometimes want to have some action in a View when there are no items or are items in a collection. It is very easy to do this with a converter and binding to the Collection's Count property | Tips and Tricks updated | (4 votes) by Laurie Stearn (updated 2 days ago) Does your app create extra files post install? Now clean them up! | | (10 votes) by CoderCsharp (updated 3 days ago) Using OutgoingMessageProperties and OperationContextScope to implement authorization by http header for WCF client that communicates with non WCF-based web services. | New Technical Blogs added | (5 votes) by John Newcombe (updated 6 days ago) Genetic Algorithm Framework | | (2 votes) by John Newcombe (updated 6 days ago) Genetic Algorithm Framework | | (2 votes) by John Newcombe (updated 6 days ago) Genetic Algorithm Framework | | (2 votes) by morzel (updated 6 days ago) Detecting a drone - OpenCV in .NET for beginners (Emgu CV 3.2, Visual Studio 2017) | | (1 votes) by John Newcombe (updated 6 days ago) Genetic Algorithm Framework | | (1 votes) by John Newcombe (updated 6 days ago) Introduction The following article describes an approach that develops the Genetic Algorithm design in stages by developing a GA to solve the Binary F6 function. Once the GA has been developed using the Binary F6 it can then be applied and further developed within the problem domain, thereby allowin | | (1 votes) by John Newcombe (updated 6 days ago) The Genetic Algorithm Framework | | (1 votes) by John Newcombe (updated 6 days ago) Genetic Algorithm Framework | | (1 votes) by John Newcombe (updated 6 days ago) The genetic algorithm framework | | (1 votes) by John Newcombe (updated 6 days ago) Genetic Algorithm Framework | | (0 votes) by John Newcombe (updated 6 days ago) The GPS library for .NET | | (1 votes) by John Newcombe (updated 6 days ago) Hopfield Neural Network for Character Recognition in .NET and C# | | (0 votes) by John Newcombe (updated 6 days ago) How to remove the bounce from a Rotary encoder in C++ | | (0 votes) by John Newcombe (updated 6 days ago) How to create WSPR message in C++ | | (1 votes) by John Newcombe (updated 6 days ago) Taming the Twitter API in C# | | (2 votes) by Karthik Chintala (updated 3 days ago) @Input and @Output in Angular | | (3 votes) by Kamran Bilgrami (updated 4 days ago) How to break in code for a specific class instance using conditional expressions | | (2 votes) by John Newcombe (updated 6 days ago) 6502 Cross Assembly using MacOS and Atom | | (2 votes) by John Newcombe (updated 6 days ago) 6502 Cross Assembly for the Apple II using MacOS | | (1 votes) by John Newcombe (updated 6 days ago) Running the GA Framework on a Raspberry Pi using Mono | | (3 votes) by Jeremy Hutchinson (updated 2 days ago) Azure SQL vs AWS RDS - performance and cost | | (1 votes) by Richard James Moss (updated 5 days ago) How to write custom Markdig extensions | | (2 votes) by John Newcombe (updated 6 days ago) A fairly simple way to swap the eight soldered RAM chips found on many Apple IIe computers | | (1 votes) by John Newcombe (updated 6 days ago) How to use a GA in Intelligent Software Defined Radio | | (1 votes) by Alvin Bunk (updated yesterday) Apache Tomcat Enable gzip Compression and Expires Headers | | (5 votes) by Rion Williams (updated 5 days ago) How to make a switch as a software developer | Blogs updated | (2 votes) by morzel (updated 5 days ago) Detecting a Drone - OpenCV in .NET for Beginners (Emgu CV 3.2, Visual Studio 2017). Part 1 | | (2 votes) by JasonShort (updated 6 days ago) How to use EF 4.1 Code First to support multiple database vendors | | (10 votes) by JasonShort (updated 6 days ago) ADO.NET is a set of libraries included in the .NET Framework to facilitate the communication of applications with various data storage mechanisms. These libraries form the basis for all third parties to provide database access. | | (13 votes) by JasonShort (updated 6 days ago) In this article, I want to cover a particular problem I have had many times over the years. How do you speed up multithreaded apps that are bound by blocking functions, or long running I/O operations? | | (14 votes) by JasonShort (updated 6 days ago) LINQPad helps you learn LINQ | | (0 votes) by JasonShort (updated 6 days ago) A few common SQL query patterns, and their Linq to Entities (EF) equivalents | © 2017 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