Welcome to 2016! A new year and a new unordered set of CodeProject MVPs to present to you. The following members have made outstanding contributions to the CodeProject community through articles, and through answering questions in the programming forums and in Quick Answers. Their overall contributions have been voted by you as being the most helpful. Congratulations to these outstanding developers:: Well done, and thank you! New Articles, Tech Blogs and Tips | (3 votes) by rvjagadheesh (updated yesterday)) A complete assembly reference tool for .NET which will display details on all methods, properties, enum for all classes in all namespaces | | (0 votes) by Member 12234041 (updated 21 hours ago)) open-sourcing Texas-Holdem 7-card hand-ranking software. | | (0 votes) by PGStath (updated 2 days ago)) A class combing the ease of use of the Intent Service, with the long running features of the Sticky services | | (1 votes) by Ranjan.D (updated 17 hours ago)) An AngularJS based Note Making App for Beginners. | | (5 votes) by Omar Nasri (updated 2 days ago)) This article show you differents step to create a web site using Angular JS, ASP.net MVC and web api | | (4 votes) by Omar Nasri (updated 2 days ago)) This article show you differents step to create a web site using Angular JS, ASP.net MVC and web api | | (3 votes) by Omar Nasri (updated 2 days ago)) This article show you differents step to create a web site using Angular JS, ASP.net MVC and web api | | (3 votes) by Omar Nasri (updated 2 days ago)) This article show you differents step to create a web site using Angular JS, ASP.net MVC and web api | | (0 votes) by JoaoSousa23 (updated 2 hours ago)) Using MVC, Entity Framework, ASP.NET5 Scaffolding, and Azure SQLServer you can create a web application that stores your information on an SQL Azure database. This demo shows you how to create a web application with MVC and Entity Framework 7, that communicate with a SQL Azure Database | | (3 votes) by MukeshKumar89 (updated yesterday)) In this article, we will learn about Azure blob storage and how to use it with ASP.NET MVC. | | (1 votes) by José Cintra (updated 7 hours ago)) An example of how to interact with the user through the keypad, LCD and Buzzer | | (2 votes) by Shao Voon Wong (updated yesterday)) This tip presents a custom RTTI class which is 10x faster than dynamic_cast | | (2 votes) by Bartlomiej Filipek (updated 11 hours ago)) Maybe I'll be boring with this note, but again I need to write that this was another good year for C++! Read my report from 2015. | | (7 votes) by Pritam Zope (updated 2 days ago)) | | (0 votes) by shouvith hydrose Kerala (updated yesterday)) This article explain how to convert English language to Arabic language windows forms C# | | (2 votes) by essentialSQL (updated 2 days ago)) Both inner and outer joins can be used to combine data from two or more tables; however, there are some key differences! Read this article to find out each command's strengths and when to use them. To get the most of this and our other lessons be sure to practice using the examples! All the [… | | (2 votes) by essentialSQL (updated 2 days ago)) Both Joins and UNIONS can be used to combine data from two or more tables. Read this article to find out each command's strengths and when to use them. To get the most of this and our other lessons be sure to practice using the examples! All the examples for this lesson are based on […]The po | | (0 votes) by essentialSQL (updated yesterday)) The built in SQL String functions make it possible for you to find and alter text values, such as VARCHAR and CHAR datatypes, in SQLServer. Using these functions you can alter a text value such as changing "Smith, Joe" to "Joe Smith." If you not familiar with SQL functions, then I would recommend s | | (0 votes) by essentialSQL (updated yesterday)) SQL server uses data types to store a specific kind of value such as numbers, dates, or text in table columns and to use in functions, such as mathematical expressions. One issue with data types is that they don't usually mix well. Conversion functions make them mix better! Though there are time wh | | (2 votes) by RickZeeland (updated yesterday)) This console application converts an SQL Server database to PostgreSQL. | | (0 votes) by WernfriedD (updated 2 days ago)) How to set NLS_LANG value for Oracle to support all special characters you need in your language/application. | | (1 votes) by levelnis (updated 16 hours ago)) One common scenario presents itself over and over when developing MVC websites. How do we provide information to our users when they post data back to our server? Often, our users will fill in a form and post it back to the server. They now need a visual response to let them know that the operation | | (3 votes) by Mr. xieguigang 谢桂纲 (updated 2 days ago)) This is an alternative for "Simple HTTP Server in C#" | | (0 votes) by ProgramFOX (updated 2 days ago)) This article describes the working and the usage of my CodeProject API wrapper, written in Python. | | (2 votes) by Miroslav Fidler (updated 2 days ago)) Using asynchronous nature of U++ library HttpRequest class to implement parallel web crawler with GUI. | | (0 votes) by hans.hinnekint (updated 14 hours ago)) CodeProjectBackground When I was developing code for checking the OneTime Passwords Code for LogonUserWithOTP, I noticed that on one of my development machines (Win7 Enterprise, domain joined) and also on my Windows 10 Mobile Insider Preview Device, the local clock had a rather big offset compared | | (1 votes) by Mauricio Orejuela Bohorquez (updated yesterday)) Emulating HTML Text boxes Value attribute in VB.NET text boxes | | (2 votes) by Swagat Parida (updated 3 days ago)) This article will guide in developing a basic app Hybrid Mobile App using Ionic, Cordova, Android. | | (5 votes) by Nishant_Chaturvedi (updated 3 days ago)) This is a multi-parts series on building web applications using react.js, node.js, express.js, and mongodb. | | (0 votes) by Frank Rem (updated 10 hours ago)) This article explains the basics of PDF forms. In particular it provides sample code for processing PDF form data in an ASP.NET MVC application. | | (0 votes) by Marc Clifton (updated 2 days ago)) Your beginning to end, step by step, guide. | | (1 votes) by HadyAllam (updated yesterday)) Use Microsoft Excel to generate TFS reports and Create/Modify Work Items | | (1 votes) by levelnis (updated 16 hours ago)) How well do you test your code? Maybe you're a TDD ninja. Perhaps you're just trying to develop the habit of unit testing. You're trying to break away from mocking up an HTML page just for testing. Trouble is, you've fallen at the first hurdle. You're writing a test against code that calls HttpCont | | (0 votes) by levelnis (updated yesterday)) In my previous article I outlined a way to unit test HttpContext.Current. You can read about that here:Unit testing HttpContext.Current outside of a ControllerThis was in code outside of a Controller. But what happens if we're within a Controller? Inside a Controller HttpContext is abstract because | | (0 votes) by George Swan (updated 8 hours ago)) How to replace the System.Timer with a mock object when testing. | | (1 votes) by DotNetSteve (updated 2 days ago)) Integrating DocuSign document delivery with your c# application | | (3 votes) by essentialSQL (updated 2 days ago)) In this article we're going to explore the CAST and CONVERT functions to understand whether there are any significant differences worth knowing when we want to convert data from one type to another. Since CAST and CONVERT can be used interchangeably in most situations, you may be wondering if one is | | (1 votes) by levelnis (updated yesterday)) APIs are everywhere these days. We access the web now on a plethora of devices, from laptops to smart watches. More often than not they're a key part of our architecture. What makes them so important? The data. Whether we're building a mobile app or a thin web client, data is key. Just as important | | (1 votes) by levelnis (updated yesterday)) In an earlier article I wrote about Reducing Controller dependencies with generic factories. One criticism of this approach, which I agree with, is that it hides those dependencies. It uses service location, a well-known anti-pattern. I had reasoned that some service location was acceptable in this | | (1 votes) by Passion4Code (updated yesterday)) Introduction A simple and effective article which might come handy while developing web applications. Oh not Again!! We add efforts designing a beautiful website but still sometimes use the javascript’s old alert pop up or any modal or window pop up. But that can be now avoided by this beautif | | (0 votes) by Bill Wagner (updated 2 days ago)) This is the first of two posts on my thoughts for the coming year. This is a mixture of personal and global ideas. It's my perspective, based on my experiences. In this post, I look back at the important trends and events I saw and experienced. (Part II will look at the year to come.) The Growth of | | (0 votes) by levelnis (updated yesterday)) In previous posts I've covered different ways of creating and populating view models. Thus far I've only focused on presenting data from the server within a view. But what if I were posting a populated model back to the controller? Well, I could use a view model for that too. The nice thing about MV | | (0 votes) by Frauke (updated yesterday)) With my generic Get() method working as it should, it's now time to bake something that can retrieve a single location by its Id. My test for this looks as follows: [TestMethod]public void Get_returns_correct_details_for_a_stored_location(){ // Create some locations Location l1 = new Location( | | (0 votes) by levelnis (updated 16 hours ago)) For those of us new to Dependency Injection, a common question to ask is: "How many dependencies is too many?" Coupled with, and soon following this question, comes: "How can I reduce this number?" With Controllers, we tend to focus on dependencies that pass data to and fro. We first take in, or "in | | (2 votes) by levelnis (updated yesterday)) In this interconnected world, you have to deal with APIs all the time. A lot of the time you're just querying them. Retrieving data. Sometimes you're calling a public API. Most of the time you're calling your own, internal API. If you're calling your own API, it's likely that you'll need to post to | | (1 votes) by levelnis (updated yesterday)) Ever had to call an API from your MVC app? A lot of the time you can use JavaScript. But there are times when the client-side approach just doesn't cut it. Maybe your app needs to use the API as if it were a database, or you're calling a public API. Chances are you need to transform the data somehow | | (0 votes) by hesido (updated yesterday)) A super simple method for listing Enum members in WPF using databinding. | | (2 votes) by Tore Olav Kristiansen (updated 2 days ago)) When you create a new SQL Server database, the default recovery model is Full. This model takes up a lot of disk space. It is ordinarily not necessary for developer images. This article has a sql script that helps you change this. | | (2 votes) by Tore Olav Kristiansen (updated yesterday)) If you need to change values of db table primary keys during ordinary operations, you probably have a design flaw in your software. In extraordinary situations it may however be necessary. This article helps you do so. | You may also like... Updated Articles, Tech Blogs and Tips | (2260 votes) by .dan.g. (updated 2 days ago)) A hierarchical task manager with native XML support for custom reporting. | | (532 votes) by Dominik Reichl (updated yesterday)) KeePass is a free, open-source, light-weight and easy-to-use password safe. | | (6 votes) by SERGUEIK (updated 3 hours ago)) In this article, an Angular JS Protractor C# and Java Client Library examples are explained. | | (22 votes) by Omar Nasri (updated 21 hours ago)) This article explains how to load dynamic HTML content through an ASP.NET MVC example using JQuery and AJAX | | (13 votes) by Omar Nasri (updated 21 hours ago)) In this article we will learn how to search, create, read, update and delete row from table using Entity Framework. | | (8 votes) by JoaoSousa23 (updated 8 hours ago)) Using MVC, Entity Framework, ASP.NET Scaffolding you can create a web application that stores your information. This demo shows you how to create an ASP.NET 5 web application with MVC and Entity Framework 7. | | (2 votes) by Bryian Tan (updated 9 hours ago)) ASP.NET Password Strength Indicator/Checker Version 2.0 somewhat similar to AJAX PasswordStrength extender control behavior and implemented by utilizing jQuery and XML. | | (4 votes) by Mark H Bishop (updated 2 days ago)) Build a motion-triggered cam with room illumination, off-site storage of captured movies, and secure remote administration... all with simple bash scripts. Great for off-site monitoring and wildlife cams. | | (8 votes) by Shvetsov Evgeniy (updated 6 hours ago)) String class with the auto. managed memory pool and performance tweaks + support modules | | (20 votes) by Dave Haig (updated yesterday)) Web Socket Server implemented in C# for the modern version 13 of the WebSocket protocol | | (25 votes) by Ian Bell, #2 (updated 2 days ago)) An introductory article that illustrates how to configure Visual Studio for Obfuscation | | (48 votes) by Dan Letecky (updated 12 hours ago)) Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP/AJAX and ASP.NET MVC backends. | | (3 votes) by Patrick P. Frey (updated 6 hours ago)) Article about implications of scalability requirements on full-text search engines and how Strus meets these requirements. | | (8 votes) by Atish Dipongkor (updated 2 days ago)) SharePoint 2013, REST API | | (11 votes) by Atish Dipongkor (updated yesterday)) Taking the great advantage of two way data binding of AngularJS in SharePoint 2013. AngularJS can be used in Content Editor Web Part or SharePoint Apps. | | (2 votes) by Atish Dipongkor (updated yesterday)) Creating Custom Date Picker, People Picker and Choice for SharePoint 2013 Apps or Content Editor Web Part using AngularJs/jQuery. | | (9 votes) by Bhanu Pratap Singh Rathore (updated 2 days ago)) This tip contains easy steps to extract XML data from URLs in VB.NET | |
Không có nhận xét nào:
Đăng nhận xét