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

Dot Net Rules

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

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

Ιούνιος 2009 - Δημοσιεύσεις

Building an ASP.Net application with C# and Entity Framework
In this post I will show you a step by step example on how to build an ASP.NET application with C# and Entity Framework. First let's try to define what EF is and why it is going to help us to create easily data-centric applications.Entity Framework is an object-relational mapping (ORM) framework for the .NET Framework.EF addresses the problem of Object-relational impedance mismatch.

Διαβάστε περισσότερα »

Viewstate management and ASP.Net 4.0
In this post I will talk about Viewstate management in ASP.NET 4.0.

Διαβάστε περισσότερα »

Posted: Σάββατο, 27 Ιουνίου 2009 6:59 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
VB 10.0 new features and Visual Studio 2010
In this post I will try with a step by step example to highlight the new features of VB 10.0. I will also highlight some of the new enhancements on VS 2010 IDE.

Διαβάστε περισσότερα »

Posted: Σάββατο, 27 Ιουνίου 2009 12:45 πμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Lambda Expressions with VB.Net
Another idea-concept that is tightly linked with LINQ is LAMBDA expressions. Lambda expressions are shorthand for anonymous delegates . Basically delegates allow you to create a variable that “points” to a method. We can use this variable at any time to invoke the method.

Διαβάστε περισσότερα »

Object Oriented Programming Concepts with C#3.0
In this post I will try to explain Object Oriented programming model-paradigm.Some of the topics-concepts, I will try to cover topics like Classes ,Properties , Methods ,Fields ,Members ,Enums,Structures, Abstraction , Encapsulation ,Interfaces ,Static classes, Constructors ,Method overloading,Inheritance ,Overriding methods,Virtual methods,Abstract classes ,Polymorphism ,Delegates ,Events

Διαβάστε περισσότερα »