Click here to Skip to main content

Articles by Kanasz Robert (Articles: 17, Tip/Tricks: 7)

Articles: 17, Tip/Tricks: 7

RSS Feed

Average article rating: 4.92

Grid & Data Controls

How to Create ProgressBar Column in DataGridView
Posted: 10 Oct 2010   Updated: 15 Nov 2010   Views: 61,341   Rating: 4.95/5    Votes: 81   Popularity: 9.44
Licence: The Code Project Open License (CPOL)      Bookmarked: 153   Downloaded: 6,903
An article on how to create a ProgressBar Column in DataGridView

Web Services

Saving Files Into Database Using .NET Web Services
Posted: 2 Oct 2010   Updated: 3 Oct 2010   Views: 36,422   Rating: 4.89/5    Votes: 52   Popularity: 8.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 101   Downloaded: 1,707
In this article, I will show you how to save big files into database using .NET Web Service and how to monitor transfer status.

Database

SQL Server 2008 - Backup and Restore Databases using SMO
Posted: 1 Nov 2010   Updated: 1 Nov 2010   Views: 67,118   Rating: 4.94/5    Votes: 76   Popularity: 9.29
Licence: The Code Project Open License (CPOL)      Bookmarked: 118   Downloaded: 11,299
In this article, I will show you how to backup and restore databases using Server Management Objects
SMO Tutorial 1 of n - Programming data storage objects
Posted: 13 Nov 2010   Updated: 13 Nov 2010   Views: 30,449   Rating: 4.92/5    Votes: 68   Popularity: 9.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 107   Downloaded: 0
In this first part of the tutorial, I will show you how to create data storage objects (databases, tables, Views ...) using SMO.
SMO Tutorial 2 of n - (Programming Objects Not Used for Data Storage)
Posted: 23 Nov 2010   Updated: 23 Nov 2010   Views: 16,328   Rating: 4.95/5    Votes: 57   Popularity: 8.69
Licence: The Code Project Open License (CPOL)      Bookmarked: 73   Downloaded: 0
In this second part of the tutorial, I will show you how to create objects not used for data storage (logins, users, roles ...) using SMO
SMO Tutorial 3 of n - Scripting
Posted: 27 Feb 2011   Updated: 27 Feb 2011   Views: 19,896   Rating: 4.92/5    Votes: 42   Popularity: 7.98
Licence: The Code Project Open License (CPOL)      Bookmarked: 60   Downloaded: 1,599
In this article, I will show you how to use the scripting functions of SMOs.
SQL Server Database Comparison Tool
Posted: 3 Jun 2011   Updated: 3 Jun 2011   Views: 60,840   Rating: 4.95/5    Votes: 136   Popularity: 10.56
Licence: The Code Project Open License (CPOL)      Bookmarked: 234   Downloaded: 8,620
In this article, I will show you how to create a basic DB schema comparison tool for SQL Server 2005 and SQL Server 2008.
Database performance optimization part 1 (Indexing strategies)
Posted: 7 Aug 2011   Updated: 20 Aug 2011   Views: 45,639   Rating: 4.91/5    Votes: 92   Popularity: 9.65
Licence: The Code Project Open License (CPOL)      Bookmarked: 169   Downloaded: 0
In this first part of series of articles about database performance optimization I will discuss about indexing strategies and index maintenance.
Database performance optimization part 2 (Index maintenance)
Posted: 22 Aug 2011   Updated: 23 Aug 2011   Views: 18,254   Rating: 4.95/5    Votes: 41   Popularity: 7.97
Licence: The Code Project Open License (CPOL)      Bookmarked: 86   Downloaded: 0
In this second part of series of articles about database performance optimization I will discuss about index maintenance.
Library for scripting SQL Server database objects with examples
Posted: 9 Oct 2011   Updated: 8 Nov 2011   Views: 62,466   Rating: 4.95/5    Votes: 128   Popularity: 10.43
Licence: The Code Project Open License (CPOL)      Bookmarked: 233   Downloaded: 8,430
This article is about library for scripting SQL Server database objects and examples representing how this library can be used.
SMO Tutorial 4 of n - Transferring Data and Tracing
Posted: 22 Jan 2012   Updated: 22 Jan 2012   Views: 13,443   Rating: 4.93/5    Votes: 37   Popularity: 7.73
Licence: The Code Project Open License (CPOL)      Bookmarked: 62   Downloaded: 1,728
In this fourth part of the tutorial, I will show you how transfer objects and catch trace messages using SMO.

Algorithms & Recipes

Single Layer Perceptron as Linear Classifier
Posted: 7 Nov 2010   Updated: 7 Nov 2010   Views: 21,078   Rating: 4.82/5    Votes: 48   Popularity: 8.09
Licence: The Code Project Open License (CPOL)      Bookmarked: 52   Downloaded: 2,019
In this article, I will show you how to use single layer percetron as linear classifier of 2 classes.
Visualization and comparison of sorting algorithms in C#
Posted: 1 Dec 2010   Updated: 14 Dec 2010   Views: 327,526   Rating: 4.93/5    Votes: 372   Popularity: 12.67
Licence: The Code Project Open License (CPOL)      Bookmarked: 359   Downloaded: 4,885
In this article, I will show you the visualization of some sorting algorithms. This tool also allow users to compare two algorithms.

