background preloader

.NET

Facebook Twitter

Intranets con ASP. Data Manipulation using REGEX.

OOD

Free IT Books. ADO.net Database « ASP.Net. Video_Tutorials. SITECORE. XLS. Books. MVC. Javascript. JSON. JQuerry. C# MySqlUtil - TableAdapters for MySql. Introduction This program reads the MySql informational_schema database and, after the user has selected the target database, creates a C# source file containing typed dataset and TableAdapter classes for the contained tables.

MySqlUtil - TableAdapters for MySql

The code produced is similar to that produced for SQL Databases, but it does not include XML Serialization Designer code Before the code is generated, the program displays the names of the base identifiers it is going to use, giving the user the chance to change them (MySql seems to be case insensitive and table names such as 'CustomerOrders' seem to be stored as 'customerorders' ).

SandCastle Documentador

Crystal Reports Training, Books, and Forum. Entity Framework, LINQ and Model-First for the Oracle Database. Purpose This tutorial covers how to use Entity Framework, Language Integrated Query (LINQ), and generate Data Definition Language (DDL) scripts using Model-First for Oracle database.

Entity Framework, LINQ and Model-First for the Oracle Database

Time to Complete. Centro de desarrolladores de Visual C# STRONGLY TYPED DATASET. Multiple Ways to do Multiple Inserts. Table of Contents Introduction and Scope of the Article Very often we come across a scenario where we need to execute same Insert or update commands with different values multiple times in one go.

Multiple Ways to do Multiple Inserts

Say for example, show multiple records in updatable grid/tablular format allowing user to update them and then update them in database. Their are multiple ways to handle it and simplest being execute each DML command one after the other. Simplified .NET Data Access API. Introduction Even before .NET, when ADO was still an ActiveX API, connection strings have always been a point of confusion for a lot of developers.

Simplified .NET Data Access API

This mostly stems from the fact that a connection string is structured information with a specific format that developers have always been expected to be able to produce from memory or have to look up in documentation. Lesson 02. By Joe Mayo, 8/9/04, updated 1/12/09 This lesson describes the SqlConnection object and how to connect to a data base.

Lesson 02

Here are the objectives of this lesson: Know what connection objects are used for. Learn how to instantiate a SqlConnection object. Understand how the SqlConnection object is used in applications. Socket Programming in C# .Net: Large File (2 GB) Transfer using C# Socket. Now I will discuss about, how we can transfer a large file (file size in GB) using Microsoft dot net socket programming using C# (C sharp) language.

Socket Programming in C# .Net: Large File (2 GB) Transfer using C# Socket

This code has written in Visual Studio 2005 (dot net 2). Basic Knowledge To cover this article you need to read my few articles, these are – WPF Navigation - Paul Stovell. In 2001, Microsoft published a paper called Inductive User Interface Guidelines.

WPF Navigation - Paul Stovell

If you have not read this paper, I would suggest doing so. It is largely technology agnostic, and I know that many of my colleagues at Readify consider it to be a classic. Build your own operating system. Cosmos - Cosmos. Code Plex Project Hosting for Open Source Software C# Open Source Managed Operating System "May the source be with you" Cosmos is an operating system "construction kit", built from the ground up around the IL2CPU compiler in C# and our home-brewed X#.

Launch in another window Getting Started. Mapa de las ubicaciones de visitantes - mapa con zoom. CSharpBook.

Tutorial

LINQ to Entities business objects. Introduction After having developed a number of applications using LINQ to SQL technologies, I have finally decided to take a close look at LINQ to Entities.

LINQ to Entities business objects

We know that Microsoft stopped developing LINQ to SQL, though they keep supporting it. WxWidgets. Getting started with Linq-To-Entities tutorial. In my humble opinion, Linq is easily the greatest thing .Net has come out with in the past few years, and along with it, Linq-to-SQL (L2S) was a godsend.

Getting started with Linq-To-Entities tutorial

Being quick to hop on the L2S bandwagon, I quickly became a huge fan of the framework, it is amazing easy and useful. That being as it is, I was quite disappointed when I heard that Linq-to-SQL was no longer going to be advanced at all. Now, it is surely not dead, it is still very usable and effective at what it does, but I like to stay with frameworks that will be actively advanced and fbug-fixed. So I decided to make the jump to Linq-to-Entities (L2E), and it was suprisingly simple.

Download LINQPad. ADO.NET EF. Code Example: How to call a web service asynchronously with IAsyncResult. Ubuntu Unleased 2012 - chap1,has 12 variants, cloud, etc., warns against dual boot, you can try, wubi (ubuntu within windows);finished - chap2,dmesg, sudo, apt-get update, installing drivers, hwclock, wireless;finished.

Code Example: How to call a web service asynchronously with IAsyncResult

101 LINQ Samples. The SQL Injection Knowledge Base. Default Databases Testing Injection False means the query is invalid (MySQL errors/missing content on website) True means the query is valid (content is displayed as usual) Given the query SELECT * FROM Table WHERE id = '1';