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

Dot Net Rules

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

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

Session State in ASP.Net
In this post I will talk about ASP.Net State management. I will provide a hands on example with VS and VB.Net. Before I go on with my example I would like to give a short introduction first. Web applications are built on Hypertext Transfer Protocol (HTTP). HTTP is a stateless protocol and each request to the server from the client is understood as an independent request.

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

Populate web server controls in ASP.Net applications from a web service
In this post I would like to present you with a very simple example on how to create a simple web service that access data from a database. Then we will create a consuming application that will consume the web service. I will use VS 2010 Ultimate edition and C# as the development language.

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

Using profile in ASP.Net applications
With Profile we store user specific data that is accessible anywhere in our ASP.Net application.

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

How to populate web server controls in ASP.Net applications from a web service
In this post I would like to present you with a very simple example on how to create a simple web service that access data from a database. Then we will create a consuming application that will consume the web service. I will use VS 2010 Ultimate edition...(read more)
Posted: Πέμπτη, 23 Σεπτεμβρίου 2010 10:04 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Tracing at application and page level in ASP.NET applications
When we debug our applications we need to have as much information as possible at our disposal. There are a lot of techniques and ways to achieve that. One way to get lots of debugging information is to use Tracing. We can enable Tracing at the Page Level and Application Level. We can view the viewstate information and the events chain when a page is executing, among other things.

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

JQuery and ASP.Net – How to access all textboxes using JQuery
I am going to start a series of posts on ASP.Net and JQuery that will explain a lot of common tasks that can be accomplished using this fantastic open source Javascript library.

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

Change the master page depending on the client’s browser
In one of my seminars on ASP.Net, I was asked a question from a student regarding master pages and the various browser appications. He basically asked if it was possible to have a different master page depending on the client's browser.

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

Posted: Τρίτη, 24 Αυγούστου 2010 8:55 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Tableless menu control in ASP.Net 4.0
One of the issues I really like to read and learn is client side technologies. I am an ASP.Net guy at heart but I find CSS particular useful and I have been blogging about CSS in my other blog. Have a look here if you want for some interesting posts on CSS. I believe designing web applications [...]

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

Posted: Δευτέρα, 5 Απριλίου 2010 4:07 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: ,
Hidden Div elements in ASP.Net 4.0
This is a very short post for a new feature that ships with VS 2010 and ASP.Net 4.0. It is about the hidden fields in ASP.Net 4.0. We do know that ASP.Net is using hidden fields as a state control mechanism. It is used to preserve viewstate and control state. They are usually included in a div [...]

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

Posted: Δευτέρα, 5 Απριλίου 2010 4:01 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: ,
301 permanent redirects and ASP.Net 4.0
We can permanently redirect traffic to the new pages without losing page rankings by using the 301 permanent redirect. RedirectPermanent help us to achieve that.

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

Posted: Δευτέρα, 22 Μαρτίου 2010 5:50 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
ASP.Net 4.0 and session state compression
The important setting that was added in ASP.Net 4.0 is the last setting, compressionEnabled="true".

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

Posted: Δευτέρα, 22 Μαρτίου 2010 5:46 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Maintaining scroll position in ASP.Net applications
How to maintain the scroll position-location when a postback occurs in an ASP.NET application

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

Posted: Σάββατο, 6 Μαρτίου 2010 11:04 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: ,
How to deploy Asp.Net applications in retail mode
I have this friend of mine who is responsible of a team of asp.net developers that develop applications for people from all walks of life. One of his main concerns were that he had to check the deployment stage of every application very carefully and constantly had to correct common mistakes in the web.config file. Some common [...]

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

Posted: Σάββατο, 6 Μαρτίου 2010 12:06 πμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Set the focus on an asp.net server control
It is a very common request when designing an asp.net application, to set the focus on an asp.net control.

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

Becoming an ASP.NET MVP for 2010
Hello again, I want to wish all a very happy new year and let’s all forget 2009 which has been a very difficult year for most people around the globe. I have received some very good news from Microsoft. They have presented me with an ASP.NET MVP. This is a big honor and a big responsibility for [...]

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

Posted: Παρασκευή, 1 Ιανουαρίου 2010 11:52 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία:
Create an Asp.Net web user control with C#
User controls are reusable controls that can be defined once and used whenever we need them, in any of the .aspx pages of our application

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

Creating an ASP.NET Dynamic Data Web Site with VB.Net
In this post I will show you how to create an ASP.NET Dynamic Data Web Site with VB.Net

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

ASP.NET 4.0,SEO and meta tags
In this post I will talk about ASP.NET 4.0 and SEO. I will demonstrate how to add meta tags using the Page class or the Page directive

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

Posted: Κυριακή, 27 Σεπτεμβρίου 2009 6:38 μμ από nikolaosk | 1 σχόλια
Δημοσίευση στην κατηγορία: , ,
ASP.NET 4.0 Entity DataSource and GridView
Recently I had the time to examine thoroughly my blog stats. From that it was evident people liked a lot the posts regarding the new features in .Net 4.0. So in this post I am going to discuss the new Entity DataSource which is similar to the LINQ to SQL DataSource, except it allows you to use your Entity Framework data object model instead. I will also demonstrates the new features of the GridView control

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

Using the ASP.Net Calendar Control
In this post I will be looking into the ASP.Net calendar control.

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

ASP.NET 4.0 and ClientID Mode
In ASP.NET 4.0 it is possible to set the name of your controls ClientID attribute. This is possible thanks to the ClientIDMode property

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

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.

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

Περισσότερες Δημοσιεύσεις « Προηγούμενη - Επόμενη »