Design and Architecture

Design Patterns 1 of 3 - Creational Design Patterns
Posted: 30 Jul 2012   Updated: 28 Aug 2012   Views: 75,002   Rating: 4.90/5    Votes: 160   Popularity: 10.81
Licence: The Code Project Open License (CPOL)      Bookmarked: 414   Downloaded: 4,132
In this first article about design patterns I will discuss about creational design patterns and I will show on real examples how to implement them.
Design Patterns 2 of 3 - Structural Design Patterns
Posted: 11 Aug 2012   Updated: 16 Oct 2012   Views: 30,031   Rating: 4.94/5    Votes: 92   Popularity: 9.69
Licence: The Code Project Open License (CPOL)      Bookmarked: 226   Downloaded: 2,401
In this second article about design patterns I will discuss about structural design patterns and I will show on real examples how to implement them.
Design Patterns 3 of 3 - Behavioral Design Patterns
Posted: 7 Sep 2012   Updated: 10 Jan 2013   Views: 54,027   Rating: 4.91/5    Votes: 148   Popularity: 10.65
Licence: The Code Project Open License (CPOL)      Bookmarked: 298   Downloaded: 2,838
In this last article about design patterns I will discuss about behavioral design patterns and I will show on real examples how to implement them.
Introduction to CQRS
Posted: 3 Mar 2013   Updated: 21 Mar 2013   Views: 25,957   Rating: 4.98/5    Votes: 121   Popularity: 10.37
Licence: The Code Project Open License (CPOL)      Bookmarked: 235   Downloaded: 957
In this article I will describe CQRS pattern on very simple example.
No blogs have been submitted.

Average tips rating: 4.89

Programming Tips

SQL Server - How to create LinkedServer using SMO [Tip/Trick]
Posted: 13 Nov 2010   Updated: 13 Nov 2010   Views: 9,816   Rating: 4.94/5    Votes: 18   Popularity: 6.20
Licence: The Code Project Open License (CPOL)      Bookmarked: 21   Downloaded: 0
Calling JavaScript function from WinForms and vice-versa [Tip/Trick]
Posted: 14 Nov 2010   Updated: 14 Nov 2010   Views: 17,556   Rating: 4.78/5    Votes: 23   Popularity: 6.50
Licence: The Code Project Open License (CPOL)      Bookmarked: 24   Downloaded: 0
How to replace Machine Name with Domain name in WCF Service wsdl link [Tip/Trick]
Posted: 13 Nov 2010   Updated: 14 Nov 2010   Views: 8,681   Rating: 4.93/5    Votes: 15   Popularity: 5.79
Licence: The Code Project Open License (CPOL)      Bookmarked: 16   Downloaded: 0
How to convert BMP to GIF in C# [Tip/Trick]
Posted: 1 Dec 2010   Updated: 19 Dec 2010   Views: 15,743   Rating: 4.74/5    Votes: 22   Popularity: 6.33
Licence: The Code Project Open License (CPOL)      Bookmarked: 23   Downloaded: 0
How to convert BMP to GIF in C#
How To: Measure execution time in C# [Tip/Trick]
Posted: 26 Feb 2011   Updated: 1 Mar 2011   Views: 30,484   Rating: 4.83/5    Votes: 21   Popularity: 6.46
Licence: The Code Project Open License (CPOL)      Bookmarked: 30   Downloaded: 0
How To Measure execution time in C#
Synchronized ListBox objects (or how to scroll 2 ListBox objects together) [Tip/Trick]
Posted: 16 May 2011   Updated: 16 May 2011   Views: 6,480   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 7   Downloaded: 0
In this tip I will show, how to scroll two listbox objects together
Synchronized RichTextBox objects (or how to scroll 2 RichTextBox objects together) [Tip/Trick]
Posted: 19 May 2011   Updated: 22 May 2011   Views: 6,592   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 7   Downloaded: 0
In this tip, I will show how to scroll two RichTextBox objects together

Kanasz Robert
Architect The Staffing Edge & Marwin Cassovia Soft
Slovakia Slovakia
Member
My name is Robert Kanasz and I have been working with ASP.NET, WinForms and C# for several years.
 
MCTS - .NET Framework 3.5, ASP.NET Applications
- SQL Server 2008, Database Development
- SQL Server 2008, Implementation and Maintenance
- .NET Framework 4, Data Access
- .NET Framework 4, Service Communication Applications
- .NET Framework 4, Web Applications
MCPD - ASP.NET Developer 3.5
- Web Developer 4
MCITP - Database Administrator 2008
- Database Developer 2008
 
Open source projects: DBScripter - Library for scripting SQL Server database objects
 

Please, do not forget vote


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 21 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid