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

Dot Net Rules

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

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

Νοέμβριος 2011 - Δημοσιεύσεις

Performing Validation using the JQuery Validation library/plugin
This another post that is focusing on how to use JQuery in ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here In this post I would like to show you how to perform client-side validations using the...(read more)
Creating a simple watermark effect using JQuery
This another post that is focusing on how to use JQuery in ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here In this post I would like to show you how to create a simple watermark effect using...(read more)
Posted: Πέμπτη, 24 Νοεμβρίου 2011 8:37 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Creating a simple accordion with JQuery
This another post that is focusing on how to use JQuery in ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here We all know that there is always a limited space in our web page to show content.In...(read more)
Posted: Πέμπτη, 24 Νοεμβρίου 2011 6:16 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Creating a simple slider panel with JQuery
This another post that is focusing on how to use JQuery in ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here We all know that there is always a limited space in our web page to show content.In...(read more)
Posted: Τετάρτη, 23 Νοεμβρίου 2011 11:48 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Using WCF Services in Silverlight 4.0 applications
In this post I would like to present in detail how we can consume WCF services from a Silverlight 4 application.I strongly suggest that you have a look in this post of mine where I talk about using web services – .asmx services and how we consme them Διαβάστε περισσότερα
Posted: Δευτέρα, 21 Νοεμβρίου 2011 12:26 πμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Using Common Table Expressions in SQL Server
In this post I would like to talk about Common Table Expressions or CTE . I know there are samples of how to use CTE in BOL,MSDN and elsewhere but I thought that it would be a good idea to give it a try with hands-on examples.CTEs were introduced in SQL Διαβάστε περισσότερα
Using ASP.Net web services in Silverlight 4 applications
In this post I would like to present in detail how we can consume .asmx web services from a Silverlight 4 application. Silverlight supports and “recognises” web services in a similar way that ASP.Net applications can “talk” to web services. One might Διαβάστε περισσότερα
Posted: Κυριακή, 20 Νοεμβρίου 2011 6:56 μμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , ,
Using large data types in SQL Server
In this post I would like to talk about the large value data types and how we can use them to store large amounts of data. We can store up to 2^31 bytes of character, binary, and Unicode data. I know there are samples of how to use large value data types Διαβάστε περισσότερα
Using HierarchyID system data type in SQL Server 2008
In this post I would like to talk about the new system data type HierarchyID which was introduced in SQL Server 2008. I know there are samples of how to use HierarchyID in BOL,MSDN and elsewhere but I thought that it would be a good idea to give it a Διαβάστε περισσότερα
Posted: Τρίτη, 15 Νοεμβρίου 2011 8:02 μμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , , ,
Looking into exceptions in SQL Server
In this post I would like to talk about exceptions in SQL Server. I know there are samples of how to handle exception in SQL Server in BOL,MSDN and elsewhere but I thought that it would be a good idea to give it a try with hands-on examples. Well, let Διαβάστε περισσότερα
Posted: Τρίτη, 15 Νοεμβρίου 2011 7:58 μμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: ,
A thorough look into transactions in SQL Server
In this post I would like to look into transactions in SQL Server. A transaction is a group of tasks that perform as a single unit of work.In database terms all parts of the transaction must be saved in the database or must be abandoned.It is a great Διαβάστε περισσότερα
Looking into Resource Governor in SQL Server 2008
In this post I would like to talk about a new feature in SQL Server 2008, Resource Governor and what this new feature offers us in terms of performance and good use of resources. I know there are samples of how to use Resource Governor in BOL,MSDN and Διαβάστε περισσότερα
Posted: Τρίτη, 15 Νοεμβρίου 2011 7:50 μμ από το μέλος nikolaosk | 1 σχόλια
Δημοσίευση στην κατηγορία: , , ,
Looking into Transparent Data Encryption
In this post I would like to look into Transparent Data Encryption (TDE) works in SQL Server 2008.I would like to stress that this is an SQL Server 2008/R2 Entreprise/Developer edition feature only. I know there are samples of how to use Transparent Data Διαβάστε περισσότερα
Posted: Τρίτη, 15 Νοεμβρίου 2011 7:48 μμ από το μέλος nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , , , ,