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
Διαβάστε περισσότερα »
differences between wpf and window forms. A small example using xaml, expression blend and visual studio.
Διαβάστε περισσότερα »
In this post I will try to create an excel file and populate the rows and columns with XML data that I read from a relational database table. I will use Visual Studio 2008,vb and in particular XML Literals and LINQ to SQL classes.
Διαβάστε περισσότερα »
I have been asked from some people to write a simple post regarding the younger and more flashy brother of window forms. WPF is about 1 years old now and gaining ground on developers for building next generation window applications.
Διαβάστε περισσότερα »
SSIS is an automation tool-component that is part of SQL Server 2005 and SQL Server 2008. It replaces DTS which has been a set of tools that were useful to DBAs to import, export, and transform data. DTS was included in all previous versions of SQL Server up to 2000.
Διαβάστε περισσότερα »
In this post I am going to talk about stored procedures in conjuction with an SQL Server database
Διαβάστε περισσότερα »
Manipulating the HTML DOM of an asp.net page with Javascript
Διαβάστε περισσότερα »
In this post, I will go back to the issue of LINQ. I am going to show with an example how to use LINQ and stored procedures to insert,update and delete records from a particular table.
Διαβάστε περισσότερα »
In this post I will show with a simple example how to use the Process control to launch applications from a windows form application (vb version). With this control that was shipped with the .Net 2.0 version you can launch very easily all sort of applications.
Διαβάστε περισσότερα »
In this post I will show you how to implement file,folder related tasks, by merely using the classes and methods that are already written for us in the FCL in .Net and reside in the System.IO namespace.
Διαβάστε περισσότερα »
In this post I would like how easy it is to use Visual Studio Tools for Office. If you have never heard before of VSTO just google it. In a few words it is a component of Visual Studio(since Visual Studio 2005) that provides a robust, .NET-based environment for building business applications using classic Office programs like Word and Excel. So that means you do not have to learn the specific Office object models, and of course you do need VBA anymore.
Διαβάστε περισσότερα »
Creating a data access layer(DAL) and a business logic layer(BLL) for a simple asp.net web application
Διαβάστε περισσότερα »
I will try to demonstrate,as always with an example, how to upload one file and how to upload multiple files using the FileUpload control
Διαβάστε περισσότερα »
Using the wizard control in asp.net pages to create step by step navigation schemes for data collection
Διαβάστε περισσότερα »
The AdRotator web server control is a control we can use in our asp.net pages to display to the user ads of our choice
Διαβάστε περισσότερα »
In this post I would like to demonstrate with some examples a new feature of Visual Basic 9.0 which is XML Literals
Διαβάστε περισσότερα »
How to monitor and debug LINQ to SQL queries
Διαβάστε περισσότερα »
Nullable data types allow you to create data types like integers and initialize them to nothing.
Διαβάστε περισσότερα »
Brad Adams has created a very nice and cool poster with the new features in .Net Framework 3.5 SP1 and .Net Framework 4.0.
For more information click here
The poster is available in pdf version and in DeepZoom version. Posted in .NET Tagged: .NET, .Net 4, poster
Διαβάστε περισσότερα »
Common mistakes and misconceptions with CSS,media queries,class selectors,id selectors...
Διαβάστε περισσότερα »
The latest development in the DOM world is the W3C Selectors API
Διαβάστε περισσότερα »
In this post I will look into ordering and grouping keywords and methods in LINQ. I will try to explain C# keywords such as orderby, descending, group by . On top of that I will cover extension methods such as OrderBy(), ThenBy(), OrderByDescending(), ThenByDescending() and GroupBy()
Διαβάστε περισσότερα »
how we can use delegates in .Net and custom event handling with delegates
Διαβάστε περισσότερα »
generic collections and C# 2.0. Limitations of ArrayList class
Διαβάστε περισσότερα »