• 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 Database

Database

Basics On Doctrine CRUD Operations

July 18, 2012 by Rana Ahsan 3 Comments

Dctrine ORM

Some developers don't start using doctrine in their application just because they find it a little difficult to get started(I listened so from some of my own friends too). And unluckily, I also faced some similar issues as well. I tried to start it at a very early time when I was new in LAMP(Linux, Apache, MySQL And PHP Environment) and found it a little difficult to understand … [Read more...] about Basics On Doctrine CRUD Operations

Using SQL JOIN Operation In LinQ/C#

March 30, 2011 by Rana Ahsan 4 Comments

linq to sql tutorial

Being LinQ an Object Relational Mapper, We can avoid writing sql query in many cases. Where its needed to be written even for simple purpose, we can achieve what we need just by calling linq provided methods with proper parameters.This facilitates to make the code more meaningful and less buggy. Join operations are done in sql for retrieve data from a complex relationship … [Read more...] about Using SQL JOIN Operation In LinQ/C#

LinQ Query With Like Operator

March 15, 2011 by Rana Ahsan 5 Comments

linq to sql tutorials

Linq To SQL makes a developer's life easy for performing various database operations. If the database design is stable, LinQ To SQL will do all the jobs for you for maintaining consistency between data relations. Simple data retrieval, insertion, deletion, update, etc can be done in a very easy way, in some cases just by calling some functions on the LinQ objects. There are a … [Read more...] about LinQ Query With Like Operator

LinQ To SQL Database Update Operations In C#

February 2, 2011 by Rana Ahsan 17 Comments

LinQ C# Tutorials

Recently, I have discussed getting started linq to sql in c#.net. The articles also covered creating select queries for retrieving both single and multiple results. Today, in this tutorial, I will try to give some more examples of other types of database operations, that write/updates the database. These will cover writing and executing 'Update'/'Insert'/'Delete' query in the … [Read more...] about LinQ To SQL Database Update Operations In C#

Beginning LinQ To SQL In C#.NET

January 25, 2011 by Rana Ahsan 38 Comments

LINQ C# Tutorials

Here, I will discuss a basic LinQ to SQL tutorial overview, then how to get started very quickly with its usage on our C#.NET-based applications(This can be used in desktop and web applications in the same way). Besides, I will also discuss using 'select' query in LINQ to retrieve data and traverse through the query results(in case of multiple result objects). To understand … [Read more...] about Beginning LinQ To SQL In C#.NET

« Previous Page
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

  • PHP HTML5 Video Streaming Tutorial
    PHP HTML5 Video Streaming Tutorial
  • How To Work With JSON In Node.js / JavaScript
    How To Work With JSON In Node.js / JavaScript
  • Generate HTTP Requests using c#
    Generate HTTP Requests using c#
  • LinQ Query With Like Operator
    LinQ Query With Like Operator
  • How To Work With C# Serial Port Communication
    How To Work With C# Serial Port Communication
  • Using Supervisord Web Interface And Plugin
    Using Supervisord Web Interface And Plugin
  • Getting Started With Smarty Template Engine
    Getting Started With Smarty Template Engine
  • Pipe Email To PHP And Parse Content
    Pipe Email To PHP And Parse Content
  • Building Auth With JWT – Part 2
    Building Auth With JWT – Part 2
  • Getting Started With HTML5 Web Speech API
    Getting Started With HTML5 Web Speech API

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