Resources No resource found - Rarely used keywords in CSharp but Frequently asked in discussions [Beginners]Sep 15, 2011. There are a few words that we rarely use in day to day C# practices [I’m focusing readers who are beginners]. But I’ve seen them in either online exams or other IT quiz shows. So I came to write something about those untouched keywords.
- CSharp Code For Making a Double Entry General Ledger Posting (Method 1)Oct 15, 2015. In this article we will learn about a C# Code for making a Double Entry General Ledger Posting (Method 1).
- All About Var And Dynamic Types In CSharpOct 15, 2015. In this article, we will learn how to use var and dynamic types in C#.
- MongoDB With CSharpJan 23, 2012. In this article we will do a quick start of MongoDB with CSharp.
- CSharp Application commonly used termsNov 27, 2011. There are few terms being used when you deal with project development with Microsoft .Net technology. If you are a Team Lead or a senior developer or simply a beginner you may want to know about these terms which are extensively being used when working on project of .Net.
- LINQ Basic To Advanced - MVC Demo ApplicationMay 16, 2017. Here, in this post, we are going to see some basic and advanced LINQ queries
- Step-by-step Create CLR Stored ProcedureMar 26, 2015. In this article we will create a CLR stored procedure step by step.
- Use an Abstract Class in C#Nov 27, 2014. In this article, I will explain the abstract class concept.
- Recursive Functions in C#Nov 27, 2014. In this article, I will explain recursive functions in C#.
- Working With Caching in C#Nov 08, 2014. This article introduces implementation of caching with the C# language.
- Decorator Pattern in C#Oct 24, 2014. This article describes the Decorator Pattern.
- MongoDB CRUD Operations in ASP.NetSep 08, 2014. In this article we will learn how to do the CRUD operations with MongoDB using ASP.NET.
- Virtual vs Override vs New Keywords in C#Sep 08, 2014. This article explains the basic differences between the three most frequently used and confusing keywords in C#.
- Programming Languages For Geeks in 2014May 29, 2014. This article describes most of the programming languages currently in use.
- Difference Between Override and New Keyword in C#May 11, 2014. Here we will try to differentiate between override and the new keyword with an example in C#.
- Abstract Classes in C#Apr 06, 2014. This article will explain one of the most important concepts of object oriented languages (for C#), abstract classes.
- Type Conversion in C#Mar 30, 2014. This article explains one of the most important concepts of programming languages, Type Conversion, and how to do it effectively in our work.
- Maintaining Sessions in .NET FrameworkFeb 08, 2014. Here I explain how to create sessions for your website.
- Generics in C#Jan 11, 2014. This article is all about generics in C# and how to improve performance overhead.
- Interfaces in C#Dec 31, 2013. In this article we will learn about interfaces in C#.
- Creating Dynamic Object With Dynamic Feature in C#Sep 19, 2013. There were new features introduced in .Net 4.0 and one of the awesome features was addition of System.Dynamic in the framework library.
- Single Responsibility Pattern in C# : SimplifiedSep 07, 2013. This article explains Single Responsibility Pattern (SRP).
- Creating Link Extractor and Filter in C#: Part2Aug 17, 2013. In this article we will create a link filter using C#.
- Using Properties Approach to Pass Data Between FormsAug 04, 2013. In this article we will learn how to data between forms in C# Windows Forms. There are many such approaches to passing data between forms. Here we will learn the Properties approach in detail.
- Importance of ForumsJul 03, 2013. Hi All, I like to take this opportunity to put together some of my experience or views here, about the Forums.
- 5 Tips to Improve Your C# Code: Part 1Jul 03, 2013. Dear reader, in this article I provide a few best practices in C# programming.
- Property in C#Jul 02, 2013. This article explain that what is property and what are need property and How can use property.
- Memory allocation using new operator in C#Jun 29, 2013. This article presents some interesting facts of the new operator in C#.
- Look Under the Hood of C# Program Execution: Part 1Jun 28, 2013. Dear friend, in this article I will take you from the backdoor of C# code execution and show you the step-by-step operation of code execution in C#.
- Interface Best Example in C#Jun 20, 2013. In this article, you can easily understand interfaces in C#.
- C# - Object Versus Var Versus DynamicJun 03, 2013. So right now in C# we have the Object class, and the var and dynamic types. At first look, they all seem to do the same job, but not really.
- Techniques For Handling MultiThread Programming C#May 18, 2013. This article explains somes multithread programming techniques in C#.
- Bind Files in Gridview and Download in ZIP Folder in ASP.NETMay 18, 2013. In this article I explain how to bind files in a GridView and how to download selected files in zip format.
- Default Scope of a C# ClassMay 03, 2013. Here you will learn about the default scope of a C# class.
- Using a Lambda Expression Over a List in C#Oct 10, 2012. This article exemplifies methods for performing several tasks and queries over a set of records in a List. Sample code is also attached.
- Three Dimensional Dictionary in C#Sep 09, 2012. In this article, you will learn how to build a three-dimensional Dictionary structure in C#.
- Export Multidimensional Array to Excel With Formatting in C#Sep 05, 2012. In this document, let us see how to export a multidimensional array to an Excel file and add formatting to the contents while writing the Excel file.
- Bubbling up Events Example in WinForm C#Aug 03, 2012. In this article you will learn how to create events in Windows Forms Applications using C#.
- Table Value Parameter Use With C#Jul 24, 2012. In this article, we learn how use a Table Valued Parameter with a C# application.
- How to Download DataTable to Text File in C#Jul 22, 2012. In this article we will see how to download a DataTable to a text file.
- How to use Operator Overloading in C#Jun 02, 2012. In this article, we will discuss about the operator overloading in C#. It means that we are defining the operator for a class.
- Dynamically Creating Generic List and Generic Dictionary at Runtime Using C#Apr 12, 2012. In this article we are going to see how to generate a Generic List<T> and Generic Dictionary<K,T> dynamically and add items to it.
- Creating a more secure 'keyless' cipher using C# Apr 11, 2012. In this article, I’d like to review two of the commonest keyless ciphers and discuss what can be done to make them sufficiently secure so we could use them in our programs.
- How to Play With Enum in C#Mar 17, 2012. In this article you will see use of Enum variables in C#.
- Iterator PatternDec 27, 2011. In this article we are going to discuss about the Iterator design pattern.
- Volatile keyword in C# ThreadingDec 21, 2011. The volatile keyword is a convenience keyword for those who need to access member variables of a class or structure in multithreaded conditions.
- Print in C#Dec 12, 2011. Here is a good list of resource related to printing in C# using GDI+.
- StringWriter in C#Dec 11, 2011. This article talks about how to create text files using StringWriter.
- List in C#Nov 29, 2011. This article demonstrates how to use a List in C#.
- Adapter Pattern in C#Nov 26, 2011. In this article I would like to examine the adapter pattern in C# using a simple example.
- Globalization and Localization in C#Nov 09, 2011. This article describes the globalization and localization concepts in C#.
- Special characters not allowed as a value of Partition Key and Row KeyNov 09, 2011. Learn why you cannot have special characters as a value of Partition Key and Row Key.
- Super Button Custom Control in C#Oct 17, 2011. Now you see how to creating a Super Button Custom Control in C#, which will appear Large whenever we move the Cursor on the Button.
- Quick Steps to URL Rewriting in Asp.net 4.0 Aug 25, 2011. In this article you will learn URL Rewriting in Asp.net 4.0.
- LINQ-Language Integrated QueryAug 18, 2011. Here I will explain LINQ-Language Integrated Query.
- How to show related Data in Textbox using C#Aug 01, 2011. Here I will show you how to Show Related Data In Textbox When We Click Related Item In Combobox In Csharp.
- Customizing ASP.NET CalendarJul 21, 2011. In this article you will see how to customize an ASP.NET Calendar for year navigation.
- Method Parameter Modifiers in C#Jul 21, 2011. In this quick article you will take a look at method parameter modifiers in C#.
- Extension Methods in .NETJul 21, 2011. In this article we will see what extension methods are, why we need them and how to create them.
- Model View Control (MVC) Pattern Using C# - Real Life ExampleJul 20, 2011. Here you will see how to use Model View Control (MVC) Pattern using C# - real life example.
- Consuming ODATA in Silverlight 4.0Jul 18, 2011. ODATA is everywhere and so is Silverlight. In this post, I will show how ODATA can be consumed in Silverlight
- XML Data Filter in Windows Phone 7Jul 18, 2011. XML offers a widely adopted standard way of representing text and data, Here I am trying to filter XML data and to display records in a Windows Phone application.
- Search Engine - Windows Tool Using C#Jul 17, 2011. Here I am creating a tool which would help us add topics and their corresponding sites in a database and also search them using the tool.
- Delegate in .NET (C#): Digging / Acquaint - Make it SimpleJul 17, 2011. A delegate is an object or instance which can hold a reference of any function or which can bind a function.
- SQL Reporting Service And Business Intelligence Development Studio With Stored ProcedureJul 17, 2011. Below is step by step illustration of creating a “Raw material stock closing report” using SQL reporting service and Business Intelligence Development studio with stored procedure.
- Using Temp Table in SQL Server And Adding Columns DynamicallyJul 16, 2011. In this article we'll see how to use the Temporary tables, what are the necessary step to be taken while using them and moreover sometimes it's required to add column in Temporary tables dynamically.
- Convert HTML to Word Then Word to PDF With C#Jul 14, 2011. This method does not convert HTML to PDF directly, but instead first converts HTML to Word then converts Word to PDF.
- Cross Thread Operations in C#Jul 14, 2011. When you will work with threads and want to access a control on another thread then its post will solve your problem.
- How We Can Use Custom Roles And Membership in ASP.NETJul 13, 2011. In this article I would like to show a sample demonstration regarding how we can use a custom roles and membership.
- Windows Azure - Configure Customized Operating System For an Azure ApplicationJul 12, 2011. In this article we are going to see how to customize the operating system on which an Azure application can run using the Windows Azure Management Portal.
- Context Menu in C#Apr 03, 2011. The ContextMenuStrip control provides functionality of context menus in Visual Studio 2010 and .NET 4.0. A context menu is also known as a popup menu. A context menu appears when you right click on a Form or on a control.
- C# TabControl Apr 03, 2011. The TabControl manages tab pages where each page may host different child controls. In this article, I will demonstrate how to create and use a TabControl in Windows Forms using C#.
- Building Android Applications using C#Feb 25, 2011. MonoDroid is a software product developed by Novell to build Android based mobile applications using C# and .NET. In this tutorial, we will learn how to build our very first Android based application using MonoDroid and Visual Studio 2010.
- Verbatim strings in C# - Use of @ symbol in string literalsFeb 04, 2011. In this article we will understand use of the @ symbol in C# strings.
- How to Load all Colors in a ComboBox Using C#Jan 04, 2011. This tip loads all colors an ComboBox control.
- Finding multiple items in C# ListOct 04, 2010. In this article we will see how to find multiple items in C# list.
- Consuming URL Shortening Services – bit.lySep 01, 2010. This is a very hot article that you can’t leave without checking it first. This article is talking about the most popular and powerful URL shortening service ever, bit.ly.Today, we are going to talk about bit.ly API, its functions, and how you can access them from your .NET application.Don’t forget to download the sample code at the end of the article.Let’s go!
- Consuming URL Shortening Services - Tweetburner (twurl)Aug 27, 2010. Just another article of the URL shortening services series.Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to.We’re going to discuss how to use Tweetburner first. After that, we’ll inspect its API and learn how to use it in your .NET application.
- C# DateTimePicker ControlAug 23, 2010. A DateTimePicker control allows users to select a date and time in Windows Forms applications. In this tutorial, we will see how to create a DateTimePicker control at design-time as well as at run-time, set its properties and call its methods.
- Split String in C#Aug 22, 2010. How to split string in C#.
- Copy and Concatenate String in C#Aug 21, 2010. This code snippet shows how to copy and concatenate strings in C#.
- Add, Remove, Replace Strings in C#Aug 21, 2010. This code snippet shows how to add, remove and replace strings in C#.
- Compare Strings in C#Aug 21, 2010. This code snippet shows how to trim strings in C#.
- Uppercase and Lowercase Strings in C#Aug 21, 2010. This code snippet shows how to make a string uppercase and lowercase using String class methods.
- BackgroundWorker in C#Aug 20, 2010. A BackgroundWorker component executes code in a separate dedicated secondary thread. In this article, I will demonstrate how to use the BackgroundWorker component to execute a time consuming process while main thread is still available to the user interface.
- ToolStrip in C#Aug 15, 2010. In this article, I will discuss how to create and use a ToolStrip control and use its properties and methods.
- ComboBox in C#Aug 09, 2010. A ComboBox control is a combination of a TextBox and a ListBox control. Only one list item is displayed at one time in a ComboBox and other available items are loaded in a drop down list.
- ImageList in C#Jul 18, 2010. In this article, I will discuss how to create an ImageList control and how to use its properties and methods to use in a Windows Forms application.
- Toolbar in C#Jul 18, 2010. Toolbar control is not available in Toolbox of Visual Studio 2010. ToolStrip control replaces Toolbar in Visual Studio 2010. But for backward compatibility support, Toolbar class is available in Windows Forms. In this article, I will discuss how to create and use a Toolbar using Toolbar class in a Windows Forms application.
- Understanding Message Box in Windows Forms using C#Jul 12, 2010. MessageBox control displays a message with specified text. A message box may have some additional options including a caption, icon, and help buttons. In this article, I will discuss how to use the MessageBox class to display messages in Windows Forms and C#.
- Dictionary in C#Jul 10, 2010. A Dictionary class represents a dictionary in C# that is used to represent a collection of keys and values pair of data. This article demonstrates how to use a dictionary in C#.
- NumericUpDown in C#Jun 22, 2010. A NumericUpDown control allows users to provide a spin (up/down) interface to move through pre-defined numbers using up and down arrows. In this tutorial, we will see how to create a NumericUpDown control at design-time as well as at run-time.
- DomainUpDown in C#Jun 21, 2010. A DomainUpDown control allows users to provide a spin (up/down) interface to move through pre-defined strings using up and down arrows. In this tutorial, we will see how to create a DomainUpDown control and use it in a Windows Forms application.
- CheckBox in C#Jun 11, 2010. A CheckBox control allows users to select a single or multiple options from a list of options. In this article, I will discuss how to create a CheckBox control in Windows Forms at design-time as well as run-time.
- MenuStrip in C#Jun 08, 2010. The MenuStrip class is the foundation of menus functionality in Windows Forms. If you have worked with menus in .NET 1.0 and 2.0, you must be familiar with the MainMenu control. In .NET 3.5 and 4.0, the MainMenu control is replaced with the MenuStrip control.
- CheckBox in C#Jun 03, 2010. A CheckBox control allows users to select a single or multiple options from a list of options. In this article, I will discuss how to create a CheckBox control in Windows Forms at design-time as well as run-time. After that, I will continue discussing various properties and methods available for the CheckBox control.
- Printing Multiple Pages in C#May 31, 2010. In this article you will learn how to print multiple pages in C# using GDI+.
- Creating a Printing Application using Windows Forms and C#Apr 30, 2010. This article talks about how to create a simple printing application in C# using GDI+.
- Creating a Sound Recorder in C and C#Mar 23, 2010. In this article we will learn how to record audio and play sound files in C and C#.
- Marshaling UnionsFeb 21, 2010. In this article you will learn how to marshal C/C++ Unions in C#.