• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • Featured
    • C# Tutorials
      • LinQ Tutorials
      • Facebook C# API Tutorials
    • PHP Tutorials
      • CodeIgniter Tutorials
    • Amazon AWS Tutorials
  • Categories
    • Programming
    • Development
    • Database
    • Web Server
    • Source Control
    • Management
    • Project
  • About
  • Write
  • Contact

CodeSamplez.com

Programming, Web development, Cloud Technologies

You are here: Home / Archives for c#

c#

How To Work With LinQ C# Lambda Expression

April 7, 2013 by Rana Ahsan 5 Comments

linq to xml tutorial

If you are using LinQ as ORM and getting your staffs done with simple object oriented way, that's nice! Have you seen some one liner magic code which don't look much familiar to our usual C# code? Those are lambda expressions, a cool way to get things done in simple and easy way. In today's tutorial We will discuss about basic understanding of C# lambda expression, which play a … [Read more...] about How To Work With LinQ C# Lambda Expression

How To Use WPF DataGrid in C#.NET

February 25, 2013 by Rana Ahsan 2 Comments

WPF C# Tutorials

WPF datagrid didn't seem to be that much handy or easy to use to me as like win-form data-grid. However, that doesn't mean it's a lot hard to implement it. Though I didn't able to dig much into this, I will like to share my gathered knowledge while basic practicing that should help you implement a simple WPF and c# based data-grid application easily. I will also show how to add … [Read more...] about How To Use WPF DataGrid in C#.NET

How To Work With Multithreaded Programming In C#.NET Application

February 18, 2013 by Rana Ahsan 3 Comments

multithreaded programming

While working with desktop application development, we may sometimes required to work with Multithreaded programming. It can also help in optimizing the performance of the software as it make most usage of the CPU core(s) and thus providing better throughput/results. We refer to this type of implementation as 'multi-tasking' also. As in such case, our application will be able … [Read more...] about How To Work With Multithreaded Programming In C#.NET Application

Getting Started With Using Dictionary Collection In C#

February 12, 2013 by Rana Ahsan 2 Comments

C# Dictionary Tutorials

The term 'Dictionary' in C# programming has some other synonyms to refer to it, such as "associative array," "key-value pair," "index-value pair," etc. Dictionary makes use of a 'hash table' data structure to build up the index/value pair. This is an extended/advanced array system where you can define the index with other data types than int and set up your data structure in a … [Read more...] about Getting Started With Using Dictionary Collection In C#

How To Work With C# Serial Port Communication

February 7, 2013 by Rana Ahsan 48 Comments

C# Serial Port Communication

In today's programming tutorial, I am going to describe some basics about how we can perform serial port communication from our C#.NET applications. Serial communications can be done either directly to a physical serial port connected to the computer or via a USB-to-serial converter interface. If the device does require a serial port and your computer doesn't have any, you can … [Read more...] about How To Work With C# Serial Port Communication

Next Page »

Primary Sidebar

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,774 other subscribers

Follow Us

  • Twitter
  • Facebook

Top Posts & Pages

  • How To Work With JSON In Node.js / JavaScript
    How To Work With JSON In Node.js / JavaScript
  • PHP HTML5 Video Streaming Tutorial
    PHP HTML5 Video Streaming Tutorial
  • Generate HTTP Requests using c#
    Generate HTTP Requests using c#
  • How To Work With C# Serial Port Communication
    How To Work With C# Serial Port Communication
  • LinQ Query With Like Operator
    LinQ Query With Like Operator
  • Using Supervisord Web Interface And Plugin
    Using Supervisord Web Interface And Plugin
  • Facebook C# API Tutorials
    Facebook C# API Tutorials
  • Getting Started With Smarty Template Engine
    Getting Started With Smarty Template Engine
  • How To Use Hotkeys/Keyboard Events In WPF Application Using C#
    How To Use Hotkeys/Keyboard Events In WPF Application Using C#
  • Get Facebook C# Api Access Token
    Get Facebook C# Api Access Token

Recent Posts

  • Building Auth With JWT – Part 2
  • Building Auth With JWT – Part 1
  • Document Your REST API Like A Pro
  • Understanding Golang Error Handling
  • Web Application Case Studies You Must Read

Tags

.net angularjs apache api audio auth authenticatin aws c# cloud server codeigniter deployment docker doctrine facebook git github golang htaccess html5 http javascript jwt linq mysql nodejs oop performance php phpmyadmin plugin process python regular expression scalability server smarty socket.io tfs tips unit-test utility web application wordpress wpf

Footer

Archives

Follow Us

  • Twitter
  • Facebook

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,774 other subscribers

Copyright © 2023