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 World Emoji Day ...and something I never imagined seeing myself write. They are part of our culture, they are multiplying rapidly (2623 and counting), and sooner or later you'll find you need to support them even though there's no way you can possibly see that being possible. It'll happen. Sorry. So familiarise yourself with the ever-growing list, get bonus points for learning the inappropriately named dongers, maybe check out utf8everywhere.org, and generally make sure you support Unicode. It's a small world out there. 🖖🏻 cheers, Chris Maunder Advertisements This week's survey: Have you ever refused to write code in a certain language? (and what was it?) Latest Additions New articles added | (0 votes) by Jonathan "Ehi" Yee (updated 6 days ago) A simple image fetching app using MVP pattern | | (5 votes) by MysteryMaster (updated 3 days ago) This article explains how to model a logic grid puzzle in the JavaScript programming language. | | (14 votes) by Mahsa Hassankashi (updated 5 days ago) Best Practice For Learning Basic of Machine Learning and Gradient Descent Based on Linear Regression. This article will explain complete and describe detail by detail and step by step computational matters. | | (2 votes) by Yaseer Mumtaz (updated 6 days ago) This article helps to understand the architecture and use of simple data grid developed in Angular 4. | | (5 votes) by Marius Bancila (updated 5 days ago) Create COM visible types in C# and consume them from C++ | | (9 votes) by CMalcheski (updated 5 days ago) App Initialization and Main Window Creation | | (1 votes) by Tibor Blazko (updated 21 hours ago) Connecting Functions with other web services | | (1 votes) by Voevudko A. E., Ph.D. (updated 6 days ago) Demonstrating ability of the L-system in R, and offering helper functions able to plot all main categories of figures typical for the 2D L-system. | | (0 votes) by Microsoft (updated 4 days ago) With this project, Microsoft and Fagor Ederlan demonstrate that sending data to the cloud using secure and reliable services doesn't have to be overly complex. | | (2 votes) by Prashant M Bansal (updated 5 days ago) In this article we will the list of all the Objects for which a developer is responsible to get disposed off in order to avoid any memory leaks in SharePoint farm. | | (1 votes) by Prashant M Bansal (updated 5 days ago) In this article we will look for the CSR mechanism to develop SharePoint Search Display Templates | | (6 votes) by Yevgeniy Shunevych (updated 3 days ago) How to handle different confirmation popups using Atata C#/.NET web test automation framework. | Articles updated | (24 votes) by Alexander Sharykin (updated 4 days ago) WPF HexGrid Panel | | (24 votes) by boschi84 (updated 5 days ago) A quite simple notifier (a MessageBox substitute) to get a better message representation of messages in an executable. The idea is to get a solution similar to the "Toast", from android, where the notifications are not invasive | | (11 votes) by Ehsan Sajjad (updated 4 days ago) This article explains how Equals method and == operator behave differently for String class | | (23 votes) by Peter Occil (updated 5 days ago) Most apps that use random numbers care about either unpredictability or speed/high quality. | | (13 votes) by Peter Occil (updated 3 days ago) Discusses many ways in which applications can extract random numbers from RNGs and includes pseudocode for most of them | | (11 votes) by Ansel Castro (updated 4 days ago) Develop SOLID back-ends exposed through a REST API with ODATA support and DTO mapping using Enterlib.NET. | | (12 votes) by Ehsan Sajjad (updated 6 days ago) This article demonstrates how to implement advanced search on a gird using JQuery DataTables in asp.net mvc 5 | | (15 votes) by Sergey Alexandrovich Kryukov (updated yesterday) New Visual Studio Code extension "Extensible Markdown Converter" augments built-in Markdown extension to form all in one toolchain offering convenient editor, rendered document viewer, spell checker and converter to HTML, per CodeProject article submission requirements | | (8 votes) by Kewin Rausch (updated 5 days ago) How to patch the Linux kernel with a custom mechanism and without having to reboot the system. | | (10 votes) by Jean-Louis Leroy (updated 1 hour ago) A series of articles about open multi-methods for C++11 | | (82 votes) by David Belmont (updated 6 days ago) An example of how LINQ could be used to let users build their own filters to query lists or even databases | | (57 votes) by Doug Duerner, Yeon-Chang Wang (updated 5 days ago) In this article we explored a theory; would it be better to not utilize a heap construct when dealing with very large objects in .NET, in order to avoid Large Object Heap (LOH) fragmentation? | | (14 votes) by Ehsan Sajjad (updated 6 days ago) This post focuses on the problems that one might face when using == operator with generics or inheritance and which can cause unexpected results. | | (11 votes) by Ehsan Sajjad (updated 6 days ago) In this article, you will learn about Equality Operator (==) behavior for non-primitive value types. | | (78 votes) by Yaseer Mumtaz (updated 5 days ago) This article will help the beginners to step-up Angular2 in ASP.NET MVC, create the RESTful APIs in ASP.NET MVC Web API and front end in Angular2. | | (9 votes) by Midi_Mick (updated 2 days ago) Using ATL and STL to create collections of COM objects without circular references | | (37 votes) by Wendelius (updated 6 days ago) This article discusses some basic requirements for successful database operations such as error handling, use of parameters and transactions. | | (6 votes) by gggustafson (updated 12 hours ago) This article presents methods to convert CSV formatted data to and from DataTables | | (11 votes) by Yury Yuhno (updated 6 days ago) A custom drawn keyboard usercontrol and TextBox with keyboard popup | | (5 votes) by Sergey Alexandrovich Kryukov (updated 3 days ago) Single-instance application behavior can be considered comprehensive only it all three features are implemented: detection of second instance, passing command line and activation of first instance | | (12 votes) by Bill SerGio Jr. (updated 5 days ago) Angular 2 Mobile Apps Video Framework SwipeClouds Combines HTML5 Canvas with JQuery Mobile. Sample App displays and plays MILLIONS of monetized videos from Hundreds of Tube Servers like YouTube, Youku, Vimeo, etc. Sample app Streams videos from app to any Smart TV. | | (26 votes) by Duncan Edwards Jones (updated 2 days ago) How to use a windows azure storage table, blob or file as an event store for event sourcing | | (7 votes) by Ismael M. (updated 2 days ago) A generic DLL that call any .Net DLL in VB6. | | (14 votes) by Chris Moutsos (updated 3 days ago) How to connect to Amazon S3 with gSOAP to store and retrieve data | New Tips and Tricks added | (2 votes) by Wendelius (updated 3 days ago) This is an alternative for "What's the Difference between a Full Index Scan and a Fast Full Index Scan in Oracle?" | | (0 votes) by Vishal_Gupta (updated 5 days ago) Steps to connect Mongo shell to Atlas Cluster | | (1 votes) by asutreja (updated 5 days ago) Dragging List items within DevExpress MVC FormLayout control to re-arrange/order by end users | Tips and Tricks updated | (17 votes) by dsuryd (updated 23 hours ago) SignalR is great for building real-time web functionality. MVVM is great for developing your front-end. What if they can be used together? This tip will show how to do just that, using as example a simple project to do live chart on a web browser. | | (4 votes) by dsuryd (updated 23 hours ago) Application of "MVVM over SignalR" library described in a previous CodeProject tip, combined with Dynamic LINQ library to do incremental web search by typing the query | | (2 votes) by Kannan Ar (updated 6 days ago) Implement an online HTML to Word converter using CKEditor and MariGold.OpenXHTML | | (8 votes) by ergohack (updated 5 days ago) This roguish way of moving a WorkItem, directly 'in-place', through SQL leaves all of the previous data associations intact, but portends issues with future major updates and current TFS Data Warehousing. | New Technical Blogs added | (4 votes) by matt warren (updated 6 days ago) Fortunately, there's a fantastic tool that makes it very easy for us to get an overview of memory usage within the CLR itself. It's called VMMap and it's part of the excellent Sysinternals Suite. | | (2 votes) by Vladimir Pecanac (updated 3 days ago) The HTTP series: Client identification | | (1 votes) by BC3Tech (updated 2 days ago) Could we find a way to monitor the nuget feed for updates to a certain package and then send an alert somewhere when one is encountered? CodeProject--> | Blogs updated | (5 votes) by hexgear (updated 2 days ago) In this article, I will share how to parse JSON using JSON-Java in Android, however the snippet is not limited to Android only. | | (7 votes) by Vladimir Pecanac (updated yesterday) In this article, you will learn more about: Web Servers, Proxy Servers, Caching, Gateways, Tunnels, and Relays Web Crawlers | | (4 votes) by hjgode (updated 2 days ago) How to disable StartMenu clicks and Win key for kiosk mode application using a library | | (22 votes) by Vladimir Pecanac (updated yesterday) Basics of HTTP | © 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