Nikolaos Kantzelis ASP.Net Blog
This blog will focus on ASP.NET Framework
-
Displaying XML data using XSLT transformations in an ASP.Net site
In this post, I will try to show you how to display xml data in asp.net website after making some xslt transformations.
-
ASP.Net performance counters
I was involved in designing and implementing an ASP.Net application some time ago. After we deployed the application we wanted to monitor various aspects of the application.
-
How to create selectable themes in your ASP.Net applications
In this post I am going to show you something that we see in most websites. When we visit a website we are given the choice through a control to select the theme(colors,font size,font family) that we want to be applied to the site.
-
Creating a simple RSS reader using ListView,XMLDatasource,DataPager web server controls
In my last ASP.Net seminar someone noticed that we did not talk at all about the XmlDataSource,ListView,DataPager web server controls.
-
Extending web server controls by providing client side functionality through Javascript
In this post I will demonstrate how to extend the functionality of the web server controls by adding client side functionality with Javascript.
-
How to access HTML elements from server side code in an asp.net website
In this post I will demonstrate with a hands on example how HTML elements in an .aspx page can be processed exactly like standard ASP.Net server controls.
-
How to profile LINQ to Entities queries in your asp.net applications - part 3
In this post I will continue exploring ways on how to profile database activity when using the Entity Framework as the data access layer in our applications.
-
How to profile LINQ to Entities queries in your asp.net applications - part 2
In this post I will continue exploring ways on how to profile database activity when using the Entity Framework as the data access layer in our applications.
-
How to profile LINQ to Entities queries in your asp.net applications - part 1
I have been teaching ASP.Net and EF in one of my classes and I have been asked on the various ways we can profile database activity. Everyone that I know that uses EF as its data access layer has the same question.
-
An abundance of LINQ queries and expressions using both the query and method syntax.
In this post I will be writing LINQ queries against an array of strings, an array of integers.Moreover I will be using LINQ to query an SQL Server database.