CodeProject Swag Thanks for the feedback on CodeProject Stuff You'd Like To See. We'll be working with our supplied this week to get more items added. I worry that bright orange T-shirts will shatter our carefully crafted persona of being introverts, but we'll definitely get the orange happening in other ways. Unfortunately some of the more - how should I put it - "colourful" suggestions didn't make the cut. We're a family friendly site after all. This week's survey: Do you enjoy Software Development? New Articles, Tech Blogs and Tips | (6 votes) by Afzaal Ahmad Zeeshan (updated 6 days ago) In this article, I will go through different stages of programming a server/client application framework in native .NET framework using TCP protocol library of System.Net.Sockets namespace. | | (2 votes) by (updated 4 days ago) Using stored procedure type for binding data to dataset in SSRS or adding entity to Entity data model | | (1 votes) by how_fun (updated 4 days ago) Create PDF from CRM 2013/2015 online/on-prem with Jscript / plugin. All in the solution file, no custom page or Silverlight. | | (7 votes) by manu34 (updated 4 days ago) Reflection for C++ made easy | | (13 votes) by Kathrene7 (updated 6 days ago) A quick tip on setting up a Bootstrap responsive Editable Grid with ShieldUI-Lite | | (11 votes) by syed shanu (updated 3 days ago) In this article we will see how to create a simple web application using MVC 5 ,Angular JS ,WEB API 2 to perform CRUD(Create/Read/Update and Delete) Operations using Entity Framework with Stored procedure. | | (6 votes) by Mohd Manzoor Ahmed (updated 6 days ago) In this article, let us try to understand and implement master layout and Bootstrap. | | (4 votes) by John C Rayan (updated 5 days ago) MvcSiteMapProvider Example | | (4 votes) by Marla Sukesh (updated 3 days ago) This article is continuation of day 7 for Learn MVC Project in 7 Days. | | (4 votes) by Tushar Parmar (updated 6 days ago) Here is an example of how to import full excel file into a DataTable and bind it with a data grid. also the solution for error "The 'Microsoft.ACE.OLEDB.12.0′ provider is not registered on the local machine" is included. | | (3 votes) by Math08avan (updated 3 days ago) A simple example for CRUD actions using WCF service in ASP.NET | | (2 votes) by Ashish Suman (updated 6 days ago) In this tip, we will try to understand why, when and how we should implement Custom Routes. | | (1 votes) by NGM ALDEN (updated 2 days ago) How to create background task in ASP.NET web appliccation via Quartz.net | | (2 votes) by Mukesh Pr@sad (updated 2 days ago) This article describes blob storage service and how to use it from Visual Studio. | | (5 votes) by gggustafson (updated yesterday) This article presents the RoundedButton control and describes the .Net DrawArc method, the subject of a number of questions on programming forums. | | (5 votes) by Michael Chourdakis (updated 3 days ago) Smart pointers for some Windows handles | | (3 votes) by Mahmoud Samir Fayed (updated 3 days ago) Using the C programming language through the PWCT visual programming language. | | (14 votes) by Akhil Mittal , Vikas Sharma (updated 3 days ago) Understanding Events in C# (An Insight) | | (6 votes) by Mohamed_Kalmoua (updated 5 days ago) WPF Validation | | (3 votes) by Math08avan (updated yesterday) Hosting WCF Service - Self Hosting | | (2 votes) by Bryan Tubbs (updated 4 days ago) This article will show how to create and/or a list of a particular class type from a SqlDataReader object by dynamically creating a lambda expression to carry out the process of populating the list. | | (2 votes) by Steven Oberholzer (updated 4 days ago) This article discusses a way to pass delegates with different signatures to a common method. | | (2 votes) by Steven Oberholzer (updated 2 days ago) A simple tip to pass a delegate with any signature to a method | | (1 votes) by Bryan Tubbs (updated 4 days ago) This tip will show how to sort a list of a particular class type from a SqlDataReader object by dynamically creating a lambda expression to carry out the process of sorting the list. | | (1 votes) by David Hall (updated 5 days ago) C# template classes to simplify adding rich design-time experiences to custom components and controls. Includes verbs, action lists, glyphs, behaviors and editor window interaction. | | (6 votes) by Robby Ingebretsen (updated 4 days ago) We set out to reimagine Flight Simulator (or Flight Arcade as we call it) for the web and to demonstrate what's possible in the new Microsoft Edge browser and EdgeHTML rendering engine | | (2 votes) by Rahul Rajat Singh (updated 2 days ago) In this article we will discuss how about routing in angular and how we can create single page applications using angular routing module. | | (2 votes) by Rahul Rajat Singh (updated 3 days ago) In this article we will look at how we can build data entry forms with proper validation techniques in angular. | | (1 votes) by Salar Hafezi (updated 12 hours ago) Type coercion in JavaScript and its Applications | | (1 votes) by Dominic Burford (updated 3 days ago) Closures with JavaScript | | (5 votes) by Michael Selector (updated 5 days ago) A code to declare a table variable which will be populated from a query | | (2 votes) by Sarkis Matossian (updated 4 days ago) The steps to install a CLR Stored Procedure in SQL Server | | (47 votes) by Shivprasad koirala (updated 5 days ago) In this article we will learn C# Design pattern and Architecture pattern Step by Step with a project. | | (5 votes) by Shivprasad koirala (updated 2 days ago) In this article we will demonstrate Template Pattern reusing ADO.NET | | (3 votes) by Anton Angelov (updated 6 days ago) Create an extendable test execution in automation tests via Observer Design Pattern. Explains an implementation in C# via .Net IObserver interfaces. | | (1 votes) by Kalkidas (updated 2 days ago) This is an alternative for "Links with arbitrary text in a RichTextBox" | | (2 votes) by newton.saber (updated 3 days ago) With this utility you can get a good idea of whether or not that oddly named Process you see in TaskManager is malicious or not. | | (2 votes) by Keith Holloway (updated 2 days ago) SSL Connection Error when debugging via Localhost in Google Chrome | | (1 votes) by Keith Holloway (updated 5 days ago) Using .NET's System.Reflection to aid Unit Test Creation – Part 2 | | (5 votes) by Dariush Tasdighi (updated 4 days ago) How to change the html input to an integer (numeric) input (textbox) mask. | | (8 votes) by Sergey Nizhegorodtsev (updated 5 days ago) The article shows how to implement open source Stocks Tracker API in Java projects. Individual stock quotes can be easily fetched from various free online sources with this library. | | (4 votes) by FrankNight (updated 3 days ago) This is just another web scraper written fully in .net but finally without the use of mshtml! | | (2 votes) by Patrick P. Frey (updated 5 days ago) This tutorial based on a docker image will guide through the development of a simple search engine based on Strus (project-strus.net), a collection of libraries and line tools for building a search engine. | | (1 votes) by JO Hyeong-Ryeol (updated yesterday) An introduction to the PropertyObservable that is a base class to implement the INotifyPropertyChanged interface. | | (15 votes) by Yuriy Anisimov (updated 6 days ago) Expressmapper - lightweight, lighting fast and easy to use .NET mapper | | (5 votes) by Bogdan Bujdea (updated 5 days ago) Learning by teaching | | (4 votes) by Mohamed.Faried (updated 6 days ago) Simplifying Java events | | (1 votes) by Atish Dipongkor (updated 6 days ago) Creating Custom Date Picker, People Picker and Choice for SharePoint 2013 Apps or Content Editor Web Part using AngularJs/jQuery. | | (6 votes) by Val Okafor (updated 6 days ago) I was recently asked for contribution towards a curriculum to teach computer skills to youths in South Eastern Nigeria where I was originally from and part of my write-up included a section that lists and reviews online programming courses that can be used to train the trainers of these youths. Belo | | (1 votes) by essentialSQL (updated 2 days ago) The main purpose of a CASE expression is to return a value based on one or more conditional tests. CASE expressions can be used anywhere in a SQL statement an expression is allowed. Though a truly an expression, some people refer to them as "CASE statements." This most likely stems from that use o | | (8 votes) by Anton Angelov (updated 4 days ago) A short list of keyboard shortcuts for things you probably do often in Visual Studio. | | (7 votes) by Anton Angelov (updated 4 days ago) A short list of keyboard shortcuts for things you probably do often in Visual Studio. | | (3 votes) by Sibeesh Passion (updated 5 days ago) How to find PublicKeyToken of a DLL | | (1 votes) by Keith Holloway (updated 5 days ago) A couple weekends ago, I had a great time at Hack Tennessee 7. For the uninitiated, a hackathon is an event where developers from all over the area gather to work on projects for fun for a weekend. It was a great time of meeting colleagues, checking out some cool tech, and (as an added [...] | | (1 votes) by Keith Holloway (updated 2 days ago) How To: ESRI SDEIntercept | | (1 votes) by Leonid Ganeline (updated 2 days ago) Originally posted on: http://bobhardister.com/LeonidGaneline/archive/2015/05/06/serializers-in-.net.-v.2.aspx[v.2.7.0 2015-06-10] I've decided to keep live the first version of this post. It is interesting how tests evolve and how results change. V.1.0.10 see here. The v.2 was inspired by OniBait | | (3 votes) by UKAndrewC (updated 3 days ago) Method sorting utility for VB.NET source code | | (2 votes) by Anooj Nair (updated 2 days ago) Office365 API – Connected Services | | (5 votes) by Ben Thorner (updated 2 days ago) A tutorial on RadialControls - a library of circular controls for Windows 8 Apps. | | (2 votes) by Revanth Ramesh (updated 12 hours ago) Futuristic Talking 7-Segment Time Display Widget in WPF . | | (2 votes) by Snorri Kristjansson (updated 5 days ago) Active Directory change auditing solution. A Windows Service that stores selected AD change events from the Security log of all Domain Controllers to an SQL database. | | (4 votes) by super (updated 6 days ago) What can a developer do when he finds himself in the Project Deep hole? | You may also like... Updated Articles, Tech Blogs and Tips | (35 votes) by DrABELL (updated 2 days ago) YouTube™ API for ASP.NET, AJAX-extended (C#). | | (20 votes) by syed shanu (updated 4 days ago) In this article we will see using ASP.NET,HTML5 and jQuery how to draw our charts like Line,Bar,Pie,Donut and Bubble Chart | | (24 votes) by S.M.A.Faisal (updated 3 days ago) Code describing how we can easily control mplayer in VB.NET Winform application | | (33 votes) by Arthur V. Ratz (updated 5 days ago) This article demostrates the C++ code that implements AI binary distribution evolutionary algorithm for finding the "nearest" neighbor values of the given value of x in the array of N elements. | | (11 votes) by Michael Chourdakis (updated 6 days ago) The update to my loved library. | | (256 votes) by Akhil Mittal (updated 3 days ago) This article will cover almost every OOP concept that a novice/beginner developer hunt for, and not only beginners, the article's purpose is to be helpful to experience professionals also who need to sometimes brush-up their concepts or who prepare for interviews. | | (118 votes) by Akhil Mittal (updated 3 days ago) Access modifiers (or access specifiers) are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Access modifiers are a specific part of programming language syntax used to facilitate the encapsulation of components. | | (102 votes) by Akhil Mittal (updated 3 days ago) Day 6: Understanding Enums in C#.My article of the series "Diving in OOP" will explain enum datatype in C#. | | (104 votes) by Akhil Mittal (updated 3 days ago) All about Abstract classes in C# | | (100 votes) by Akhil Mittal (updated 3 days ago) Diving in OOP (Day 2):My article in the second part of the series will focus solely on inheritance concept in OOP | | (88 votes) by Akhil Mittal (updated 3 days ago) This part of the article series will focus more on run time polymorphism also called late binding. | | (33 votes) by Bharath K A (updated 4 days ago) Build your own cloud spreadsheet (like Microsoft Excel, google sheets) that exposes shreadsheet workbook via web browser. Users can create excel like spreadsheets using web browser save it, share it, put formulas to compute data in the sheet etc. | | (26 votes) by Nick Polyak (updated 2 days ago) Implementing powerful property bindings in plain C# | | (24 votes) by Akhil Mittal (updated 3 days ago) OOP: Properties in C# (A Practical Approach). | | (24 votes) by Akhil Mittal (updated 3 days ago) OOP: Indexers in C# (A Practical Approach) | | (6 votes) by newton.saber (updated 5 days ago) Creating a utility to take a snapshot of my system's running processes leads to more learning. | | (39 votes) by Sem.Shekhovtsov (updated 6 days ago) Setting up Redis server on Windows machine, and accessing it with C# client | | (19 votes) by DrABELL (updated 6 days ago) YouTube™ video player API provides variety of customization features (ASP.NET, C#) | | (103 votes) by adriancs (updated 6 hours ago) A tool to export and import MySQL database in .NET | | (14 votes) by Mark J Feldman (updated 6 days ago) Adding comprehensive support for dialog boxes to MVVM applications. | | (12 votes) by syed shanu (updated 4 days ago) In this article we can see in detail about how to create a simple SPC (Statistical Process Control) Cp,CPk Chart using C# | | (25 votes) by Guruprasad.K.Basavaraju (updated 2 days ago) This article is an effort to introduce beginners to HTML Canvas through a simple Game development. | | (16 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. | | (11 votes) by Woong Gyu La (updated 3 days ago) How to create a server-client network quickly using template server-client framework, EpServerEngine (C++ and Windows Winsock). | | (10 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. | | (21 votes) by NewPast (updated 15 hours ago) Format, add line numbers, error handling, expose a .NET library to VBA, and number to words in Office. | | (4 votes) by DrABELL (updated 5 days ago) App implements bi-directional semantic phone number-to-text converter, extended with novel Lottery+Quiz engine | | (6 votes) by Don Kackman (updated 3 days ago) Faking http response messages to decouple client unit tests from service implementation | | (5 votes) by ASP.NET Community (updated 5 days ago) Learn how to extend your ASP.NET AJAX applications using the ASP.NET AJAX Control Toolkit. ASP.NET AJAX Control Toolkit: Installation and getting | |
Không có nhận xét nào:
Đăng nhận xét