Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια

Dot Net Rules

Yes, to dance beneath the diamond sky with one hand waving free

Ιστορικό Δημοσιεύσεων

Μάρτιος 2012 - Δημοσιεύσεις

Using Entity Framework Table splitting customisations in an ASP.Net application
I have been teaching in the past few weeks many people on how to use Entity Framework. I have decided to provide some of the samples I am using in my classes. First let’s try to define what EF is and why it is going to help us to create easily data-centric...(read more)
Posted: Σάββατο, 31 Μαρτίου 2012 10:23 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Using the bcp utility to insert rows in a table with triggers and constraints
In this post I would like to talk about how to import and export data using the bcp utility. I will also explain how the bcp utility works with tables that have constraints and triggers attached on them. No databases exist in isolation. We need to import Διαβάστε περισσότερα
Using the BULK INSERT statement to insert rows in a table with triggers and constraints
In this post I would like to talk about how to import data (from a text file) using the BULK INSERT statement. If you want to find out more about BULK INSERT have a look here . I will also explain how the BULK INSERT statement works with tables that have Διαβάστε περισσότερα
Create a master-detail Windows Forms application with EF
I have been teaching in the past few weeks many people on how to use Entity Framework. I have decided to provide some of the samples I am using in my classes. In this post I will show you a step by step example on how to build a Windows Forms (Master Διαβάστε περισσότερα
How to configure WAS for TCP endpoints in IIS
In this post I would like to show you how to activate Windows Activation Services or WAS for TCP based activation.What this means is that it is possible to host WCF Services in IIS and expose TCP endpoints. ( read more ) Διαβάστε περισσότερα
Posted: Δευτέρα, 5 Μαρτίου 2012 2:18 πμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , ,
Self-hosting WCF Services
In this post I will show you how to host a WCF Service in your own applications.This is referred as self hosting, meaning the hosting of a WCF Service in a Console application or a Windows Forms application. This is the third post in a series of posts Διαβάστε περισσότερα
Posted: Κυριακή, 4 Μαρτίου 2012 6:19 μμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , ,
Host WCF Services in Window Services
In this post I will show you how to host a WCF Service in a Windows service.This is the second post in a series of posts on the various options we have when it comes to hosting WCF Services.If you want to know how to host the WCF Service in IIS have a Διαβάστε περισσότερα
Posted: Κυριακή, 4 Μαρτίου 2012 2:17 πμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , ,
Hosting WCF Services in IIS
I am going to start a series of posts regarding the various options we have when we want to host a WCF Service. I am going to show you (in seperate posts) how to host WCF Services in IIS, in Window Services and self-host them. In this post I will show Διαβάστε περισσότερα
Posted: Σάββατο, 3 Μαρτίου 2012 8:34 μμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,