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 | Take a short survey and enter a drawing for $500 Cash! Take a 2 minute survey to tell us what technologies you're using. As a panelist, you'll have your voice heard regarding developer tools and emerging technologies, receive points that add up to cash prizes, and be entered in a $500 drawing. | How do you log errors in your applications? Survey period: 29 Jan 2018 to 5 Feb 2018 Knowing you have a problem is the first step in fixing it. I log to a third party service (eg errlog.io) | 114 | 8.89 | | I log to our own logging service | 264 | 20.59 | | I log errors to syslog or the native OS logging system | 187 | 14.59 | | I log errors to a database | 345 | 26.91 | | I log errors to a file | 630 | 49.14 | | I log errors via a messaging service such as email, HipChat etc | 125 | 9.75 | | I log errors using other methods | 91 | 7.10 | | I don't log errors in my applications | 351 | 27.38 | | Errors? My applications don't produce errors! | 94 | 7.33 | | Respondents were allowed to choose more than one answer; totals may not add up to 100% | This week's survey: Have you moved home for work? Latest Additions New articles added | (1 votes) by Pawel idzikowski (updated 3 days ago) How to replace the web api request query string to privide case insensitive OData search. | | (6 votes) by phil.o (updated 6 days ago) This article describes a C# implementation of the sponge construction and its use for SHA-3 hashing operations. | | (2 votes) by Andy Bantly (updated yesterday) Calculate the Nth prime number | | (1 votes) by Chris_Riley (updated 6 days ago) Effective secrets management is essential for a successful DevOps strategy. | | (1 votes) by Chris Tozzi (updated 4 days ago) A multi-cloud architecture can be more difficult to manage, but when your cloud hosting needs require high availability, a presence in specific regions, or the ability to optimize costs, switching to a multi-cloud strategy makes sense. | | (0 votes) by Chris_Riley (updated 2 days ago) The public cloud can help you to improve DevOps workflows and make application delivery more efficient and reliable. | | (0 votes) by Member 8058290 (updated 6 days ago) Step by step procedure to xcopy deploy .NET assembly into fox-pro application | | (7 votes) by Chen Levkovich (updated 4 days ago) Underlying every conversational app is the exchange of words between humans and machines. Check out what these building blocks are. | | (3 votes) by AJSON (updated 13 hours ago) Easy way to send email on Azure with no mail server, using DNS MX and SMTP | | (3 votes) by George MVC Study (updated 2 days ago) Step by step instructions on how to host ASP.NET Core in Linux. | | (7 votes) by Bartlomiej Filipek (updated 5 days ago) It appears that in some cases memory allocated for the object controlled by smart_ptr might not be released until all weak pointers are also 'dead'... let's see why | | (7 votes) by Nick Polyak (updated 6 days ago) Roxy is a powerful new Roslyn based proxy generation packages that facilitates separation of concerns, creating adaptors and smart mixins. | | (1 votes) by Hasan Hyder (updated 22 hours ago) Provides plausible and high performing data display, for very large data ( over a million records ). | | (2 votes) by Member 11127135 (updated 3 days ago) ETL Testing and data-validation, dynamic SQL rule generator | | (1 votes) by Måns Tånneryd (updated yesterday) Extending the entity framework with bulk operations for both inserts and updates | | (1 votes) by Matt Scarpino (updated 6 days ago) Obtaining financial records from the Electronic Data Gathering, Analysis, and Retrieval (EDGAR) system | | (1 votes) by Member 11127135 (updated 5 days ago) Oracle materialized views under ETL processes | | (4 votes) by V. (updated 2 days ago) A guide to estimating work and time for a project | | (0 votes) by raddevus (updated yesterday) Deep dive into .NET Core as we determine the feasibility of building Enterprise Solutions on this platform. | | (1 votes) by Jose Motta (updated 2 days ago) IoT.Starter.Pi.Thing growing into an embryo of a universal IR remote control. | | (3 votes) by Vincent Maverick Durano (updated 2 days ago) This article will walk you through on how to build a simple data-driven mobile game application using the power of Xamarin and Web API. We will also build a real-time leader board page using ASP.NET SignalR. | | (1 votes) by didou_rebai (updated 2 days ago) Learn how to use the different types of Layouts in Xamarin.Forms for cross-platform mobile development in this tutorial series. | | (0 votes) by Quest Software (updated 5 days ago) Here are four ways Toad Edge makes it easier for your company to take open source database development seriously | | (0 votes) by Quest Software (updated 5 days ago) If you wanted to ramp up database DevOps, which development tasks would be most important for you? | | (1 votes) by Matt Scarpino (updated 2 days ago) Extracting data from online financial reports with Python | | (0 votes) by Robert Vandenberg Huang (updated 1 hour ago) A discussion about the problem about deferred execution and how we solve it. | | (1 votes) by Dr. Song Li (updated 5 days ago) This is a note on building Java applications by Gradle. It will focus on the simple case to build a single-project application. | Articles updated | (140 votes) by Peter Vegter (updated 3 days ago) Windows Media Control Interface (MCI) library with many added features | | (35 votes) by Eric Ouellet (updated 3 days ago) Many improvements over a pretty new and unknown very fast 2D Convex Hull algorithm and much more. | | (31 votes) by Paulo Zemek (updated yesterday) A dictionary implementation optimized for caches and the GetOrCreateValue method, supporting real parallelism while reading and avoiding some problems encountered in the ConcurrentDictionary | | (62 votes) by Ehsan Sajjad (updated 3 days ago) Beginner's guide to implement server side pagination, sorting and filtering of gridview using jquery datatables | | (70 votes) by ashish__shukla (updated 23 hours ago) ASP.NET MVC 5 New Features | | (15 votes) by alirıza adıyahşi (updated 2 days ago) Creating a web farm on docker container with using redis, haproxy and abp module zero core template. | | (13 votes) by Ehsan Sajjad (updated 3 days ago) This article demonstrates how to implement advanced search on a gird using JQuery DataTables in asp.net mvc 5 | | (12 votes) by Jerome Vonk (updated 4 days ago) A music player powered by MCI & Window Forms | | (3 votes) by Sergey Alexandrovich Kryukov (updated 4 days ago) Reliable solution does the trick: it does not depend on any naming conventions, works for both Python 2 and 3 and offers clear and concise usage syntax | | (7 votes) by Voevudko A. E., Ph.D. (updated 5 days ago) Presenting one kind of the exotic spiral, i.e., using big round dots, twisting polygons and, possibly, your own photo. Offering web-page used to illustrate different aspects of it. | | (38 votes) by Jerome Vonk (updated 4 days ago) Description of cryptographic hashes and practical examples of how to calculate them | | (32 votes) by Vadim Loboda (updated 9 hours ago) ADO.NET Micro-ORM to SQL Server | | (30 votes) by Måns Tånneryd (updated 5 days ago) How to extend the Entity Framework with bulk insert functionality, using DbContext. | | (1 votes) by Private Dobbs (updated 2 days ago) How to initialise a database and then automatically keep it up to date with version releases | | (24 votes) by EgorYusov (updated 7 hours ago) This article introduces Diligent Engine, a modern cross-platform graphics API abstraction library | | (12 votes) by Arav Singhal (updated 6 days ago) An introduction to all the math required to get started on your own 2D physics engine | | (8 votes) by Arav Singhal (updated 6 days ago) The basics of spaces, transformations and bodies used in a 2D physics engine. | | (3 votes) by Arav Singhal (updated 6 days ago) Representing shapes, worlds, and integrating forces and velocities in a 2D physics engine | | (27 votes) by wmjordan (updated 2 days ago) This is a fork of "fastJSON" with new power to control many aspects in JSON serialization and deserialization, such as, serializing interface instances (polymorphic serialization) and private types, including or excluding members, performing data conversions, conditional serialization, etc. | | (18 votes) by Dirk Bahle (updated 6 days ago) Drawing large amounts of items quickly with WPF. | New Tips and Tricks added | (3 votes) by RickZeeland (updated 2 days ago) This is an alternative for "Beveled Panel with Shadow Effect" | | (0 votes) by W∴ Balboos (updated 2 days ago) How to set a domain as trusted and thus avoid the annoying Window Authentication popup when accessing local machine information | | (1 votes) by Cake Processor (updated 6 days ago) Fixing Inconsistent Stroke Width of Chinese Characters | Tips and Tricks updated | (14 votes) by Sanpath Sunggad (updated 22 hours ago) Encoded, Decoded your QR Code using Zxing library | | (16 votes) by Alen Toma (updated 5 days ago) EntityWorker.Core - an alternative to entity Framework | | (4 votes) by Luca Astolfi (updated 2 days ago) User defined procedure for make an HTML table from T-SQL Select statment | | (14 votes) by Robert Gustafson (updated 3 days ago) I've created an enhanced version of the Extended RichTextBox created by Razi Syed. | | (6 votes) by Robert Gustafson (updated 3 days ago) A UserControl that allows rich-text applications to have a ruler with support for margins, indents, and tabs | New Technical Blogs added | (0 votes) by Dave Ceddia (updated 2 days ago) Where and when to fetch data with Redux | | (5 votes) by Sacha Barber (updated 4 days ago) I am going to obligate myself to writing a small series of posts of Kubernetes. In this entry, we will focus on: What is Kubernetes / Installing Minikube | | (0 votes) by BC3Tech (updated 5 days ago) Disney's new Circle internet parental control service provides good feature on its free tier that can be enhanced with other services. Here's how you can use IFTTT to schedule the internet to turn on and off for your entire household or just specific devices in your household... CodeProject -->... | | (0 votes) by Philipp_Engelmann (updated 3 days ago) Redis, Flask and ReactJS – Part 2 | | (2 votes) by Melick (updated 6 days ago) How to create a simple automation using Microsoft Flow | | (8 votes) by Chris Boss (updated 2 days ago) The elusive Control Spy utility is a WIN32 programmers friend. Control Spy is a unique set of examples of how the common controls work when writing software using the WIN32 API. The last version I personally downloaded was the 2. | | (0 votes) by Alvin Bunk (updated yesterday) Introduction In my day to day job I create a lot of SQL reports using Oracle SQL Developer. Often I edit the SQL code in Notepad++, because I find the syntax highlighting to be better in Notepad++; plus I use it for many other editing purposes. | | (1 votes) by Gaston Verelst (updated 23 hours ago) Problem statement A good friend asked me the following question: How can I in Visio change the color to a previously selected color just by selecting a shape? Sounds simple enough, but there are some caveats, so here is my … Continue reading →. | | (19 votes) by Code Maze (updated 4 days ago) Top REST API best practices | Blogs updated | (47 votes) by César de Souza (updated 2 days ago) Hidden Markov models in C# | | (11 votes) by Nikola M. Živković (updated 3 days ago) What was initially just a thought exercise grew into quite a cool mini side-project | | (1 votes) by ed welch (updated 2 days ago) How to accelerate software skinning with VFP assembler | © 2018 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