Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Beginner

Beginner

Beginner

Great Reads

by wim4you
This article describes a Tabbed File Explorer with minimal functionality using only basic MVVM techniques and some attached properties. In a first article I described a MVVM Tabbed Navigation Tree, in this article I add a Tabbed Folderplane.
by CPallini
How to generate a spiral numerical pattern without using arrays
by Nirosh
This tutorial is designed for .NET programmers who need to understand ‘Nido’ framework and its application.
by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.

Latest Articles

by wim4you
This article describes a Tabbed File Explorer with minimal functionality using only basic MVVM techniques and some attached properties. In a first article I described a MVVM Tabbed Navigation Tree, in this article I add a Tabbed Folderplane.
by CPallini
How to generate a spiral numerical pattern without using arrays
by Nirosh
This tutorial is designed for .NET programmers who need to understand ‘Nido’ framework and its application.
by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.

All Articles

Sort by Score

Beginner 

by CPallini
How to generate a spiral numerical pattern without using arrays
by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Zeshan Munir
A Cross Browser Supported solution for Custom Fonts on the Web
by Santhosh Babu Mahimairaj
How to freeze gridview header using JQuery
by Emad Al Hawary
Try this block of HTML 5 code
by Chai_Pot
How to use MySQL as database in VB.NET applications.
by Habibur Rony
Naming Convention of Test Method for Unit Testing using Behavior Driven Development (BDD)
by Cpp For All
finally like clause in C++
by Bohdan Stupak
"Method can be static" Microsoft Code Analysis warning may hide a violation of object-oriented design
by Pedram_Niloufari
C# .Gif viewer / Snipper control
by sumit_kapadia
Simple and free approach to manage your code on cloud with git-SCN and dropbox
by Peter T. Ringering
A program that makes editing code comments and XML comments easier.
by Jon_Slaughter
Simple class to encapsulate a double reference
by Yaseer Mumtaz
.NET interview questions and answers with real world examples and code snippets
by Nikita D. Sinelnikov
HowTo: make the report background (elements) of Microsoft .NET Report (.rdlc) non-printable
by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
by Muthu Nadar
This article will explain about null coalescing operator along with its advantage and disadvantage.
by Nadege Rouelle
How to add initialization data when configuring Entity Framework Code First.
by Subodh Raghav
In this tip, you will learn how to send an email in your ASP.NET application.
by The Zakies
Part 3 of a tutorial to show a graphics program using C# using GDI and SVG drag and drop and delete objects
by The Zakies
we will build an outline line around the drawn lines so we would test the mouse click on this outline to know which line is selected. and we would in the coming update build a select function inside the move tool
by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands
by The Zakies
we will continue the functionality of the hand tool with having a navigator panel which works as a map, we will also have a red rectangle which tells the user where he is actually viewing inside the whole form, also it can be moved to pan the form
by The Zakies
Tutorial 1 (how to create a vector graphics program)
by Georgeutc
A very simple Resizable SplitView
by Subodh Raghav
A web service is a web application (a piece of software component) which is available on the internet.
by qlipoth
All too often, I have to match disparate objects 1 to 1
by Marcell Lipp
Small tips to make your code quality better
by Michael Bogaerts
What brings the 15.2 release for XAF (win) developers
by charles922
Use of the Trapezoidal Rule to integrate a function
by Sumit Chawla
2-Legged OAuth Authentication in .NET (C#)
by JatinKhimani
Develop a web application in 3 layer architecture code style
by FLouis38
Thinking about making a career in IT? It may be easier than you think.
by Atul Kharecha
If you are using Lotus Notes as an email client and it is running very slowly, this tip will help you to overcome the performance issues.
by D4rkTrick
Code for a 4-bit encoder to store 15 different symbols with higher efficiency
by Murali Pamidi
Politics aside, here are 7 simple tweaks that could make heathcare.gov website instantly fast.
by Revanth Ramesh
Futuristic Talking 7-Segment Time Display Widget in WPF
by Jens Theisen
A grid splitter separating four quadrants
by SrikantSahu
This tip gives basic commands to import table from Mysql to Hadoop File system and Import the files from HDFS back to Mysql.
by SrikantSahu
This tip can be used to know more about how dojo templated widgets can be created and used inside a portlet programmatically.
by MarcusCole6833
A basic tutorial on how to Use WCF service with the Entity Framework
by Math08avan
A simple example for CRUD actions using WCF service in ASP.NET
by Yisrael Lax
Why poorly written code is expensive code
by TheGreatAndPowerfulOz
How to recursively select all descendants using an extension method
by sx2008
An easy-to-use class to prevent multiple instances of your application from opening and focusing/activating the first instance window.
by Indivara
A very simple class that allows you to easily lock blocks of code from multi-threaded access.
by Bryan Kowalchuk
The two most common database lookup table patterns are examined
by B. Clay Shannon
A potentially-exhausting-but-not-exhaustive list of shortcut key combinations to use in Android Studio
by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by honey the codewitch
Easily add progress reporting to your console apps
by RickZeeland
A Custom Flat-style Numeric UpDown Control with a simple demo application written in .NET 6
by Dirk Bahle
Making better use of the available UI space.
by Sambhav Yadav - Sam D Silva
ASP.NET page/master page/user control's life cycle from the perspective of Session and View State
by honey the codewitch
A handy code snippet that can set indentation levels while rendering multipart documents with a TextWriter
by Frank T. Clark
Improving file transfer speed for large files
by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by Afzaal Ahmad Zeeshan
This tip is to provide an overview of writing strings in ASP.NET web applications to avoid concatenations.
by hemantrhtk
Basic queries that should be resolved for a successful SharePoint Project.
by wim4you
We wanted a first impression of a clockwork using simple gear for visual evaluation. A provisory prototype is made.
by Southmountain
This tip shares some lessons and thoughts after using this converter.
by shijo joseph
An ADO.NET Layer for SQL Server and Oracle which makes it easier for interfacing with database
by honey the codewitch
A circular buffer implementing IList
by S. M. Ahasan Habib
I will demonstrate a generic factory method which will create object from interface type parameter from an assembly (either current or provided) with the help of reflection
by honey the codewitch
A fully generic ordered dictionary class in C#
by Southmountain
Some take-away to improve the quality of desktop software
by Mario Majčica
A well justified practice for mapping TFS collections on your local PC.
by Begench Amanov
BaseAdapter that removes the need for some tedious coding
by S.Prateek
This is a fun and short tutorial to try face detection on Windows Phone using FaceDetectionWP8 library.
by simonp_ca
If you like those beautiful Windows10 PC startup screens and wonder how to capture and save them as images, this tip/trick is for you...
by Alessandro Lentini
How to write a simple multi-thread queue for the typical producer-consumer process
by Sergey Alexandrovich Kryukov
How to abate the CodeProject spam crisis.
by ryowu
A game that shows how to use C# drawing and how to create 2D anime.
by shijo joseph
An easy to implement yet powerful logging library which requires absolute zero learning curve
by Keerthi_Kumar_N
Configuring the web.xml for any Java/J2ee project using a programmatic approach
by Keerthi_Kumar_N
An alternative way of configuring web.xml using Java
by Marco Bertschi
This tip presents an easy way of verbosely converting an exception and its inner exceptions to a string in order to get access to all details.
by G.TR
how to use NUnit to code tests
by OriginalGriff
I needed to show file sizes in a "human friendly format" recently, so I thought I'd knock up a simple method to do it. So the file sizes such as 10123456789 bytes would display as 10.1Gb and so forth.
by bluecurve01
How to parse robots.txt and robots meta tag
by MarcusCole6833
A basic Windows Forms Desktop Application to return a Julian Date
by Kaushik S Murthy
This application allows you to know the status of caps lock whenever the caps status is toggled
by LLLLGGGG
A really simple implementation of a C# menu for console applications
by George Swan
An easy way to read CSV files.
by Tarek Elqusi
I created a simple form with a button to add a label control at run time sequentially numbered; labels are movable and lines are drawn between labels.
by charles henington
This is an alternative for "Send Mail With Attachment File"
by Erik Vullings
Generate a PowerPoint presentation, consisting of slides with a title and an image, without requiring Microsoft Office
by bobishkindaguy
A simple entry box for various numbers, especially phone numbers.
by AshakiranBhatter
ScreensSaver through fullscreen mode using Win32 APIs in C.
by Nguyen.H.H.Dang
A very simple Thumbnail Viewer inherited from FlowLayoutPanel for beginners
by Raghav Nayak
Simple vertical scroller.
by Pasan Eeriyagama
This article focuses on a Very simple and Robust way to export Data to EXCEL
by Rick York
This is a simple worker thread class that allows when to use a member function as the thread function.
by anscode
This post describes a slider control for C++ which make your application more attractive.
by Marijan Nikic
A small command line utility for synchronization between two folders
by B. Clay Shannon
A C# snippet that converts Spanish text into a phonetic representation of how to pronounce it (in Mexican Spanish, not Spaniard Spanish) for speakers of American English
by George Swan
An alternative solution to the Spiral Print problem
by CHill60
Simplify complex if-statements with "where value in list"
by Yvan Rodrigues
A simple but effective way for format bound data in XAML with the Windows Runtime
by JFMDev
Presenting TuringFonts, a way to make uncrawable and uncopiable texts
by Alessandro Lentini
This tip is connected to my previous one. I show how to use .NET 4.0 BlockingCollection in a simple way.
by HateCoding
A tiny custom list control
by Vijay Gill
Uses Unity for DI and NLog for logging
by Southmountain
glaux.h header file & glaux.lib can be replaced by freeglut.h & freeglut.lib
by Southmountain
Some quick configurations to get MFC support for console application
by Rajesh Buddaraju
A simple tool which is useful to calculate our day to day work hours
by Rajat-Indiandotnet
A unique feature of SQL SERVER Loop with Go statement
by osy
Proper implementation of a signal handler
by Vasily Tserekh
A simple straightforward car race game with minimum LOC.
by Rahul Rajat Singh
A simple Windows Form like message box for ASP.NET applications
by Clifford Nelson
This tip presents a way to display checkboxes for selection of ListBox Items instead of the default highlighting
by Vipin_Arora
Abstract Factory Design pattern example in C#
by Tantum
Access values of ProgressBar created at runtime
by Manas Bhardwaj
How to access the variables/properties from C# in JavaScript?
by Ramanujam Shankar
Show data in grid view control of Windows Stores App using web service or WCF
by M-Badger
How to discover all the controls on a form at design time for a property editor
by John Bhatt
How to create a nice Accordion Panel with CSS
by RedDk
Suspend, by "stopping", then when done doing what you need to do, restart ... or not!
by MarkLTX
Allow users to "magnify" your WPF application!
by VijayaMalla
Adding a custom pushpin to maps using Bing Maps SDK.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Ever wondered how to add HTML file contents to the aspx page by code. Take a look at the implementation.
by B. Clay Shannon
Wherein the steps to add menu items, and respond to them being selected, is delineated
by sam stokes
This is a really simple implementation of JavaScript and HTML5 to be used in a Windows 8 Store app.
by Muhammad Magdi
Step by step guide to add pre and post PowerShell scripts to TFS2012 build
by B. Clay Shannon
How to use temporary MessageBox.Show()s in your C# app to quickly see data about exceptions
by Michael Gledhill
How to add an fade-in message to your iPhone app in 5 minutes
by middelpat
Adding and subtracting with dates and times ignoring weekends
by Fiyaz Hasan
This article shows you how to add Angular Material in ASP.NET Core AngularSpa template
by VR Karthikeyan
Change the look and feel of ASP.NET MVC application by adding different UI CSS frameworks
by Ashish Ranjan Mishra
How to add sub menus dynamically, adding event for them and also retrieving the menu name on click event of individual sub menu
by PIEBALDconsult
This is an alternative for "Adding Functionality To .NET Controls"
by MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.0 entity classes
by Praveen Maniyath
Code for implementing a click event for button in Android.
by Shesh Lamichhane
Step by step to add the transformation files of app.config in your .NET Windows service
by B. Clay Shannon
Easily add Version Information to the main form Title bar of your Winforms app
by Vedat Ozan Oner
A library for 5-button analog keypad
by Santosh Sharma (go2santosh)
Finally iOS developers get a new programming language as advanced as C# and Java
by Mr.PoorEnglish
This is an alternative for "C# Sprintf-Lite"
by Prabu ram
I am just trying to wrap the jquery ajax methods under Typescript to give a better control from the rest of the code.
by Shah Ankita
This code sample demonstrates how to set an alarm notification.
by José Cintra
Simple algorithm to determine the type of a triangle, being informed its sides
by José Cintra
Simple algorithms to calculate convergent series in the Python language
by Arthur V. Ratz
This tip/trick introduces the basic ideas on how to avoid memory mismatched allocation/deallocation issues detected by Intel® Inspector XE for Visual Studio 2015
by CHill60
Allowing a User to cancel a Form when Validation is in place and invalid data has been entered.
by OriginalGriff
It's pretty easy to let Windows Explorer drop files on a WinForms app, but I can never remember how. So since I needed a "file touch" app, I thought I'd document the process here.
by Joezer BH
Avoiding a cumbersome message box or input box that locks the application in WPF.
by HiDensity
Class providing methods to count up a string using a definable character set.
by RelicV
Alternative for AutoComplete control without Ajax and Webservices
by BillMoore2017
Tkinter Command Window Here Launcher
by NightWizzard
Convert amounts to their spoken equivalents
by Thomas Roll
A .NET equivalent of Java's AdjustableSemaphore
by George Swan
A .NET7 version of a Rotated Binary Search method
by George MVC Study
This tip shows an example of ASP.NET MVC cascading dropdown list.
by Gianmaria Gregori
How to add a random sliding effect to the Bakery home page
by TheGreatAndPowerfulOz
Gets the digits and the sign of an integer in an array
by honey the codewitch
Add progress reporting to your downloading or copying using this code
by Garvit Arya
It is a personalized web Browser that can open a certain website directly.
by ShareIdeas
This Android project can get cards number leveraging the principle of digital image.
by huyletran
Make edit text with specified length, delete icon
by Sukhpal Singh JNU Jaipur
JSON parser classes creator tool for Android
by Richard Silveira
Android Material Design for old devices with Design Support Library
by Satyam A.
Here we see how Android Activity LifeCycle works.
by Little Carl
Library for deserializing the Ksoap2 response .
by Rajendra Kumar Sahu
The article is about how to use AngularJS framework to write a MVC pattern client side application.
by Thinira
In this tip, we will discuss how to setup Angular 2.0 in Visual Studio and write a very basic “Todo” application.
by Vikas Kmr Chaturvedi
Creating first directive with Vikas Chaturvedi
by Yaseer Mumtaz
AngularJS ng-grid export to CSV workaround for Internet Explorer to avoid showing "Save" dialog box.
by Asib Al Amin Talukder
This tip describes the angularJs routing and how to configure and work with classic ASP.NET MVC application.
by skondawar
AngularJs: Add, Remove Directives Dynamically & Save Details
by Kamal Mahendra Sirisena
Online Anonymity for Penetration Testing
by Member 11313437
How to easily anonymize (or pseudonymize, depending on the depth of performing) patients' proper data in clear text in MySQL
by Mahmud Hasan
Whenever I try to install any software I get an error saying another installation is running.
by Sadeque Sharif
Another way to solve the issue of “A network-related or instance-specific error occurred while establishing a connection to SQL Server…”
by nithyananthams
Different options to get Identity from SQL Server and how OUTPUT clause helped me to get the accurate Identity value compare with other options.
by QArea Team
Application Bar is a pop-up panel at the bottom of the application window, which can contain from one to four buttons, which allow you to perform some action.
by Vasudevan Deepak Kumar
This is a simple class/demo application that shows how to check whether the account that is being used to run the application has administrative rights.
by Marco Bertschi
A short guide on how you can style and customize the appearance of you QML controls in a CSS-like way
by Gaurav_Chaudhary
This tip is a brief introduction to Apply operator in SQL server
by Chamila Nishantha
This tip describes how to add a running total column to a result set
by Wendelius
This is an alternative for "Applying Running Total to a Result set"
by Bartlomiej Filipek
How to apply the strategy pattern to a problem while designing a class hierarchy. What are the pros and cons of this approach?
by shouvith hydrose Kerala
This article explains how to change Arabic Calendar Date to English Calendar Date in Windows Form C#.
by Philipp_Engelmann
Arabic-Roman number converter in Haskell (Part 1: Converting Arabic to Roman numbers)
by Farhan Ghumra
Learn how to create zip archive and extract it without any 3rd party library
by NoSuchUserAccount
For absolute beginners in Java
by Nagy Vilmos
A simple method to parse an argument list as a name value pair
by Alaa Ben Fatma
Generate your arrays using a GUI tool
by Rahul.KumarSharma
Difference and simple implementation of as, is, and Reflection.
by Ahmad F Hassan
An easy way to view hierarchical data in a simple ASP .NET Repeater
by Jani Giannoudis
Adapt properties like visibility or enabling between ASP.NET Controls.
by ChienVH
In this article will show you how to work with ASP.Net and Paypal with Dynamic Ordering Values
by Sajid Qayyum
Describes authentication management using cookies
by Armando de la Torre
How to implement a calendar pop-up without JavaScript
by mike2315
Using jQuery, we have a very simple solution for this.Add jQuery and CSS in the head tage and these two lines of JavaScript:<script...
by Herman.Instance
Short route to fix this issue
by TheForceIsSharp
ASP.NET Core Web API, Multiple Get or Post methods with single controller
by Ruhollah Heidarpour
Just another ASP.NET Persian(Jalali/Shamsi/Solar) / Gregorian Datepicker
by Rajesh Kuramdasu
Tip to display HTML/HTML like content as a text on your web page
by JoaoSousa23
This tip walks you through the steps for creating a ASP.NET MVC 5 Web Application using Bootstrap as template for layout.
by Alex_1
Cool menu, MVC bootstrap menu HTML helper
by Ahmed Bakodah
This post is about how to demonstrate CheckBoxList in ASP.NET MVC 4
by Oetawan
Extend ASP.NET MVC behavior to auto wire controller dependency
by Roberto Ferraris
How to use templates in ASP.NET MVC to edit enum fields
by BalaG Ganesan
ASP.NET MVC4 - Bundling and Minification
by Pavan Navule
A list of events in the ASP.NET page life cycle.
by James Gabel
ASP.Net timed page reload on button click/form submission.
by brunofer2007
Easy way to sort nodes in a TreeView using a recursive function.
by nasir_ml
ASP.NET textbox validation made easy.
by James Walsh Jr
The differences between parameter and model binding with ASP.NET WebAPI
by ChienVH
This article will guide you how to implement ASP.NET website with multi-language
by congiuluc
How to check Email address during user registration with ASP.NET MVC 5
by Christophe Bertrand
A parser for AssemblyQualifiedName for .NET
by Akhil Mittal
Helper class to compare two class objects while unit testing
by Francesco Bagnasco
Just a quick sample to clarify what we can do and what we can't
by Gaurav Goel (Team Lead)
This tip teaches you the basic use of async and await, how threads work internally
by ashish__shukla
Asynchronous ActionMethods in MVC can improve application performance
by Himanshu Manjarawala
How to report progress and intermediate results from an asynchronous process to client code.
by Assil
A light article about a new feature in C# 5 and .NET 4.5
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Struggling to attach a Client Side Event to AJAX HtmlEditorExtender? Apply the trick and enjoy.
by Jamil Hallal
Designing an authentication and authorization strategy for distributed Web applications is a challenging task. The good news is that proper authentication and authorization design during the early phases of your application development helps to avoid many top security risks.
by Sivaraman Dhamodharan
Auto Fill the content of text box for well known entries
by SREENATH GANGA
Auto updating the exe if the latest exe is available in the network share
by Vitaly Tomilov
Simplest and quickest way to automatically bind array of image bytes to asp:Image object.
by Srinivas Kalabarigi
A reference for auto-complete in ASP.NET
by Dalek Dave
Does your wifi not autoconnect on boot up?
by Yvan Rodrigues
This handy tip is an easy workaround for a shortcoming in iOS 6 and 7.
by Ron Bos
I wrote this small PowerShell script to quickly access some AbstractSpoon ToDoList documents which are stored in VeraCrypt containers. The selected container stays mounted until the ToDoList executable is closed. I use OneDrive to automatically upload the then dismounted container to the cloud.
by Alberto Nuti
How to serialize an object without having to manually instruct the DataContractSerializer class.
by Srinivas Kalabarigi
How to do automatic page refresh in ASP.NET
by Emiliano El Mariachi
Here is a small library to help you have an automatic undo/redo feature without explicit dependency on Undo/Redo system.
by Bloody Chicken
How to automatically create a dump file when the program hangs
by Chip VonBurg
Automatically display your application version in the UI
by Kewin Rausch
A tool for translating C/C++ makefile projects in Visual Studio compatible ones
by Stuart Wheelwright
How to produce and publish a NuGet package using AppVeyor, the free continuous build service
by tc99
Immediate access to resources without clicking
by Deepak_Sharma_
This article will show how to create an auto-suggest TextBox that will suggest data from a SQL Server database column.
by Anuja Pawar Indore
I first tried using Ajax autocomplete, but found jQuery as an alternate
by Amin Esmaeily
In this tip, I will explain how to create a simple user control (AverageMeter) using WPF.
by bradyguy
Don't send your mail out using the wrong account
by Igor Pashchuk, MBA
This is an alternative for "C# Pivot Table"
by Nandlalaji Singh
Spring itself is vast. It has lots of features. But AOP is a really cool and powerful feature. This tip is for Spring developers who don't use AOP. This gives a view of AOP.
by Mukesh Pr@sad
This tip describes how to build an application in Azure Cloud with ASP.NET MVC and WCF.
by ankit57100
Azure Notificationhub - Sending Push notification to mobile devices
by ROHIT SHAW
It shows how to display a badge notification in Windows 8 metro app
by sreeyush sudhakaran
VB.NET code for Base64 Encoding and Decoding of Image files
by Nomesh G
Setting up basic MVVM in WPF and ICommand usage to allow operations on ViewModel from view.
by Dan Steuer
This article will help manage automatic database purges according to basic Document Management principles.
by NaibedyaKar
How to check the query locking the table and to unlock it
by nikesh singh
In this article, you can find a tutorial for a simple Flask app with Python codes
by Sampath Lokuge
This is just an introduction of Node.js.
by Bohdan Stupak
Batching is a nice technique that allows you to handle big amounts of data gracefully. Directory.EnumerateFiles is the API that allows you to organize batch processing for the directory with a large number of files.
by Joan M
How to rename various files from the shell
by yuvalsol
Batch script that retrieves checked out and changed files from TFS and saves their paths to output file
by Sean Rand
This is a guide for QA and Devs to use to make writing high quality BDDs.
by Duncan Edwards Jones
Thoughts for writing code for the next developer to use (or how to apply the golden principle to code)
by honey the codewitch
A B-tree, an AVL tree, and a Splay tree in C#
by Robby Tendean
Simple implementation guide for log4net in a VB.NET web application.
by Evgeny A. Koryakin
Use Bem.JS library to create CSS classes according to the BEM methodology and add, remove, modify CSS classes of DOM elements or select DOM elements by BEM-like CSS classes
by Dominic Burford
Some benefits of continuous integration
by arturomonriv
This short article just shows the evolution of my implementation of the Factory pattern in C#.
by yash soman
The tip is about using Elvis operator which is introduced in C# 6.0 for Null Reference Checks. It gives an example of how to use it.
by Greg Osborne
You don't always get what you expect with floating point math.
by CoperNick
How suprising can be conversion of decimals to bytes in C#
by Bim Garcia
Implementation of ISO8583 in .NET
by hirosht
Step by step method of thresholding a image using the EmguCV API in C#
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Vertical AIT
Automatically bind MVC HTML RenderPartial and Partial view pages to your model's child objects without having to use HTMLFieldPrefix.
by Clifford Nelson
This article presents a way to display a message in a single control with several sources in a priority order
by manchanx
Tidy, generic solution to bind Enums (with or without a DescriptionAttribute) to a ComboBox or other Controls
by Mehul M Thakkar
Bind a JavaScript function to multiple events using jQuery
by Amit_Mittal
An easy way to bind XAML with properties defined in code behind
by Houssem_Dellai
Using Bing Maps in Windows Phone 7
by huyletran
Create a new bitmap by combining many bitmaps.
by JJMatthews
How To Place your common bitmaps inside your source files
by honey the codewitch
Easily shift bits in memory of arbitrary length, declare integer sizes programmatically, endian conversion, and more
by Enrico Zerilli
Custom Pipeline that backs up incoming message to folders retrieve from external DB
by Ladware.Net
Blazor and Windows Form desktop application
by aditya pewekar
Custom component to handle checkbox after confirmation modal popup
by aditya pewekar
Custom JQuery datepicker component using Blazor
by John Bhatt
How can I block some website permanently like (facebook.com) and more social site on my employees computers
by Jin Vincent Necesario
Shows the difference between block-level elements and inline-level elements in HTML and CSS.
by K.Sutin
Get closing quotes for multiple securities with asynchronous call to Bloomberg API using VB.
by RumataEstorish
Simple code for applying and disabling blur effect on any UIElement
by Francisco T. Chavez
Bool to content converter
by Oleksandr Kulchytskyi
This tip explains how to increase performance in serialization by using MessagePack
by Yaseer Mumtaz
This tip will explain step by step Bootstrap basic development for beginners. Attached is small application having three pages using Bootstrap CSS, Components and JS.
by Rapuru Amarendra
This tip presents an example of menu in responsive using bootstrap.
by Rapuru Amarendra
This tip presents an example of popups in responsive using bootstrap
by Rapuru Amarendra
This tip presents an example of datatable in responsive using bootstrap and dataTable.js
by Rapuru Amarendra
This tip presents an example of working with tabs in bootstrap
by Sebastiaan Meijerink
Breeze pitfall. Understanding entityQuery function changing.
by _Noctis_
This will allow you to integrate your linqpad code easily to Visual Studio
by Michael Gledhill
How to fix an issue with a vertical gap appearing about UITableView, embedded in a UIViewController
by JinWenQiang
Get started with your own SDN (Software Defined Network) simulation network
by Arpit Mandliya
Explains the Builder design pattern in detail with example.
by Seth Juarez
How to build a simple contact application with XAF
by Abhilash Raja
Building adaptive layout in a windows 10 app with relative panel and adaptive triggers
by Martin Gmuca
Quick guide to develop first app for Windows 10 IoT core
by Aaginor
Add a Cancel-Button to the BusyIndicator (WPF Toolkit)
by _Noctis_
Quick tip for forms/windows/views where save/insert/cancel buttons are used
by Yahya Mohammed Ammouri
Fix the issue of Buttons disappearing from Ribbon Workbench Dynamic 365
by Kashif_Imran
A user control that provides fancy buttons for panning purposes in Silverlight
by deepi2014
This tip is to showcase how to write “Native C Library” so that it can be used for Cross Platform with .NET interoperability with Native C Libraries.
by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
by Emiliarge
Using FindWindow() and WindowFromPoint() to identify window, and SetWindowText(), MoveWindow(), SetForegroundWindow(), EnableWindow() to interact with it
by Brady Kelly
C# 7 has the ability to declare a variable right at the point where it is passed as an out argument
by blitzkrieged
An alternative ProgressBar for C# with extra functionality
by MarcusCole6833
I recently posted an article on how to place the data in an XML into an SQL table with a bulk Insert; this is an alternative way to do it by breaking up the XML before placing it into the Table.
by Sascha Lefèvre
C# doesn't allow for binary literals (e.g. int bits = 0b00010101). With the helper class presented here, you can do something like that, as close as possible.
by Ahmed Amer Jaf
Downloading files from the Internet with one line without Freezing Form
by Mehul Dhorda
This tip describes a class that allows you to run a command and get its output.
by Sameera Millavithanachchi
This is a custom mapper which can be used to map two objects instead of automapper
by Kerdekz
Super-simplified routines to emulate real filters. Easy to implement or adjust to fit special needs.
by dibley1973
A simple C# extension method to convert List into a delimited text string. Ideal for creating CSV files!
by arussell
Search for file using regualar expression or classic *.*
by Rajasakthimaridasan
C# Inheritance Interview Point of View
by Andreas Gieriet
This is an alternative for "How to use the IEnumerable/IEnumerator interfaces"
by Clifford Nelson
This tip provides examples of how to use the different arguments of the Linq GroupBy extension method.
by puja11191
This is an extension of Photo Viewer on MSDN
by emerR46
Simple and easy to use code in resizing all controls
by Hydeen
How I made my 2D Game, a Mario platformer type of game. I searched around the internet for most of these things, but had trouble finding it. Especially collision detection that I ended up creating a simple solution by myself.
by arussell
C# Simple Mandelbrot with Zoom
by Ozesh Thapa
Choose your datasource and generate classes
by Darkencrow
A multi-drawer style collapsable UI container
by marcus obrien
When trying to move into C# from C++, a little explanation of how functions can be overridden, and some of the pitfalls you may encounter.
by Yet another user
Creating a self installing Windows service with C#
by Sanjaykumar Patel
Speed up your computer by deleting temporary data
by Brad Joss
Smart phones all seem to geo tag (add GPS details) to the photos they take. However, after you copy that photo to your PC it is difficult to see, in human terms, where that photo was taken. This project parses the photo for the GPS data and opens that location on a map.
by John-ph
Resize an image and save in JPEG format using C#.
by John-ph
A simple C# program to implement a "Random Number Guessing Game"
by Emiliarge
Comparison of 4 browser engines and controls + some tips for using them (in attached projects and in tip text). Short and clear.
by Emiliarge
How to get and parse website content.
by InActive
How to use the .NET DateTime class in C++ to generate a basic calendar via a console program
by zdanman
Fully Customizable ProgressBar Control with Percentage shown that changes color as progress covers it
by Jonathan Weber
An incomplete C++ class for Arduino
by bvinothraj
C++ Wrapper for Pipe-based IPC in Windows
by Latha Elangovan
Ways to improve ASP.NET web application's performance
by trident99
CalcStar is an expandable, fast C++ function evaluator that gives the user the same computational power as a scientific calculator.
by Jani Giannoudis
Calculation of business hours (including holidays) using the Time Period Library for .NET
by Prabu ram
C# code to find the business time between two dates and to get the next business day by adding specific duration in minutes
by Tyronne Thomas
Calculating hash values in Windows Metro style applications using C# and .NET 4.5.
by perspolis
Calculating all permutation in C# without using recursion
by perspolis
Calculating permutation in a non-recursive way
by David Wincelberg
Displays a date/time difference as calendar days or 24-hour days and can show hours or minutes for the first 24 hours
by Houssem Dellai
Developing a Windows Phone app step by step
by coder255
JSRPC.Net creates a JavaScript object with functions to call your WebAPI.
by Vishal_Kumar
Call server side code using ASP.NET AJAX and jQuery AJAX
by Albin Abel
When to call master functions through a contract (abstract class, Interface etc.,)
by Abhay giri
Here we see how can we invoke other orchestration by using Call orchestration shape
by Ankur .K. Vishwakarma
Calling server-side code from client-side using JavaScript and TextBox's onblur event
by Kashif_Imran
A simple Caret for WPF User Controls
by John Bonfardeci
Cascading Asynchronous Function Execution (CAFÉ) is a design pattern for easily managing the execution sequence of asynchronous requests and callbacks within a medium to large JavaScript framework.
by Madhav Hatwalne
Caution when you are disabling a checkbox in Edit View
by DaveyM69
How to prevent a CD/DVD drive from being opened.
by Steve Maier
To get this to work in .NET 4, you have to change the DLLImport signature.[DllImport("kernel32.dll", SetLastError = true)]private static extern IntPtr CreateFile( string lpFileName, uint dwDesiredAccess, int dwShareMode, ref SECURITY_ATTRIBUTES lpSecurityAttributes, ...
by JPhelps
To dynamically set the password viewing style for the edit control
by Andre' Gardiner
Censoring any word from a given list (array) to filter your web content(s).
by _Matt_Wilkinson_
How to centralise a Form when using multiple screens
by Danny Prager
Solution fixing SSL certificate error
by AgarwalPriyanka, ErGauravSharma
Challenges faced in data migration testing
by B. Clay Shannon
How to quickly and easily change a Layout's header text
by Nadege Rouelle
Let's see how to define our own database name using Entity Framework Code First
by Coding 101
Need to see larger thumbnails on the taskbar?
by djdynamix
A little workaround to enable a VB.NET application to read and alter the WPC settings for any user.
by mohammad farahi
Character recognition with MLP Neural Network
by honey the codewitch
Enumerate store and retrieve characters as sets of ranges using this efficient struct
by IssaharNoam
Simple and customizable Chat Conversation control, with DataTable datasource, inspired by SMS application balloons in OnePlus One Android smartphone.
by Nasser Malik
Check all checkboxes in GridView using jQuery.
by TarunSingla
Solution to check for balanced parentheses in a string where parentheses are defined as (, [ or { and their respective "closing" parentheses.
by Wendelius
This tip shows how to get rows from a table where a field contains a number that is a power of 2 using LOG function.
by Ravimal Bandara
An implementation of ray-casting algorithm to check if a given point is inside or outside the polygon.
by SergVoloshyn
Main program for testing modem or GSM phones by AT commands, use only standard classes and libraries.
by Fenil Desai
Check which .NET Framework version is installed from command line
by Agrawal Ashok
Checkboxes working like radio buttons.
by Mishra Sourabh
This tip explains how to create a checkboxlist in MVC.
by Melih Mucuk
Check whether location service enabled for your app.
by TarikHuber
Easy library for checking VAT Numbers of European Companies. Only usable with an German VAT for non German VAT!!!
by Santoshshrest
How to show the checked items of the check list box in listbox?
by Santoshshrest
How to set the check status of the checklist box?
by Dallas Adams
A DLL with a few classes and functions to provide data within Matlab on the elements from the periodic table.
by ha_asgag
Using number systems in statistics
by Cinchoo
Tips to convert complex nested JSON file to CSV format file
by khanzzirfan
Creating circular arrow of an svg image
by Flem100DK
Cisco VPN on Windows 8 incl. making it work with 3G.
by Himashu Arora
by Rixterz123
How to get text to show perfectly clearly on Aero glass
by sudevsu
Clearing the controls on Submit
by Fun@learn
Lightweight approach to close view from viewmodel command.
by Levente Kupás
CLR-addon for T-SQL DATE transformation and Split-String
by Raju_B
Code behind JavaScript
by Sourav Kayal
Various approaches of Entity Framework with examples of code first approaches
by Sourav Kayal
In this tip, we will discuss code first migration using Entity Framework
by Sourav Kayal
In this tip, we will learn to migrate database when multiple DbContext is present in the same application.
by Moustafa Farhat
small example to show how to used Regular Expressions for code highlight
by Simon Dufour
Check you code out, you'll have problem if you start editing from INSIDE. You change your SelectionStart without deselecting anything.. this mean that selection changes instead of only having your cursor moving.foreach(Match m in mc){ int startIndex = m.Index; ...
by Tomer Weinberg
A piece of code you can copy paste to transform TimeSpan into user readable UI text
by Gerardo Recinto
A Tracer API, simply. :)
by honey the codewitch
A helper class that dramatically reduces the amount of code you need to write for the CodeDOM
by Nils Paluch
This tip demonstrates how to use the buildin SQLite stack of Entity Framework 7 on desktop and mobile applications.
by Shmuel Zang
Simple Java helper class to print colored text in console window.
by Shah Ankita
This code sample demonstrates how to set color to any control using colorpicker. For this, you have to create a new Windows phone app.
by wkiess01
How to sort a data bound combobox
by dietmar paul schoder
RibbonComboBox in MVVM/WPF: the easiest way
by Serge Weinstock
A ComboBox whose suggestion list is based on loose character search
by Bill Lock
This program reads comic book files (cbr, cbz) these files are basically compressed jpeg picture files.
by gggustafson
This tip presents a general method for capturing GUI events.
by Member 10771162
AngularJS: Communication between Controllers
by Chris Jorna
Communication Library Files - LMS5lib | Connection and structure
by Chris Jorna
Source code and demo on general TCP client & server library mainly usable for / tested on SICK lidar devices
by Chris Jorna
Communication library files - UDP broadcast
by Clifford Nelson
A media player application specifically designed to support listening to language learning tracks
by Mehul M Thakkar
Compare Validator is not working with latest jQuery lib while using with ViewModel in MVC
by Marijan Nikic
Windows batch utility in VBscript to read and compare two text files line by line
by David A. Gray
While you can often get away with ignoring compiler warnings, failing to at least scan them can bite hard!
by GerVenson
Why do we need to register all services with service.AddService?
by Ivan Yakimov
Sometimes, we need to deserialize JSON into an object model. Here, I'll explain deserialization of objects belonging to a class hierarchy with a support of different formats using Newtonsoft Json.Net library.
by Teraten
Write a program to make your computer talk for you.
by Kamran Bilgrami
Effective way of debugging by taking advantage of some not well-so-known features of Visual Studio
by _Groker
Code for summing by group in a RDLC report
by Mehdi Gholam
Simple config manager for your applications
by Dileep Ashok
Configure One To One and One To Many Relationship in MVC and EntityFrameWork Code first, code migration approach
by Patrick Wanjau
This article is important and essential for beginners and intermediate ASP.NET developers. It will help them set their development environment
by Abhishek Sur
It is a very common issue to handle automatic postbacks to controls. Here I am going to explain how we can handle autopostback of a button click using Javascript Event. Suppose you have a button : Now you want to occationally c
by Anusheel Kamle
How to connect Visio 2007 to SQL Server 2008 R2 for reverse engineering
by Duncan Edwards Jones
How to trigger an Azure serverless function from an event grid custom topic
by Bikash Karmokar
Connecting Windows Form Application With ADO.NET in C#
by Yassin Souabni
How to conserve ratio and serve optimal fluid images in responsive design
by Dustin Halstead
Hark back to the days of text based adventure games, and simple PC, speaker sound.
by Christian Koberg
Console output, general applicable to all executables on a Windows system
by aaverian
A very simple console progress bar.
by Sandeep Singh Shekhawat
This tip is about the Constructor Dependency Injection Pattern Implementation in C#.
by Mishra Sourabh
Today in this article, we are going to learn how to consume webapi using angularjs.
by Rocky R. Fernandes
Accessing Json Data across different domain using JsonP to get arround Security warning
by Thinira
Continuous Integration and Delivery with VSTS (Visual Studio Team Services)
by Faisal(mfrony)
Understand why we need Contravariance in C#.
by Joan M
Activating and deactivating a smart socket from Windows
by Mawy
To control the speed of scroll viewer component in Windows phone
by Abdul Quader Mamun
Convenient way to remove items from list when items exist in second list.
by PJ Arends
A small command line utility to convert a binary file to hex encoded text file
by B. Clay Shannon
How to convert a list of names to the HTML needed to create a link to the corresponding Wikipedia articles
by umar.techBOY
The two functions convert/parse number strings with prefix multipliers (Milli, Kilo, Mega, Giga, etc). The code includes try/catch blocks for tolerating writing styles.
by Sibeesh Passion
Convert CellSet to HTML Table, and from HTML to Json, Array
by Emiliano Musso
A quick method to convert a CSV file in XML
by Pranay Rana
Convert DateTime string to DateTime variable
by Patrick Harris
Class for converting decimals and fractions (allows rounding to a decimal also)
by Kannan Ar
Implement an online HTML to Word converter using CKEditor and MariGold.OpenXHTML
by Tapas Ranjan Singh
This tip will help in understanding the directory and file dialog box, the progressbar control, and image conversion.
by Kuv Patel
Convert JSON to C# classes in Visual Studio
by Devraj Kapdi
Here is another way to convert JSON To DataTable with Newtonsoft.Json
by NightWizzard
Handling for hex expressions and the trailing '}'
by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
by Mikhail-T
Tutorial on how to create simple extension that converts view model propety name to string
by stopthespying
{adcd-1234-zyz.....} CLSID becomes c:\Windows\System32\SomeProgram.exe
by Altaf Ansari
Converting XML Data into DataTable and Exporting DataTable into Excel File
by Shibasis Sengupta
This tip describes how to convert your personal laptop into a webserver available on world wide web
by Stefan Huy
Converting a datatable to CSV, XML, and HTML by using Extensions.
by OriginalGriff
Converting a value to an SI unit string.
by Darren G441
Two functions to help manipulate Excel sheets with VBA by converting Column Header letters to 1 based numbers and back
by Andreas Gieriet
This is an alternative for "Converting InFix to PostFix using C#"
by Lee Louviere
Convert joystick movement into mouse position from a fixed center.
by Bohdan Stupak
A simple snippet of how you can convert video in .NET Core
by RemcoReitsma
Load an XML document and convert it to a dynamic object
by bobishkindaguy
Thread safe control displays status with icon according to type of message. Tutorial on sending messages around your application using delegates.
by bobishkindaguy
A simple list control that prevents double entries, doesn't drop down, has icons to add and delete items
by bobishkindaguy
TrackBar that can work with time values, has a nice spotlight for the current value, and won't allow its value to change when the user moves their mousewheel.
by Midi_Mick
A set of helper functions to cope with DBNull results from database queries
by perilbrain
A very simple trick to assist you in eradicating out manual file name entries.
by Gautham Prabhu K
Copying entire row within Excel sheet using VBA in Microsoft Office 2010 and higher
by Anoop Kr Sharma
How to copy table and its data in SQL Server using Query as well as graphically
by Anurag Gandhi
A Query to copy an individual table data between databases
by dandy72
Copy removable media more quickly by eliminating all the usual repetitive application interaction steps you normally have to go through.
by Gábor Angyal
A walkthrough of statically typing Vuex with TypeScript
by Antonio Soares
This tip shows three alternatives (an intuitive and less efficient, a more efficient one and a third more efficient one) to count all rows of all tables in a database.
by CPallini
A simple algorithm for counting occurrences of symbols in files
by Faisal(mfrony)
Understand the use of covariance in .NET 4.0
by Zain Nisar
Create "Sign Up Page" using Toolbar and Navigation feature
by Mubin M. Shaikh
Create time dimension with 24 hour plus values and time buckets in your data warehouse
by Nadun Liyanage
This tip describes creating a user control to display a drop down calculator that pops out like the DateTimePicker in Visual Studio
by Uros Calakovic
Use the LibGDX Java gaming framework and JRuby to create a simple 2D game for desktop
by B. Clay Shannon
Simple example for kids and novices of using HTML and CSS to create a colorful "midnight rainbow" effect
by D4rkTrick
How to create a web control panel for sound and lights for your Parrot drone (Wi-fi connected)
by Damon Du
This tip documents problems encountered in the process of learning WCF and Computer Network.
by Andy Feng
Create a simple Http Server using Java SDK and process GET/POST requests
by Vipin_Arora
Create an Oracle Data Source Name programmatically.
by saurabh sri
Basic steps to create ASP.NET WebApi services.
by lschauer
Build and run a real smart watch app without even downloading an SDK
by Anoop Kr Sharma
Create an attractive Button using CSS3 -Step by Step
by Er. Mayank Kothari
Generate barcode image in web application
by Gold$Coin
This tip will help you to create a collection from a DataSet
by Paulo Zemek
Avoid generating strings as templates. Avoid the complicated FrameworkElementFactory. Create templates that use a delegate to create new instances, so you can use normal code to do the job.
by senthill
This article describes how to create deployment package for sharepoint 2013 project using using visual studio
by Siddharth Gajbhiye
In this tip, you will learn how to create dynamic Row with Custom MultiSelect Dropdowns in Angular 8.
by Noble KC
Floating/Sliding Menu or Panel in C#.NET
by Sandeep Singh Shekhawat
This tip introduces two extension methods of the HtmlHelper class, one that obtains the Id in a jQuery function and another obtains the Name in a jQuery function.
by markkang
This tip describes how to generate insert SQL statement from the records in an existing table in SQL server database
by Quí Nguyễn NT
A password text box with an eye at right edge, can click / touch to show password
by Fahmi Noor Fiqri
Create PDF from Image files using VB.NET and PDFSharp library.
by Emiliano Musso
How to create a UserControl to show QR Codes created with Google APIs
by Andy Feng
This tip introduces how to use Bootstrap to create a sidebar in Html, which automatically updates links based on scroll position.
by senthill
This tip describes how to create a slider webpart in SharePoint 2013 without writing any custom code.
by Anoop Kr Sharma
Easy, simple, stylish tooltip created using HTML and CSS.
by Vipin_Arora
Create the SQL Data Source name Programmatically
by Anoop Kr Sharma
Learn how to give Stitched effect using CSS
by Anoop Kr Sharma
Stylish Search Button for Website
by Anoop Kr Sharma
Make your website attractive using CSS3 Custom Fonts
by Prakash Lekhak
We will create a Table and Stored Procedure in Sql Server 2008R2 and data will be inserted and retrieved by using Asp.net using C#
by Saranya Mahesh
Upload PDF, save file name to database, save pdf to a folder, create a thumbnail image of pdf and save it to a folder, and also save the image to database
by Zain Nisar
How to create visual states and what is state group?
by Zdenek Jagrik
A template for Windows Form Application written and compiled without Visual Studio.
by piyush_singh
How to create your first MVC project in Umbraco
by freeluna
A simple alternative progress bar or gauge in wxPython
by AshishChaudha
This tip talks about creating an auto complete textbox using jQuery.
by Mattintosh
How to create a formatted column with nothing more than a knowledge of which columns you want and the format you want them in
by Abhijit Ghosh (Subho)
Creating a Issue in Jira using Rest API and Microsoft XML Core Services (MSXML)
by Sujith Karivelil
Creating a link in the left pane of the file Explorer - like OneDrive or DropBox
by Simon_Whale
Highlighting a row with a mouseover event of the DataGridView in Winforms.
by honey the codewitch
This tip shows how to create a dynamic JavaScript-like "object" to be used in web pages and T4 templates.
by Wagner NULL
In this post, we will follow step by step how to create a simple game in CANVAS
by coded007
Designing reports with Dynamics CRM
by Abhijit Ghosh (Subho)
This is an alternative for "Creating a Issue in Jira using Rest API". This is an upgraded version as it contains a way of sending attachments with the issue. This version doesn't use MSXML as it is not recommended by Microsoft.
by B. Clay Shannon
How to create an Android Activity and its associated Layout file, then invoke (intent) them from another Activity
by B. Clay Shannon
The easiest way to create and use code snippets in Visual Studio
by AjithKp560_
Creating a simple animation using sequence of images
by Anoop Kr Sharma
Creating a simple, stylish calculator using HTML, CSS and JavaScript
by Anoop Kr Sharma
Creating Charts using Chart.js JavaScript library
by Philipp Sch
How to use an IStream-Interface with FFmpeg
by Clifford Nelson
A way to create a custom derived control with the XAML file attached like a UserControl
by Anshu Krishna
Creating parent/child relations between checkboxes
by B. Clay Shannon
A super-terse reference to tools needed to create Isomorphic JavaScript web apps
by AesopTurtle
Mimic a loading animation as seen in Windows 8 using pure XAML.
by Joel Cogley
How to create a real-time notifications system using ASP.NET and SignalR
by Jnana
This article describes steps to create rest api with OAuth and how to use those api using OAuth
by Md Ashaduzzaman
Here we’ll learn how to create a page template of our own that is reusable.
by Anoop Kr Sharma
Easy, simple, stylish button created using HTML and CSS
by Monotosh Roy Mon
Developing web service using PHP within 10 minutes
by TyrWang
Use CResizeWnd as an add-on to any dialog
by Arkadiusz@inquiry
CRichEditCtrl does not take the return
by Kashif_Imran
This tip shows how to crop images at the center with desired width and height in .NET (ASP.NET, Windows Forms, WPF, etc.)
by Zamshed Farhan
Helpful to develop photo gallery
by assamheart
Crop a photo and signature from an scanned image
by Rohan Sampat
Easy way for Create Read Update and Delete in Angular js
by Indresh_Prajapati
This tip will help beginners to implement CRUD operations in ASP.NET MVC 4 with scripting language as KnockOut and Database as MS SQL 2008R2.
by Indresh_Prajapati
This tip will help beginners to implement CRUD operations in ASP.NET MVC 5 using WebAPI 2 with scripting language as AngularJS and Database as MS SQL 2008R2.
by VijayRana
CRUD Operation in MVC with MongoDB
by CafedeJamaica
Cryptography Class for Certificates
by Mehul M Thakkar
Dynamic version number in query string of file reference in link tag for CSS
by ideafixxxer
Simple implementation of a parser of comma-separated values (CSV) files in C#
by Wendelius
This tip describes few examples how ro cumulate values using an extension method with LINQ
by Wendelius
This is an alternative for "Cumulating values with LINQ"
by Matt T Heffron
This is an alternative for "Cumulating values with LINQ"
by Prakash Lekhak
Dynamic SQL to get the list Table names
by Sums Mohs Eds
A brief discussion of when to use cursors and when to use sets.
by Mike Hankey
A simple solution to rolling up a Custom ComboBox list on mouse leave.
by Zain Nisar
How to create Custom Control in Blend 2015
by Gaurav Raosaheb Raut
Custom CSV formatter in ASP.NET Web API
by chlohee
Making your apps script URLs a lot more attractive
by Suraj Sahoo | Coding Passion
When the yellow screen of death appears, users get distracted!! Throw them at a beautiful & different Page... let's learn...
by shahidul.haq
A WPF custom control for grouping data similar to build-in expander
by Rapuru Amarendra
This tip explains how to create custom helpers in ASP.NET MVC4 step by step clearly. It will be very helpful for those who want to learn ASP.NET MVC as beginners.
by Mack Ait-Aoudia
Add an HTML helper and make it available to your entire application
by valeriyabobko
A simple example of using custom tile server for Android maps using OSM (Open Street Map) library
by Surendra Adhikari SA
Implimenting a message box that closes automatically using thread.
by Aliaa Ezzat
Custom paging control for repeaters
by coolnavjot31
Custom paging with only 10 pages shown in pager.
by HardikPatel.SE
Paging using AJAX
by HardikPatel.SE
Paging and Sorting with AJAX
by Chamila Nishantha
Article describes how to apply a custom sorting for Cross-Tab
by Sumit Chawla
Custom String FormatWith using Reflection
by Matt T Heffron
This is an alternative for "Custom String FormatWith using Reflection"
by Kishor Deshpande
Methods which facilitate the conversion from string to value type
by Opata Chibueze
This tip demonstrates how to wrap text in WPF - similar to using &shy or <wbr. in html
by Mohsen Afshin
A custom FolderBrowserDialog with Non Special Root Folder
by Anoop Kr Sharma
A step by step guide for creating cool scrollbars for website
by VaibhavTiparadi
Quick and easy way of customizing the WIX Installer
by Suraj Sahoo | Coding Passion
Customizing the view Engines (Razor View Engine) in MVC4 to optimize our App.
by Member 14922387
This article discusses the importance of input sanitization.
by Aadhar Joshi
To avail Danish language as a language breaker in full text search index option, it has to be enabled manually by adding a registry key for the Danish language.
by Gihan Liyanage
Simple Dapper.NET Example with MVC
by Deepak_Sharma_
In this article I will explain how to display data from a SQL Server database table in a WPF DataGrid control
by Zain Nisar
How to create Data Binding?
by José Cintra
An example of how to interact with the user through the keypad, LCD and Buzzer
by chinmayi samal
Methodology of passing data in MVC architecture
by Henka.Programmer
WPF Control allows to create complex data table with cell merging, columns merging, complex columns and rows merging
by Yugal Pandya
Database driven N-Level Dynamic Menu Control using C#.NET and SQL Server with stylesheet CSS
by Muhammad Ahmed Azam
"Database Driven Dynamic Menu Control"
by Christopher Crain
Create a dynamic class driven by your database.
by Weberto.com
Event to delete rows by selected cells.
by Kamran Bilgrami
How to remove datatips if you want to view code at the same time
by Sanjay Kunjam
DateBox UserControl with jQuery.
by Bohdan Stupak
Explanation of how DateTime.TryParse behaves with ISO-8601 format
by VijayRana
CRUD operation in ASP.NET/C# with SQL Server for beginners
by VijayRana
Retrieve value from database and bind to gridview
by Variya karan
Day Dropdown
by Manikandan Sekar
Here we can view the events of a day by moving the mouse over the date.
by crackruckles
Days Left Timer VBS self deleting
by Gabriel Larco
Debug PHP applications under IIS Express
by cjb110
How to identify the cause of the DataSet Constraint Exception
by Mani Murthy
Provides a brief overview to developing Android application for developers who are from the ASP.NET background
by Mani Murthy
Provides a brief overview for developing Android application for developers who are from the ASP.NET background. This is the second part.
by Arpit Mandliya
It explains decorator design pattern in detail with example.
by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
by Aaron Amberman
Defer algorithms to run once within a given time span
by Ivan Yakimov
Recently I faced a problem of storing sorting information for later use. Sorting is easy if you already have a collection to sort. Just use LINQ extension methods. But what if you don't have the collection yet? What if you'll get the collection later, but you need to store sorting rules now?
by Himanshu Manjarawala
In this article we are discussing how to define Iterator classes for our own classes.
by Markus Kühter
How to Delete Columns in a DataGridView
by pramod.hegde
Delete all directories with a specific name inside a root directory
by sourabhdev14
The GridView control in ASP.NET is used to represent information from a database in tabular format.
by Darek Danielewski
A small script to remove old user accounts
by Amey K Bhatkar
Concept Of Dependency Injection
by Sunny Makode
There are several contents available on the internet that talk about injecting dependencies through .svc file's markup [in WCF service application] and it's easy when you have a WCF service application. But, it is equally easy to do that even in your WCF Library project (without .svc).
by Shiva Varshovi_
DFS algorithm to print the element of a Binary Search Tree in order in which just by traversing with a DFS algorithm is possible
by Umesh Khandelwal
Design the WCF service without implementing interface
by Sam@112
Real-time push notifications for network connected distributed system
by JoCodes
Creating Simple Android Chat Bubble or Chat UI Layout
by Evgeny Pereguda
Simple article about using of Desktop Duplication API for capture desktop screen WITH image of cursor
by DangBao
How to detect and recognize faces using OpenCV (step by step instructions for beginners)
by GabrieleTronchin
Compare two databases to detect which object has been modified from an old version of the same database.
by govardhan4u
Determine the datatype of a column in a Excel file in SSIS
by Arthur Minduca
Developing Secure Web Applications: XSS Attack, the Confused Deputy and Over-Posting
by George Swan
This is an alternative for "Dictionary.BestMatch"
by PIEBALDconsult
Extension methods to select a Dictionary entry using StartsWith
by qlipoth
Drop-in Function to get the steps to convert one list to another
by cechode
I had the same problem, but Contains was a disaster waiting to happen. :(I ended up creating something like: //Lists is a list of 4 lists ( Added, Changed, Deleted , Unchanged )public static Lists Diff(List listA, List listB, IComparer PrimaryCompare, IComparer[]...
by Chris Hey
public static class ListHelper{ public static List GetUpdatedList(this List oldList, List newList) where T : class { List itemsToAdd = new List(); List itemsToRemove = new List(oldList); foreach (var item in newList) { if...
by Eskern
/// /// Takes the difference between 2 collections/// public static DiffResult DiffWith( this IEnumerable first, IEnumerable second, Func keySelector) where T : new(){ return new DiffResult(first, second, keySelector);}public class...
by Jay R. Wren
I'd use this only because I find 2 lines of code easier to read than all of the others above. var itemsToRemove = oldList.Except(newList).ToArray(); var itemsToAdd = newList.Except(oldList).ToArray();This will work as long as each list is actually a set. Given your description of...
by torken2
How about using Linq to find the common items in a list?List listOne = new List{"a", "b", "c", "d"};List listTwo = new List { "d", "e", "f", "g" };List listCommon= listOne.Intersect(listTwo).ToList();
by maq_rohit
I also updated the one easy way to remove duplicate element from two liststatic List removeDuplicates(List la){ Dictionary uniqueStore = new Dictionary(); List finalList = new List(); foreach (string currValue in...
by Snesh Prajapati
Difference between attr() and val() in jQuery
by Umer Qureshi
A tip explaining the difference between Stackpanel and a Grid layout in WPF
by Rapuru Amarendra
This tip presents the main difference between int.Parse(), Convert.ToInt32() and int.TryParse().
by Sandeep Singh Shekhawat
Here you will learn the difference between Response.Redirect() and Server.Transfer() Methods in ASP.NET
by Wendelius
This tip shows how to calculate a difference between two datetime values and to express the difference in years, days, hours, minutes and so on.
by Eduardo Mozart de Oliveira
Learn to call external applications in VBScript.
by Artem Los
This tip explains the way you can protect the source code of an HTML page.
by Rubin Liu
A quick look around the different styles in the Ring programming language!
by AjithKp560_
Java Implementation of Diffie-Hellman Key Exchange Algorithm
by Ngo Tuong Dan
Using JTDS - SQL Server and Sybase JDBC driver to access SQL Server from Android APP
by Paw Jershauge
In case where DirectoryInfo.GetFiles returns too many files because of the searchpattern...
by slaon77
Setting APM level for SATA hard drive
by Faisal Jawaid
This tip will address the issue of expiring the page when browser buttons are used for navigation of application.
by Srinivas Kalabarigi
Disabling the browser's back button.
by AnthonyMG
WPF ComboBoxItem disabling
by OriginalGriff
Fast startup in Win10 seems to conflict with some apps, on some machines: I've seen it affect Chrome and Live Mail for example, as well as making shutdown a very long process on some laptops. But it's not obvious where the control for this is, hence this tip.
by Roberto Carlos Beyra
Disk Space Alert for Server Backup with email-notification
by B. Clay Shannon
Using a WebBrowser control and a DataGridView control, open CSV files that contain address information, and display the selected address in a Google Map from the grid in the browser control
by Sonali Agarwal
Here I am showing the local time in various timezones in the world
by Fitim Skenderi
Displaying an adorner that contains a control on top of another control in WPF
by Alexander Van Berg
Short case study for a do-it-yourself cryptography system.
by Rob Philpott
Saving time and memory reading repetitive data
by Chamila Nishantha
Following article describes how to add a gridview and a horizontal scrollbar without depending on the screen resolution
by ♥…ЯҠ…♥
Query to check Database, Table, Column exists in Sql Server
by cynthia_dunlop
Service virtualization undeniably benefits the development process, but it can be both a blessing & a curse for developers. Learn how to minimize the burden on development to achieve maximum acceleration of delivery cycles.
by Johnny J.
How to do a program whose main graphic interface consists of an icon in system tray
by Thang Believe
Using Excel to generate random domain names
by Jani Giannoudis
How to capture complex business rules with the policy pattern
by DataBytzAI
Why you shouldn't use reserved words
by Neil Siegfried
Double Buffer a List View Control to eliminate all flickering associated with it.
by Simon_Whale
Two ways to double buffer a DataGridView
by Nipesh Shah
Issue in downloading file from asp.net
by Chamara Janaka
Download Files Using Web-service
by Sujith Karivelil
This article Describes Connectivity to Gmail using IMAP, and also guide you to download and save mail content along with attachment.
by Joan M
How to use wget to download files recursively from a FTP server
by Eduardo Mozart de Oliveira
How to download files with VBScript using COM (WinHTTP and MSXML) or WGET
by Muhammad Rashed Otahbashi
How to implement Drag and drop files and Images feature in ASP.NET MVC App
by Sivaji1565
This tip briefly explains drag and drop text from custom task pane to Excel\Word\Powerpoint
by Amin Esmaeily
This tip is about how to make our WPF controls moveable at runtime
by Clifford Nelson
This is a simple popup that includes drag capability. The code should be helpful to anyone looking to create a control drag capability.
by Ankush Bansal
Trick to draw a border of any color and width around any winform control
by Ryan Scott White
Draw rectangles in a C# console window with this drop-in class
by Chris Copeland
A simple class which provides drawing support for formatted text
by Michiel du Toit
Simple SP to drop any general type of SQL Server object
by Jovan Popovic(MSFT)
SQL Server 2016 introduces the new DROP IF EXISTS syntax
by Thomas Corey
Using the Action(T) delegate to reduce repetitive coding
by Duncan Edwards Jones
Set a custom status message with your durable functions
by Thomas Corey
Dynamically sort query results using LINQ expressions and reflection with sorting
by Thomas Corey
Dynamically sort query results using LINQ expressions and reflection with sorting and paging.
by oryan
Dynamically build Linq2Sql classes based off SQL table
by Randy Kroeger
Created a POC that dynamically builds a predicate using Expression and Reflection.
by Elvis Begluk
Dynamically generate LINQ query with a custom property.
by Mayur Shah
Article describes how to dynamically generate Context Menu Items, requiring separate templates based on items on the collection
by Sujeet Bhujbal
Article on dynamically generating Forms in WPF and Silverlight.
by Narendra Singh Rathore
Here, we are getting all/filtered images from our directory to our .aspx page
by Orjan Westin
Simplifying the use of dynamically sized C structs
by Member 12032084
.dll for making the FTP management with VB.NET easier
by ZTS
A tip to access hierarchy / nonpublic member
by honey the codewitch
This tip demonstrates how to create an app that only allows one instance to run at a time
by B. Clay Shannon
Add a singleton exception logger to your app for easy logging of interesting occurrences in your app
by Michael J Hill - OH
Create a Windows desktop app to display daily web stats from your personal site
by M@dHatter
Below is an easy way to create Templates in JavaScript without changing the code format.
by Robert Bettinelli
Easy JSON Recursion in VB.NET with nested levels
by Feverbird
This is an easy to use class that will help you in creating and reading XMLfiles.
by Prabakaran T
If you often use removable USB devices like a flash drive, you are probably already familiar with the “Safely Remove Hardware” icon that sits in the system tray. The problem for many people is that the icon is tiny, and clicking it just right to bring up the menu is a pain.
by Yury Dymov
Using Google CDN might break your site in China
by Max Vagner
Converting mainframe EBCDIC to ASCII format
by Osmund Francis
Creating templates in Eclipse to generate Java EventQueue statements
by OriginalGriff
If you are trying to follow the instructions on how to get your system up and running with Eclipse, you may get an error when installing ADT
by koolprasad2003
This tip explains how to use Word Automation using OpenXML and C# without Word Interop.
by Lutosław
A TimeSpan wrapper class which uses a System.TimeSpan as a backing field.
by StormyDev
Simple and clean-cut label that user can edit text of during run-time (by double-clicking) which I wrote because the examples I found were either obsolete or added clutter to the interface.
by saadishahin
A quick psedu-code for EF Core that's equivalent to modelBuilder.Configurations.AddFromAssembly in entity framework
by Sarvesh Kushwaha
Binding Gridview (or any other data control) with effective paging using LINQ
by Amin Esmaeily
This trick is about how to effectively reduce reserved memory by process.
by honey the codewitch
A relatively safe, simple, yet high performance technique for using lists as dictionary keys.
by lessthanoptimal
With the release of v0.24, EJML is now under Apache 2.0 license and supports fixed sized matrices.
by Miller Nguyen
This article will show you how to implement a complete solution of electronic signature by using HTML5 canvas in ASP.NET (VB).
by simonp_ca
An Excel template, which provides unlimited basic arithmetic worksheets (random question generator), and answer sheets as well. All printer friendly formatted. Good for kids math practice.
by MustafaIqbal
This Article is written for those who need help for sending simple email or also Verificetion type Email..
by Dhyanga
Emailing the list of checked rows emails list from the gridview rows on a single button click
by Emiliarge
Simple WebBrowser (IE) class in Pure C++
by Darek Danielewski
Clear guide on how to embed an image inside an HTML email
by Robin Rodricks
Learn how to integrate the CefSharp open-source web browser into a C# WinForms app
by GabrieleTronchin
Increase DataGridView performance
by Dan_Lewis
TDE on Subscriptions for all AZURE databases
by jamuro77
This little tip is about how to enable "Frame Redirection" when using Azure App Services
by ambilykk
How to enable SQL Express user
by skydirve
An article about encapsulating a memcache.
by CPallini
C++ implementation of 2x2 Hill cipher
by APE-Germany
A simple class which allows to encrypt/decrypt a string with a password (AES/SHA2)
by VICK
Focuses on beginner's level Encryption
by Farhan Ghumra
Encypt and decrypt StorageFile in Windows Store apps.
by shouvith hydrose Kerala
This tip will explain how to convert English language to Arabic language in Windows Forms C#.
by Tim Cadenbach
Edit, Run and Develop JS Code directly within JavaScript
by Brady Kelly
A quick and easy way to ensure that your Code First DB Initializer is always run when your app starts, not just on the first data access operation
by Daniel Miller
This tip provides a simple solution to automate the generation of entity and mapping classes for Entity Framework.
by Shubham Chakraborty
This tip is about how to connect with existing table in the database.
by Dholakiya Ankit
Logging database operations in Entity Framework and handling Exceptions
by GuyThiebaut
Solving the "Store update, insert, or delete statement affected an unexpected number of rows (0)" response.
by User 4324523
This tip attempts to solve ProviderManifestToken issue
by Paulo Zemek
Tired of casts when parsing enums? Do you need a faster alternative to Enum.Parse? So, try this.
by Vahe Karamian
In this video, we'll dive into using materials in Unity to change the appearance of GameObjects.
by Vahe Karamian
In this video, we'll explore the essential steps for planning your game mechanics and rules, laying the foundation for engaging gameplay.
by B. Clay Shannon
In which the esteemed and humble author selflessly - indeed quasi-heroically! - presents a grab bag of snippets to use when utilizing the open-source EPPlus library to create spreadsheet files
by Mishra Sourabh
In this tip, I am going to show you how to handle error in ASP.NET MVC.
by saurabhsharmacs
This tip demonstrates how to use ELMAH (Error Logging Modules and Handlers) in ASP.NET MVC and WebAPI.
by Anoop Kr Sharma
How to use error provider control in Windows Form application
by honey the codewitch
A rundown of some common tricks and pitfalls when working with SD readers for IoT gadgets
by Mostafa A. Ali
A quick introduction to events for absolute beginners
by Nandakishore G N
Example For Gridview RowCommand Event
by Nandakishore G N
Simple example of using JavaScript Serializer in webmethod and consuming in client side using jquery
by Nandakishore G N
Example of enabling loader image on button click and (closing or disabling) from code-behind
by Bassam Abdul-Baki
This allows you to display in Excel column names other than A, B, C or 1, 2, 3 (R1C1) format.
by Anurag Gandhi
An Excel macro that generates SQL insert script that can be executed against database directly
by LukeCodes
This is a simple macro script to search and retrieve individual cells in an Excel document.
by dragonfly lee
How to exchange date time between C# and C++
by Dukhabandhu Sahoo
Know how to exclude types from the Model in Entity Framework Code First
by JakeG
WIX template for wrapping EXE with a MSI installer for easier deployment with group policy
by Fiyaz Hasan
This article shows how to execute JavaScript code from ASP.NET core server-side using NodeServices.
by K Barakathulla Khan
Programmatically connecting to AS400 and executing commands
by Clifford Nelson
This is a control that is like a Expander Control but there is both Expanded and not Expanded Content. It demonstrates some concepts on how to easily create controls whose functionality can be mostly implemented in the XAML with the code behind being mostly DependencyProperty definitions.
by Passion4Code
How to export and Excel file using ClosedXML
by Sridhar Pasham
Export and import database using SMO
by HitsRathod, Sneha Palve
Easily export chart.js charts in image formats
by Lolo1986
This tip will help to import/export from a LightSwitch web application.
by Chris Winkelmann
Simple program to list directories and store file data (name, size, create date, and modified date) in an XML document
by AshishChaudha
This tip describes how to export data to an Excel file from a GridView.
by axuno
Take this ready-to-use VBA module for MS-Outlook, that lets you export all mail messages selected in the current Outlook email browser to the file system.
by SREENATH GANGA
This is a tip to export Datagridview to Excel without changing the DataGridview formatting.
by JatinKhimani
Export Gridview data in Excel formate with gridview design.
by VishwasR
Export dynamic CanvasJS charts to PDF using Puppeteer for efficient and automated reporting.
by Anurag Sarkar
How to export DataGridView data to Excel.
by Sourav Kayal
In this tip, we will learn to implement OData endpoint in Web API application.
by Abhay@Accenture
This will help developer to implement the chained combo-box using EXT.Net framework
by Yvan Rodrigues
A few lines of code to make using the Windows Forms RichTextBox easier to use as a logging window.
by Emiliano Musso
A quick method to add days to a date, skipping weekend days if the number of days added results in a Saturday/Sunday
by rleonard55
Extends FileSystemWatcher to use Regex filters
by Tamer J. Mehyar
A step-by-step description of how to extend a Sitecore Field Type
by Sandeep Singh Shekhawat
A brief discussion about extension methods in C#
by OriginalGriff
It's very easy to work out the center of a rectangle, but it's messy as inline code. Hence these simple extension methods to provide the five centers.
by Franc Morales
The Control.Tag property is meant to contain data closely related to the control. Let's extend it.
by DotNetSteve
Creating an extension class for View Models to save public properties using Generics and Delegates, replacing a reflection implementation
by sx2008
how to get as much information about your database as possible via ADO.NET
by Md Kamruzzaman Sarker
Bookmark extraction from PDF files and showing it in a treeview.
by jahmani
How to extract the inner text from HTML using a Regular Expression.
by Peter Boyall
Quick routine to extract keys from FederationMetaData.xml
by Yustto
Reading Exif coordinates from image for Windows phone 8
by OriginalGriff
Sometimes, you want to extract the filename (with or without the extension) from the full path of a file. It's easy in C# and so forth - just use the Path.GetFileName method. But what if you want it in SQL?
by Vipin_Arora
It is a tip to implement Facade design pattern in c#
by Rajesh Londhe
Face alignment rotation to improve face recognization
by Sourav Kayal
In this tip, we are going to learn Facebook authentication in ASP.NET MVC application
by Johnny J.
How to log your application out from Facebook using the Facebook SDK for .NET
by luigidibiasi, binterlandi
Experimentation on Facebook chat that aim to determine who's probably thinking about us
by Vipin_Arora
This tip is about how to implement factory design pattern
by Kashif-Sohail
Want to develop apps for Microsoft Band, while having no band device? It is now possible. Test out your app with Band on the Run.
by Corey Brand
Roll your own configurable test doubles
by Alexey Shtykov
How to become a fancy guy who uses C++ time library instead of old and famous time.h
by shijo joseph
A simple and fast CSV reader which you can directly use against Oracle and SQL Server databases or for any direct implementation
by Eric Payne
The simplest, fastest way to send a file from your computer using Bluetooth!
by Fun@learn
Efficient CSV row/line count snippet using BinaryReader API on Windows.
by CPallini
Fast integer square root computation in 8051 assembly
by Omar Elfakharany
Parsing FDF files using Regex
by Rashmi Wadhawan
FetchXML executor for running your FetchXML query on Microsoft CRM Dynamcis Online
by Shemeemsha (ഷെമീംഷ)
Bootstrap Tips
by Andrew Rissing
A method for calculating a Fibonacci number without using loops or recursion.
by Ajay Bachale
MVC3 Role base security.
by Venkat Krishna Turlapati
Powershell script to copy files greater than certain date
by Mehdi Gholam
File locking in a multi threaded environment
by atamata
File renaming algorith to mimic Windows copy+paste renaming
by adriancs, Vishal Pand3y, Wombaticus
Sample JavaScript for filtering file extension and file size
by Jitendra Ku. Sahoo
In this article we will discuss about fill factor and its effect on query performance.
by MayurDighe
This tip describes how to fill the PDF Form Template programmatically
by MairajAhmed
Select only those rows in table which meet search criteria.
by TMSxCodeProj
Hiding/Showing TreeNodes and Filtering them in Winforms TreeView Control
by Kamran Bilgrami
Effective way of debugging multi-threaded application in a multi-project solution
by Mr.PoorEnglish
Explain the instruction-sections of the placeholders within a formatstring more clearly than MSDN-Documentation does
by mef526
Finding a substring is trivial, but is it a word?
by Duncan Edwards Jones
Quick tip to allow you to identify indexes that could do with defragmentation
by munagalasantosh
Access Multiple Resource file and find and replace the textual content in resource file
by Sibeesh Passion
This tip explains how to find the objects with the same property from a JSON and separate them to be shown in the UI.
by Rajesh Kariyavula
Find the Odds Out in A Generic List
by Kristian Lindberg Vinther
An implementation of a line segment intersection algorithm
by Rajesh Londhe
Its needed to work with different factors of date. To find out total number of weeks in months is one of important task in it.
by #realJSOP
One approach to find a specific exception type inside the containing exception
by OriginalGriff
One of the tasks we often have to do is rename a file before creating a new version. But when we want to keep multiple versions, how do we find out which ones already exist?
by Midi_Mick
Use LINQ to get the members of a collection that match the members of another collection
by dgDavidGreene
How to find and link config and other files from other projects within your solution.
by Sandeep Kumar Seeram
Undiscovered five best ways to market your software solution.
by Mikolaj Barwicki
Code to fix PDFs containing 1-bit CCITT Fax Group 4 images broken by PDFSharp
by siliconvideo
A class to convert fixed point numbers to/from doubles
by Konstantin A. Magg
How Bootstrap tackles this issue and what you can learn from this about the HTML property box-sizing
by bradyguy
Outlook 2013 does not advance the current time in the calendar view; here is a hack fix.
by Southmountain
How to install and register .OCX components for legacy application
by Cloudster
Resolve VS Code extension errors by forcing a new download
by Clifford Nelson
This is a behavior that that will reset ToggleButton derived controls to false (or a specified default value) when the container's visibility becomes false.
by Tejashwi Kalp Taru
When we have to scroll some text in the dialog box with a background image, you can see flicker. Here's the technique of double buffer to solve this problem
by mrcellux
FluentJdbc Query API for more convenient native SQL querying
by Fun@learn
Forcing Derived Type to Apply Custom Attribute.
by mvastarelli
How to override Castle Windsor's default behavior and make properties into required dependencies.
by dotted_decimal
Extension method that defines a format specifier q or Q and finds the Quarter for a DateTime value
by Abhinav S
Formatting numeric results (basic formatting)
by Assil
This post demonstrates the simplest use of OWIN with ASP.NET. It will not teach you OWIN nor Claim-based auth, nor design or security.
by Francesco Cariaggi
Analyzing the Lazy Loading design pattern.
by Rich Turner
Free space cleaner to overwrite empty space on logical disks
by Garvit Arya
It is a JavaScript based application for drawing basic free-hand shapes, logos and drawings.
by Carlos A. Ramos
This brief article describes a frequency divider with VHDL along with the process to calculate the scaling factor.
by Jasminder Singh
This article explains how to access internal classes outside the assembly
by SubhamoyBurman
Use of Task Parallel Library and Async/Await in your application
by epicTurk
F# Quotations support for ViewModelSupport.ViewModelBase Property get\set Accessors
by wendas
This shows how to use the new async logic to read/write, and upload/download text files in Metro apps.
by javedsmart
Showing current Gold/ Silver rate (India) from webpage.
by Ramiz Raza
This tip talks about how garbage collection works in Java Virtual Machine.
by Arun Maiya
How to setup GCC cross compiler in Windows to generate Linux binaries
by Kaushal Dhruw
Prepare your Android dev environment for the next awesome release. Android Studio 2.0 preview.
by Southmountain
Gems for typedef and namespace in C
by marcus obrien
When starting a new C# project, put in a test project to unit test your code as you develop. This is test-driven development.
by B. Clay Shannon
How to generate an Excel spreadsheet from any DataTable using C# and Excel Interop
by LazyCoder0
This tip describes how to generate Excel charts from data in .NET applications using Office Automation.
by Mr. xieguigang 谢桂纲
Generate markdown from your nuget package
by khem thapa
Generate PDF in ASP.NET MVC using Rotativa library
by Joshi, Rushikesh
How to Generate Sample XML from XSD
by Mikhail-T
How to convert string to text file and return it back to user as a result of a controller action
by Md._Mehedi_Hasan
This tip will help you to generate .xml file in AngularJs and ASP.NET MVC5 using XElement of C#.
by Harsh Gandhi
Generate XML Using FOR XML ; Difference between different modes (AUTO, RAW, PATH, EXPLICIT) of FOR XML to generate XML in SQL Server
by Tharaka MTR
This article describes the easiest way to create and process delimited row using SQL XQuery.
by Harry Panesar
Generating Many to Many Relation in MVC4 using Entity Framework
by B. Clay Shannon
Using the EPPlus open source library, this article shows how to generate Open XML Files from any data table results by means of a Winforms utility
by dietmar schoder
Turtle graphics: fundamental C# classes and methods for the artwork production in the area of generative art.
by dietmar schoder
Read and analyse pixels: fundamental C# classes and methods for the artwork production in the area of generative art.
by dietmar schoder
Image sections and images: fundamental C# classes and methods for the artwork production in the area of generative art.
by dietmar schoder
Poisson disc algorithm: fundamental C# classes and methods for the artwork production in the area of generative art.
by dietmar schoder
Merge pixels of two images into one new pop artwork
by Nathan Minier
Generic AddOrUpdate for EF with composite key support
by Mike (Prof. Chuck)
Generic EventHandler/EventArgs with a generic implicit cast operator
by Arun Chandrasekhara Pillai
Generic JqGrid implementation in MVC with custom filtering and dynamic sorting
by Kundan Singh Chouhan
Simple technique to handle text input and validations in single control
by Nigel-Findlater
This is a generic wrapper for CRUD functions to Azure TableStorage
by Adam Zgagacz
WinForms extension of NumericUpDown control to allow user provided edit control
by Shamas Imran, Muhammad N@beel
Convert Coordinate data to strings to be stored in database.
by hong_wei_li@yahoo.com
Get .NET Core Web API hosted in IIS successfully at your local work station
by B. Clay Shannon
A C# method that will return a list of DateTime for a given week of the month (1st to 5th (5th week meaning days 29-31, where they exist in a given month)) and Day of Week over a span of time
by George Swan
This is an alternative for "Get a list of Dates for the Nth Desired Day of Week in a Month for a range of dates"
by Jim_Gray
Example code showing how to use Subtle Crypto to sign your request to Azure API in pure JavaScript or jQuery
by Samrat Banerjee
Get current page URL on client side.
by NightWizzard
Explained step by step
by Duc Axenn
Get elements of known folder with the most recent API
by Ehsan Sajjad
This is about how to get the first N digits of a number without converting it to string
by User 7711251
Get images, links, and source code from a website.
by Naufel Basheer
List AD users using DirectoryServices (System.DirectoryServices)
by Amir Mohammad Nasrollahi
How to list the installed applications of your system and their setup details in C# language
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Have you ever tried to access the values of Child Page/iFrame inside the Parent Page? If not, try this tip.
by Arthur V. Ratz
This tip is especially useful for users who own the licensed copy of Windows 7/8/8.1, and would like to upgrade to Windows 10 after July 29, 2015.
by Dhanushka Madushan lk
Get reference to a control object on a form by passing its name..
by zidane168
This tip will help you to get server side date-time
by Mahmud Hasan
How to use variable in SELECT TOP SQL command
by AkramOnly
Get root relative WebSite path to concatenate it with any HTML src path
by Joan M
How to get a complete shutdown from the start menu in Windows 10
by Thomas B Dignan
Getting the text of Win32 Error codes for 99% of cases.
by Orjan Westin
Simple function to get the text message corresponding to a system error.
by Mr. xieguigang 谢桂纲
GetLastError error codes
by Nosey Parker
How to calculate subnet fast and get active ip-addresses
by Joan M
Coping with Windows overlay icons number limit
by Wendelius
This tip describes a way to get publishing information for a ClickOnce deployed application
by Wendelius
This is an alternative for "Getting publishing information for a ClickOnce deployment"
by ShubhamSaxena
Getting started with Android development.
by Zohra73
It's an Angular 5 start up example for beginners
by KishorM
To get started with cucumber using selenium with an example.
by OriginalGriff
Getting started with GIT, Visual Studio, and BitBucket isn't difficult - but it can take a bit of working out. Here is a simple explanation of what to do to get a new project under source control.
by Zahid Tanveer
Starting with Ionic Framework
by Mark Heath
Learn how to get started with MahApps.Metro, an open source library for giving your WPF applications a modern look and feel.
by Asad Bukhari
Step by Step guide for getting started with MicroStation Application Development
by Midi_Mick
Extension methods to get the index or key of the image currently displayed in the node of a Windows.Forms.TreeView control
by Kashif_Imran
This article shows the use of MediaPlayer class to obtain thumbnails for video files.
by Usama Ansari
In this tip, we will see how to get up and running ASP.NET 5 site with Visual Studio code, yeomen (for ASP.NET 5 template scaffolding) and how to install yeomen using node and npm.
by josh-jw
This tip will help you to develop global variable in Android application.
by AivanF
Read how to add a dynamic table on Google map for your webpage
by Puresharper
There are a lot of articles that explain how to use custom attributes, but it is not always obvious whether this is a good practice or on the contrary a design error that can be expensive
by mparvez
Google Map with JSON
by lakhdarr
Control and directives for address form auto completion using Google map V3 and JQuery/AngularJS
by Atyant Srivastava
Integration of Google map to Window Store App
by Pankil Bhatt
In this tip, we will see how to use the Google Maps API and Google Maps with custom styles and a custom pin.
by Komail Haider
.Net control/wrapper for the Google NEW ReCaptcha API 2.0
by Yaseer Mumtaz
In this small tip, I will explain how we can embed Google Visualization Geomap in the AngularJS with select event getting the selected location and using it to populate other data.
by Praveen Kumar Chauhan (PRK)
This a trick to generate random gradient color in your ASP.NET project, which will change randomly on every post-back.
by Sandeep Kumar Seeram
Green IT is the practice of implementing policies and procedures that improve the efficiency of computing resources in such a way as to reduce the environmental impact of their utilization.
by K K Srinivasan
This tip is to give simple idea about changing the visibility of Grid's Row.
by dietmar paul schoder
How to produce a dynamic lined or squared background on a canvas/grid
by Narendra Singh Rathore
Styling Gridview Pager in ASP.NET using CSS .
by Paw Jershauge
Extract decompressed file size from a Gzip file !
by JoCodes
Handling multiple click events of multiple buttons placed inside CardView / RecyclerView from Activity instead of from Adapter
by Michael_Davies
Handling large numbers of application settings
by JainGirish
Understanding Android activities handling of back key press - some useful tips to avoid unexpected results or app crash
by Sujith Karivelil
This article will help you to create, update and delete events/ appointment in google calendar from your web application.
by Afzaal Ahmad Zeeshan
This tip is for WPF developers, understanding the usage of lambda expressions for handling the events instead of markup based or function based event handlers.
by HP2M
This tip covers handling two Excel lists using Interop.
by Ivan Yakimov
In this short article, I'll describe how to configure JSON serializer error handling differently for each request.
by krasnoff
In this article, we will learn to write code which responds to various phone events such as: phone ring, start conversation, start outgoing calls, etc.
by Vishnu Rawal
Windows Forms based hangman game in C#
by Codes Of Shadows
Header Style Combo Box Drop Down Filter Button
by CPallini
Simple approach to heap data structure and heapsort, using C and Lua
by Hasan Habib Surzo
Basic Server/Client Example using Windows Communication Foundation (WCF) programming
by Asif Sayed
My take on helping Beginners audience to help them understand complex world of software development
by pasztorpisti
How to create your first DLL without coding too much... :)
by Clifford Nelson
Helper for serializing objects to a string
by Clifford Nelson
These are some methods I created to help with creating and deleting Windows shared directories.
by majid torfi
HexCounter, Calculate the number HEX duplicate
by Laszlo Voros
We force to hide an empty string-property by serializing with EmitDefaultValue
by senthill
How to hide Sharepoint designer ribbon for all users except site collection administrator
by Shamim Uddin
We will learn about hierarchical query in database with real example.
by vaid_sumit
Achieving Low Coupling & High Cohesion by applying SOLID principles
by vaid_sumit
High Cohesion & Low coupling using SOLID Principles -- Part 2
by B. Clay Shannon
Installing Meteor, creating a Meteor project, and running the out-of-the-box Meteor Javascript App
by B. Clay Shannon
Part 2 of the 9-part series "As the Meteor Blazes" - making changes to the default HTML
by B. Clay Shannon
Part 3 of the 9-part series "As the Meteor Blazes" - Creating a MongoDB Collection
by B. Clay Shannon
Part 4 of the 9-part series "As the Meteor Blazes" - Creating the HTML to Receive Input from the User
by B. Clay Shannon
Part 5 of the 9-part series "As the Meteor Blazes" - Writing MongoDB data
by B. Clay Shannon
Part 6 of the 9-part series "As the Meteor Blazes" - Reading MongoDB Data and Displaying it on the page
by B. Clay Shannon
Part 7 of the 9-part series "As the Meteor Blazes" - Gussying up/spiffifying the page with HTML and CSS
by B. Clay Shannon
Part 8 of the 9-part series "As the Meteor Blazes" - Filtering and Ordering MongoDB Result Sets
by B. Clay Shannon
Final Installment of the 9-part series "As the Meteor Blazes" - Meatier Meteor and MongoDB for Mutating Mavens
by Ashutosh Mahto
This article explains about hoisting in javascript variables and functions.
by Simon-Benyo
Hooking unmanaged processes using VB.NET.
by Andy Neillans
Exceptionless.com goes opensource; so how do you host it yourself?
by Math08avan
Hosting WCF Service - Self Hosting
by Math08avan
Hosting WCF Service - Windows Hosting
by Math08avan
Hosting WCF Service - IIS Hosting
by coolnavjot31
In this Artcile i will show you how can we change the value of one column on change of other column in gridview.
by Md. Marufuzzaman
For programmers it is more important that you identify whether you are allowed to do something.
by Sergi Ortiz Gomez
Quick tip for capture ENTER key in a Windows Form combobox
by Sergey Alexandrovich Kryukov
In response to an interesting Quick Questions & Answers Inquirer's request, I'm showing how to create an impression of window rotation in a simple way
by B. Clay Shannon
Use Hidden Fields to Access Code-Behind/Server-Side Vals from Your Client-side (jQuery) code
by Jaiswar Vipin Kumar R.
How to access WAMP Server in LAN or WAN.
by B. Clay Shannon
Quick-and-Clean tip on adding a border to the specified edge[s] of an Excel range of cells
by B. Clay Shannon
The most straightforward way to add a Pivot Table to an Excel sheet based on data already on the sheet, using Excel Interop and C#
by B. Clay Shannon
Step-by-step instructions for adding an Async Task to an Android Activity
by B. Clay Shannon
Adding an image to an Excel spreadsheet
by B. Clay Shannon
Add borders to Android widgets, such as EditTexts, to "set them off/apart"
by jicking
Easy way to Install Client Side Library Using UI on VS 2017 ASP NET Core 2.2 Projects
by Kamran Bigdely-Shamloo
This short tip teaches you how to comment a gameObject in Unity game engine for documentation purposes.
by josh-jw
This article will give you a good idea about adding external jar files in Android Studio.
by B. Clay Shannon
Step-by-step instructions and demonstration of how to add functionality to a WebPart's built-in Editor
by B. Clay Shannon
Adding the contents of a generic list to a combobox with one line of code
by Nitesh Kejriwal
This post describes how to reference your Javascript files from a page that uses Routed URLs
by B. Clay Shannon
Set up hotkey combinations to insert characters you specify, such as accented characters or other "special" characters, into a textbox
by R%S
Adding stuff to your logs.
by Wagner NULL
This trick is about how to apply specific styles CSS for browsers individually.
by Federico Di Marco
Saving webpages in single self contained files using Selenium Webdriver
by RickZeeland
Avoid 7zip 'Duplicate filename' error when creating an archive with files from multiple directories.
by Redwerk Company
A detailed guide for non-IT decision maker on choosing a software development partner.
by isenthil
A simple tip to allow you to cancel navigation
by B. Clay Shannon
How to Capture and View Local Network Traffic Using Two Free Tools
by Wendelius
This alternative is created to correct few mistakes in the original tip. Most importantly: Never update system tables.
by Snesh Prajapati
I found that changing targeted C# version for a project in Visual Studio is bit tricky. And even if you choose old .NET framework version, Visual studio will use default C# version to compile C# code, until you explicitly set the targeted C# version.
by Joan M
Changing the display resolution the hard way (in case your device doesn't allow you to select the resolution you need)
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Here we will explore the trick to verify whether Excel is installed in the client's system or not by C#.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
After the tip on Excel, Word and Powerpoint, here we will explore the trick to verify whether Outlook is installed in the client's system or not by C#.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
After the tip on Excel, here we will explore the trick to verify whether Word is installed in the client's system or not by C#.
by Technoses
The above code will slow down the browser and the browser can hang when Rows in Grid will be 10000 or above.Please view the below suggestion:CS Codeprotected void grvGroups_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { ...
by Syed Moula Ali
How to compare database schema in VS 2012 and how to update the target database to the server
by Southmountain
Some tips on how to compile legacy Win32 programs in Visual Studio 2019 - may save you few hours to figure out why