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. March Break I'll be joining the hordes in the annual migration and will be away for 3 weeks. In my stead Sean, Deeksha, Matthew and the rest of the editorial and development team will keep the machinery running. Good luck to all who are also battling the crowds. cheers, Chris Maunder Advertisements This week's survey: Are you left handed or right handed? Latest Additions New articles added | (1 votes) by Arkadiusz Kaɫkus (updated yesterday) Code Contracts provide tools to explicitly define assumptions about method parameters and by static code analysis help to find bugs before they will appear in the runtime. This article demonstrates usage of Code Contracts. | | (0 votes) by M. van der Corput (updated 9 hours ago) Simple task based spinner for a console application | | (29 votes) by Jakub Szymanowski (updated 6 days ago) The article presents idea and implementation of Fourier Transform (DFT and FFT algorithms) in Digital Signal Processing. | | (11 votes) by syed shanu (updated 2 days ago) In this article you will learn about ASP.NET Core 1.0 MVC 6 using WEB API and AngularJS. | | (10 votes) by Akhil Mittal (updated 5 days ago) In this article we'll learn on how to write unit tests for WebAPI controllers i.e. REST's actual endpoints. | | (0 votes) by Daniel JXHV (updated 6 hours ago) A Stored Procedure direct Access framework for JavaScript | | (0 votes) by Rathore Amit (updated 7 hours ago) I am using Arduino board as IoT device, demonstrating how we can relay sensor data over the internet to many clients using signalR | | (2 votes) by Doug Langston (updated 5 days ago) A Visual Studio 2015 project that shows how to pass information between Windows forms | | (2 votes) by David Lafreniere (updated yesterday) Replace malloc/free with xmalloc/xfree is faster than the global heap and prevents heap fragmentation faults. | | (1 votes) by Zebedee Mason (updated 4 days ago) Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script | | (1 votes) by Noah L (updated 2 days ago) An introduction to new smart pointers meant to be safe replacements for raw pointers and (raw) references. | | (0 votes) by Larz White (updated yesterday) C++ continuous integration setup using Travis CI, AppVeyor, CMake, and the Boost Test Library | | (8 votes) by Qwertie (updated 4 days ago) Well, not literally. Enhanced C# supports pattern matching, ADTs, and tuples, so Plain C# gets all that by transitivity. | | (6 votes) by Linjith Kunnon (updated 5 days ago) | | (10 votes) by Masoud Zehtabi Oskuie (updated yesterday) A real code assessment for a senior C#.NET role | | (2 votes) by patm300e (updated 2 days ago) This article will explain what is needed for a custom event handler to work. | | (1 votes) by Lenny Cheng (updated yesterday) This article provides a basic template for implementing the Observer Pattern using an event. | | (1 votes) by imsauravroy (updated 9 hours ago) A very simple example of getting you up and running with generic repository implementation using Entity Framework | | (1 votes) by The Zakies (updated 4 days ago) c++ / cli into to using c++ cli and using gdi library | | (5 votes) by Krishna KV (updated 6 days ago) Validate your Angular/Javascript using ESLint | | (1 votes) by Member 4206974 (updated 6 days ago) A program for grab information from MSWord documents and send by ajax technology to Internet | | (8 votes) by Avelino Ferreira (updated 4 days ago) Remembering the first time, being already an experienced programmer in VB and VBA, I felt the need to build my first reusable DLL. | | (3 votes) by Kashif-Sohail (updated 2 days ago) In this article, you will learn what data masking is, how to enable data masking in an existing application, how to give access to different users to the masked data. | | (1 votes) by markkang (updated 6 days ago) This is about how to hash your binary data that exceed the limit (8000bytes) of allowed input values of HASHBYTES in SQL Server. | | (0 votes) by TrevyBurgess (updated 6 days ago) Implementing Windows 10 GridView for UWP Apps | | (0 votes) by In28Minutes (updated 3 days ago) Learn how to quickly add Bootstrap to any web project as a Maven Dependency | | (0 votes) by Member 11278602 (updated 2 days ago) This article focuses on development of custom tag library in JSP for implementing core database operations using JDBC. | | (2 votes) by Mr. xieguigang 谢桂纲 (updated 5 days ago) Hybrid programming technology for .NET language with R language | | (0 votes) by Tadeusz Kaliszewski (updated 3 days ago) C# .Net command line application to create calendar events in Exchange calendars with impersonation | | (0 votes) by Zohaib Sibte Hassan (updated 12 hours ago) A more detailed look into Iterators and Snapshots in LevelDB UWP | | (2 votes) by otark777 (updated 5 days ago) Some thoughts about one page angular site based on ASP.NET Web API 2 and Cassandra NOSQL database | | (0 votes) by Peter_Lavelle (updated 6 days ago) In this article, I'll describe some design strategies to provide a better user-experience while accommodating for potential network connectivity problems. | | (0 votes) by Sridhar Kalaga (updated 6 days ago) In this article, we're going to demonstrate why the RequestID parameter is important and how you can implement it in your application. | | (0 votes) by C. Thomas Tyler (updated 3 days ago) The commoditization of components like GPS is fostering the growth of the Internet of Things (IoT). Here, I'll share thoughts on how component-based development (CBD) can accommodate the growing demands for speed and scale in real-time, IoT application development. | | (4 votes) by rhyous (updated 4 days ago) So I have a project on GitHub called SimpleArgs. This project makes command line arguments easy in a C# project. However, one of the requirements is to have an option to use the SimpleArgs dll or to have a single file executable. Yes, everything in one single exe, so referencing a dll is not an opti | Articles updated | (119 votes) by Jakub Szymanowski (updated 4 days ago) The article presents idea and implementation of fundamental algorithms in image processing. | | (66 votes) by Ondrej_Uzovic (updated 10 hours ago) Simple example showing how to communicate between Android and .NET application. | | (21 votes) by Abhishek Kumar Goswami (updated 4 days ago) ASP.NET web optimization framework | | (17 votes) by Tim Golisch (updated yesterday) SSRS and Report Builder (or the old BIDS from 2008) are nice for making reports, but they don't embed into your ASP.NET project very nicely. This is one way to do it without the requirement for full SSRS (and the security hoops). | | (16 votes) by syed shanu (updated 5 days ago) In this article you will learn how to create Kids Learn game using MVC and AngularJS | | (41 votes) by Sergey Alexandrovich Kryukov (updated 3 days ago) The convenience of this Sound Recorder is defined by its minimalism and understanding of the purpose | | (56 votes) by Marco Bertschi (updated 2 days ago) Serial communication with an Arduino Board via C# and the SerialPort class from the System.IO.Ports namespace | | (5 votes) by David Lafreniere (updated 11 hours ago) A fixed block memory allocator that increases system performance and offers heap fragmentation fault protection | | (125 votes) by Radosław Sadowski (updated 3 days ago) How to code properly | | (30 votes) by Ramon F. Mendes (updated 5 days ago) Create HTML/CSS/script based cross-platform desktop apps in C# with Sciter engine! | | (22 votes) by John_Leitch (updated 4 days ago) This article details how to make .NET applications scriptable with Aphid, an embeddable scripting language. | | (8 votes) by Masoud Zehtabi Oskuie (updated 2 days ago) .NET provides many techniques to make your code cleaner, easy to read and maintain. Extensions and Attributes are two examples helping developers to not only maintain and extend the applications simpler than before but also makes repetitive tasks less annoying for developers. | | (4 votes) by Rafael Lillo (updated 5 days ago) This project will show how send a simple string between Raspberry Pi 2 with Windows 10 IoT and PC using C# over networking TCP/IP, where Raspberry is a server and PC is the client. | | (91 votes) by Gerd Wagner (updated 6 days ago) A short summary of JavaScript's main features, including a discussion of the different kinds of JS objects, basic data structures, functions as first class citizens, and code patterns for implementing classes. | | (13 votes) by AJSON (updated 6 days ago) Get on top of memory leaks and improve user experience when using JQuery/KnockoutJS in a SPA or SPA based Hybrid Mobile Application | | (3 votes) by Konstantin A. Magg (updated 5 days ago) This post presents a JavaScript (ECMAScript 5) version of the Angular 2 tutorial "Tour of Heroes". Learn how to implement the TypeScript examples in JavaScript/ES5. This article covers part 1, 2 and 3 of the original tutorial. | | (74 votes) by yuvalsol (updated 5 days ago) POCO generating application for SQL Server | | (50 votes) by dale.newman (updated 6 days ago) Importing Excel & Delimited Files into a Junk Database | | (17 votes) by napuzba (updated 6 days ago) Improving image processing speed by fast accessing the raw memory of bitmap data via pointers. | | (58 votes) by David MacDermot (updated 5 days ago) A simple to use grid control for Windows SDK C applications. | | (2 votes) by Will J Miller (updated 6 days ago) Using UIImagePickerController to replicate the profile selection features found in the contacts app requires solving some vexing problems. This article presents one approach for a class that replicates the functionality using the UIImagePickerController. | | (4 votes) by Patrick P. Frey (updated 4 days ago) This article shows the expandability of Strus with dynamically loadable modules written in C++. | | (3 votes) by Robert Gustafson (updated 5 days ago) Extended versions of ListBox and ComboBox controls which allow images, font, and color for individual items | | (3 votes) by Member 11610266 (updated 12 hours ago) Labels are not only to add titles for fields in a Form. They are a usefull tool to comunicate with the application. | | (0 votes) by David A. Gray (updated yesterday) Share Win32 string resources without the risk of conflicting resource IDs | | (33 votes) by John Torjo (updated 6 days ago) You can easily apply Pretty Formatting to your logs. Make the information that's relevant to you easily stand out! | | (4 votes) by Nachiappan Kumarappan, Anil Nagaraja (updated 5 days ago) This article explains about property value inheritance briefly. | New Tips and Tricks added | (1 votes) by SagSD (updated 12 hours ago) Bootstrap pagination for gridview with CSS only | | (17 votes) by Nadir Muhammed (updated 3 days ago) Easily setup service example with windows application | | (4 votes) by Santosh Kokatnur (updated 6 days ago) Adding Checkbox to a List View Column Header in C# WindowsForm application | | (2 votes) by Southmountain (updated yesterday) one caveat you may miss when you use Settings.settings file | | (0 votes) by Devraj Kapdi (updated 2 days ago) Here is another way to convert JSON To DataTable with Newtonsoft.Json | | (3 votes) by Erwin@Attentia (updated 4 days ago) getting to play angularjs and requirejs to play nicely together... piece of cake ! | | (8 votes) by markkang (updated 5 days ago) This tip describes how to generate insert SQL statement from the records in an existing table in SQL server database | | (5 votes) by Arslan Elahi (updated 4 days ago) Get the Comma Separated Value of one or multiple columns from SQL table | | (1 votes) by stpl.ashish (updated 5 days ago) Configure Auto-Commit in SQL Server Management Studio to avoid accidental query execution | | (1 votes) by The Zakies (updated 5 days ago) [tut 3] graphics program using C# using gdi and svg drag and drop and dlete objects | | (1 votes) by Yaseer Mumtaz (updated 2 days ago) This small tip will help you to save email with attachment in Outlook's draft folder using Java programming language. | | (1 votes) by kushan lahiru perera (updated 14 hours ago) View real error without 'Something went wrong' in SharePoint, this is another better-way than viewing in the ULS | | (0 votes) by Gregory Morse (updated 15 hours ago) Custom TAUS Data Provider to allow increased multilingual support using Google Translate's web interface | | (1 votes) by Clifford Nelson (updated 3 days ago) When binding to an Enumeration, the Required Attribute does not work if the enumeration does not have a zero value. This validator does work. | | (0 votes) by OrlandoCurioso (updated 6 days ago) When GridSplitter stops resizing by mouse, yet operates by keyboard arrows | Tips and Tricks updated | (12 votes) by William Ivanski (updated 4 days ago) OmniDB is a new free web based multi technology database management tool. Website: http://www.omnidb.com.br | | (20 votes) by Michael_Jacobsen (updated yesterday) Encryption algorithm based on key self-mutation. Complete source code and examples of how to use it. | | (4 votes) by The Zakies (updated 14 hours ago) Tutorial 1 (how to create a vector graphics program) | | (124 votes) by Yvan Rodrigues (updated 5 days ago) This hidden key-click combination adds the ability to open a command prompt window from a Windows Explorer view. | New Technical Blogs added | (1 votes) by Raymund Macaalay (updated 2 days ago) Using two submit buttons on MVC's Ajax.BeginForm | | (0 votes) by Raymund Macaalay (updated 2 days ago) Clipboard.js removes the flash component and just solves the issue elegantly - all you need to do is to import the script, assign a "data-clipboard-target" attribute to your HTML tag and write a small JavaScript snippet. | | (1 votes) by Raymund Macaalay (updated 2 days ago) You might be wondering how you would rearrange the plug-ins add-on from Jetpack and from other 3rd party developers like Sharing, Likes, Related Posts, Navigation, etc. | | (0 votes) by Gjermund Bjaanes (updated 2 hours ago) Why and how you can use your test coverage reports | | (0 votes) by Sifiso W Ndlovu (updated 6 days ago) Duplicate MySQL table using phpMyAdmin | | (1 votes) by Raymund Macaalay (updated 2 days ago) I think I have been using S#arp Architecture for 5 years now and its such an amazing solution to combine different technologies to give you a pre-generated Architecture so all you have to do is concentrate on developing items like the User Interface and Business Logic, this solution takes the burden | | (0 votes) by johnniealan (updated 2 hours ago) I am going to put forth my ideas on designing software based on my experience. | | (1 votes) by Gaston Verelst (updated 6 days ago) Handling a Microservices project | | (0 votes) by Manjuke Fernando (updated 3 days ago) String or binary data would be truncated / arithmetic overflow error converting numeric to data type numeric – workaround | | (2 votes) by Sibeesh Passion (updated 5 days ago) How to change the title of a page dynamically using Angular JS | | (1 votes) by Raymund Macaalay (updated 2 days ago) How to update a column in all rows in a SharePoint List the easiest way | | (1 votes) by Raymund Macaalay (updated 2 days ago) Do you want to remove that ugly additional URL “_layouts/15/start.aspx#/” on your SharePoint web address? | | (1 votes) by Raymund Macaalay (updated 2 days ago) This is a simple guide to add additional web servers for your existing SharePoint. | | (1 votes) by Raymund Macaalay (updated 2 days ago) To make your Sharepoint database reliable, you need to mirror it, meaning whatever happens on SQL Server A will be mirrored or replicated on SQL Server B and it's quite easy to achieve. You just need two steps to do it. | | (1 votes) by Raymund Macaalay (updated 2 days ago) For this article, we will be creating a simple password reset of a user in Google which is very useful when you want to revoke access for a user in your domain, but leaving the account readable as long as you have the password. | | (2 votes) by Anton Angelov (updated 6 days ago) Brief tutorial how to start using one of the world best automation frameworks - Telerik Testing Framework. Exact steps to follow through a C# code.The post Getting Started with Telerik Testing Framework C# in 10 Minutes appeared first on Automate The Planet. | | (4 votes) by Sibeesh Passion (updated 6 days ago) How to programmatically change the element or page into full screen | | (1 votes) by johnniealan (updated yesterday) Auto Login in TI-SDK, Am335x | | (1 votes) by Sibeesh Passion (updated 2 days ago) Fix to no Access-Control-Allow-Origin header is present or working with Cross Origin Request in ASP.NET Web API | | (0 votes) by Mariusz Klimek (updated 2 hours ago) How to log errors thrown in a web API | | (2 votes) by rhyous (updated 4 days ago) Authentication Token Service for WCF Services (Part 1) | © 2016 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