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. Live JavaScript articles now accepted We've launched a new article section will allow you to contribute articles containing live JavaScript. At this point we're restricting it to just online tools in order to test the idea and get community feedback. If things go we'll we'll look to extend this to all article sections. Would you like to work at CodeProject? If you're in the Toronto area looking for a challenge, along with all the coffee you can drink, and feel you're a dab hand at ASP.NET MVC6, Angular, SQL, with maybe a little experience with Redis or ElasticSearch, send me your resume and two sentences as to why it makes sense for you to join us to chris@codeproject.com. Again: Toronto area only. If you're a fit we'll want you in for an interview in the office. cheers, Chris Maunder Advertisements This week's survey: Which is your favorite technology company? Latest Additions New articles added | (6 votes) by hemanthk119 (updated 2 days ago) A description of NeuralClasses created for .NET Framework and a simple character detector application | | (3 votes) by Keith Barrett (updated 10 hours ago) Describes a 'Proof of Concept' project for a Code-First User interface library. | | (2 votes) by Ehsan Mohammadi (updated 6 days ago) In this article you learn or review most techniques and important notes of Bitwise operations in managed environment(preferred C#). | | (15 votes) by syed shanu (updated 6 days ago) In this article we will create a simple dynamic project scheduling from a database using a Stored Procedure using MVC and AngularJS. | | (12 votes) by DrABELL (updated 5 days ago) This is an alternative for "Fastest method to trim all whitespace from Strings in .NET" | | (5 votes) by Сергій Ярошко (updated 3 days ago) The article describes an application that executes several different sorting algorithms on the arrays of integers in the separate threads and graphically visualizes them. The application main thread interacts with the sorting threads using the special C# class that encapsulates a BackgroundWorker. | | (3 votes) by ambilykk (updated 5 days ago) Emails to Work Items | | (2 votes) by Florian Rappl (updated yesterday) Login, get the data, logout. AngleSharp has everything we need to submit forms and transmit everything we need to get the desired data. | | (2 votes) by Huzifa Terkawi (updated 2 days ago) This article will aim to give you a brief and to point tutorial about DES modes , hash Functions , AES , RSA algorithms and example of their usage , using OpenSSL. | | (6 votes) by Rooney Bisht (updated 6 days ago) How to use tSQLt for writing unit test cases in SQL (for stored procedures & functions)? This article can be treated as a tutorial as well. | | (3 votes) by Steffen Ploetz (updated 6 days ago) How to draw transparent and gradient output on a X11 window unsing the (low level API) XRender protocol extension for X11. | | (10 votes) by Ranjan.D (updated 3 days ago) All about Styling webpage or a document using CSS. We will also see different ways of including styles etc | | (5 votes) by matthewproctor (updated 5 days ago) Today, most people think of Lync and Skype as tools for Unified Communications – Instant Messaging, Audio and Video conferencing, Application Sharing and in some instances telephony solutions.Lync (and soon Skype for Business, the next version of Lync) can also be used as the end-point for receiving | | (3 votes) by dgb77 (updated 5 days ago) Plugin for Visual Studio 2012 that will batch-update the properties of all projects in a solution. | | (1 votes) by Clifford Nelson (updated 12 hours ago) | | (1 votes) by Tanya Jain(Dev) (updated yesterday) In this blog post, we will understand how to use MongoDB as backend service for our .NET application using C# drivers. | | (9 votes) by dmihailescu (updated 5 days ago) A windows explorer extension for easy binary/text file comparisons and calculating the MD5, SHA1, SHA256 hashes. | Articles updated | (20 votes) by lepipele (updated 2 days ago) ASP.NET MVC C# Opensource library that abstracts social logins for OAuth providers like Facebook, Google, Twitter, PayPal | | (35 votes) by Olivier Giulieri (updated 8 hours ago) A web color picker which looks like the one in Microsoft Office 2010. | | (24 votes) by giorgi.m (updated 2 days ago) Tutorial on how to encrypt/decrypt files using C++ | | (107 votes) by adriancs (updated yesterday) A tool to export and import MySQL database in .NET | | (9 votes) by yuvalsol (updated 5 days ago) Helper class to mitigate working with Dapper against SQL Server database | | (344 votes) by Uzi Granot (updated 3 days ago) PDF File Writer is a C# .NET class library allowing applications to create PDF files. Version 1.16.1 enhancements: Unicode text support and reduced memory requirements. | | (66 votes) by Johannes Bildstein (updated 3 days ago) A tutorial about the Canon SDK to remotly control DSLR cameras. From taking photos to using the LiveView. | | (3 votes) by Jeroen Richters (updated 2 days ago) This article describes the dynamic insertion and removal of columns in a WPF data grid. | | (126 votes) by stepe (updated 2 days ago) Displays system information like free disk space and free memory on the desktop. | | (91 votes) by Ravi Bhavnani (updated 3 days ago) An object that harnesses the power of Google's online natural language translation tools. | | (8 votes) by Łukasz Bownik (updated 5 days ago) LinkSet is a tiny library created in order to relieve programmers from declaring listener interfaces. | | (11 votes) by syed shanu (updated 5 days ago) In this article we will learn how to create a simple Name Puzzle game for Windows Mobile using Universal App development. | | (182 votes) by Mehdi Gholam (updated 3 days ago) NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication, working in Linux) | | (27 votes) by DrABELL (updated 2 days ago) Alternative solutions w/performance improvement using String.Join() and String.Concat() (re: original: "StringBuilderPlus Improves Upon StringBuilder"). | | (19 votes) by Sergey Alexandrovich Kryukov (updated 6 days ago) A monstrous XAML solution is hardly adequate to such a simple problem | | (16 votes) by Afzaal Ahmad Zeeshan (updated 11 hours ago) I would talk about Windows 10 from a developer's perspective. Windows 10 has not yet been released, but it is better to know the tool to get your hands ready to develop applications. | New Tips and Tricks added | (1 votes) by hemanthk119 (updated 2 days ago) Neural Network taught to play Nokia 3310 type snake game, by proper selection and mutation | | (3 votes) by Darryl Bryk (updated 2 days ago) This tip emphasizes the importance of taking time to think about how the way data is stored in a file can influence the code required to read it. | | (1 votes) by B. Clay Shannon (updated 3 days ago) Part 3 of the N-part series "As the Meteor Blazes" - Creating a MongoDB Collection | | (2 votes) by cocaf (updated 5 days ago) The generic network endpoint (IP address and port) class that can be compared with and cast to/from the protocol aware boost::asio::ip::udp::endpoint and boost::asio::ip::tcp::endpoint objects. | | (1 votes) by kheaton1111 (updated 2 days ago) How to execute SQL script stored in a file with a .sql or .tbl extension from C# | | (1 votes) by Member 10752667 (updated 2 days ago) SQL query to delete duplicate rows from table | | (2 votes) by Grasshopper.iics (updated 5 days ago) Command line calling and parsing SOAP using curl and xmllint ( tested in Ubuntu 12.0, Yocto ) | | (1 votes) by The Operator (updated 6 days ago) In 8 simple steps, I turned my pocket-sized, single-board Raspberry Pi computer into an FM radio station. | New Technical Blogs added | (5 votes) by Cindy Potvin (updated 4 days ago) How to use the jQuery UI datepicker with ASP.NET MVC | | (3 votes) by Sibeesh Passion (updated 6 days ago) In this article we will learn how to use local storage in HTML5. For many years, we developers were depending on the server only for saving the data. And we used to retrieve the data by sending a request to our server and by manipulating some queries we could manage the formation, updating, insertio | | (1 votes) by Nikola Breznjak (updated 5 days ago) As you may know, CodeProject has a thing called Technical blogs which lets you publish your post on their site too, and thus widening the range of potential readers. Thanks to a great plugin by hjgode you can automatically import your posts. However, recently I wanted just to show excerpts of the po | | (7 votes) by Sibeesh Passion (updated 4 days ago) In this post, we will discuss how we can load or refresh some contents to our container div in a particular interval of time. | | (3 votes) by Brady Kelly (updated 2 days ago) Making F5 execute your query | | (2 votes) by Sibeesh Passion (updated 4 days ago) In this article you will learn the ways to find the occurrence of a string from a string, or find a sub string from a string. We are using C# language to do this demo. In times, you may have faced this requirement. And I am sure you would do that. This article is for […] | | (8 votes) by Anton Angelov (updated 5 days ago) Examples how to use the Microsoft Edge WebDriver to create UI automated tests executed against the new Microsoft browser- Edge. | | (10 votes) by Anton Angelov (updated 2 days ago) Short tutorial on how to start using one of the world's best web automation frameworks - WebDriver. Exact steps to follow through code in C# and images. | | (5 votes) by Anton Angelov (updated 6 days ago) Explains in details how to implement Facade Design Pattern. Use it to follow all SOLID principles and best programming practices. | | (4 votes) by Rob Kraft (updated 2 days ago) Robert's Rules of Coders: #3 Use Good, Meaningful Names | | (4 votes) by Rob Kraft (updated 6 days ago) Global variables are variables that can be accessed from anywhere in the program. It is appropriate to use a global variable when you have a value that is a constant and thus won’t change as the program runs, but it is rarely appropriate to use global variables for values that change while th | | (2 votes) by Sibeesh Passion (updated 2 days ago) How to remove an array element by index | | (2 votes) by Sibeesh Passion (updated 4 days ago) In this post, we will discuss about finding and excluding element from JQuery Array. | | (13 votes) by Vladimir Khorikov (updated 6 days ago) I'm going to write a couple of posts on the topic of TDD. Over the years, I've come to some conclusions of how to apply TDD practices and write tests in general that I hope you will find helpful. | | (1 votes) by matthewproctor (updated 3 days ago) How to build a Windows Phone app | | (3 votes) by Bogdan Bujdea (updated 5 days ago) I'm a big supporter of TDD and that's why I was really looking forward to setup a project for testing Windows 10 apps and see how it works. Unfortunately, testing Windows 10 apps is not easy, especially if you're using Caliburn.Micro as I am. | © 2015 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