(Lviv community of .NET developers)

Recent posts

Екзамен на "халяву", 71-505 TS: Microsoft .NET Framework 3.5, Windows Forms Application Development!

October 30, 2008 22:19 by rredcat
Префікс 71 вказує на те що це бета, кількість питань зазвичай більша, результати отримують за місяць-півтора, інформації по темі майже 0, от такі недоліки. Про переваги:
... >>>

Currently rated 5.0 by 5 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: .NET
Actions: Permalink | Comments (1) | RSSRSS comment feed

OracleDecimal and ODP.NET IConvertable exception

October 3, 2008 07:49 by alexk

Oracle ODP.NET

I'm working now on a new project that in internals use ODP.NET - ORACLE Data Provider for .NET and latest Oracle 11g.

First of all I want to mention that ODP.NET is a great disappointment for me. In writing of very simple a stupid code ODP give me so many issues that I start to think that ORACLE completely loose own mind and release very unstable library for developers. I loose 2 days for fighting with found issues and I hope my article will help others a lot.

Simple Scenario that does not work in ODP.NET

Let's start from the simple scenario: Create typed DataSet with several tables, infill dataset by the data and update database by that data. Primary keys of the rows must be updated by Adapter automatically on Update method call.

... >>>

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Семiнари для розробникiв

September 17, 2008 04:46 by rredcat
23 вересня — 27 листопада 2008 року
Київ, Житомир, Рiвне, Тернопiль, Хмельницький, Вiнниця, Миколаїв, Херсон, Суми, Iвано-Франкiвськ, Днiпропетровськ, Запорiжжя, Донецьк, Харкiв, Львiв, Сiмферополь, Одеса ... >>>

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , ,
Categories: WPF | .NET | WinForms | Links | ASP.NET | WinFx | Networking
Actions: Permalink | Comments (0) | RSSRSS comment feed

IP geo-location - make it easy!

September 12, 2008 03:49 by alexk

Introduction

Today I want to open one more interesting part of making internet business - statistics collection. I hope you already knows popular service Google Analytics that helps many companies to track internet activity on web site (main issue that those analytics is not runtime, you have to wait 1 day for getting ready to use statistics). But do you want to know how to make own statistics tracking engine on IIS? I hope you do.

In this article I will describe how to collect statistics from IIS and how to do most common thing - resolve clients IP into geo-locations.

Theory

Let's make a quick look on web site hosting. What we can see? Let's count:

  1. IIS hosting server
  2. Web site (for example ASP.NET)
  3. Database (for example MS SQL Server)

Those 3 components are the most common for every web site based on Microsoft technologies.

Statistics tracking can be done only on first two components: IIS and ASP.NET... (but this is not exactly true, if take a look into depth then we can identify that in reality we have only one component IIS and it's filters model - ISAPI filters.)

Tracking of statistics on IIS layer is well described by Microsoft in own knowledge database.

... >>>

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Корисне розширення функціоналу Snoop'а

July 30, 2008 22:22 by rredcat
Будь-хто грається з WPF повинен був стикатись з такою чудовою тулзою для дабагання візуального вигляду рантайм як Snoop. Та на мою думку дечого їй не вистачало.
... >>>

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Полезные ссылки - Part 7

July 22, 2008 05:34 by alexk
C# avionic instrument controls By Chootair
http://www.codeproject.com/KB/miscctrl/Avionic_Instruments.aspx



Статья интересна "расжованной" тематикой поворота картинок, ну и конечно самими контролами.
... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Семінар для розробників 2008 (Львів)

May 12, 2008 12:41 by rredcat
Перегляд Події

Програма семінару та розклад:

14:00 – 15:00 -
SilverLight 2: нові можливості – Дмитро Іванов

15:00 – 16:00 - Огляд можливостей ASP.NET 3.5 – Андрій Василевський

16:00 – 16:30 - Перерва

16:30 – 17:30 - Використання Windows Live служб

17:30 – 18:00 - Нові напрями в сертифікації спеціалістів-розробників

Семінар проводиться безкоштовно, але реєстрація є обов'язковою.
З питаннями та пропозиціями звертатися до Дмитра Баценка (dmytro.batsenko@microsoft.com)

... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , ,
Categories: .NET
Actions: Permalink | Comments (4) | RSSRSS comment feed

Полезные ссылки - Part 6

May 7, 2008 14:49 by alexk

How to learn WPF fast?

This is a good question and I have easy answer on it. Read this articles and in several hours you will know sufficient to start writting simple applications on WPF...
  1. WPF: A Beginner's Guide - Part 1 of n
  2. WPF: A Beginner's Guide - Part 2 of n
  3. WPF: A Beginner's Guide - Part 3 of n
  4. WPF: A Beginner's Guide - Part 4 of n
  5. WPF: A Beginner's Guide - Part 5 of n
  6. WPF: A Beginner's Guide - Part 6 of n
Easy learning and Enjoy. Great thanks Sacha Barber the author of these great articles.
... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: .NET | General | Links | WinFx | WPF
Actions: Permalink | Comments (0) | RSSRSS comment feed

TCP ports forwarding, tunneling, proxies

April 27, 2008 08:32 by alexk
Hi Everyone,

Today I want to share a small piece of code that demonstrate TCP Sockets usage in .NET.

This is not very advanced example of sockets programming, but at the same time it show a lot of technics that you can use in programming, like:
- debugging of the windows services
- async sockets
- async operations and there synchronization
- events used for service controlling
- registry access
- advanced tracing/logs
- and etc.

Introduction

The idea was to write a simple TCP proxy class that will help us to forward ports (or better to say create a tunnel) from one source to destination.

In my case I want to use this functinality to open direct access to my computer in network shown below (ADSL modem connected by lan to the Vista computer; Vista publich AdHoc connection to the other computer Windows Xp. I setup service on Vista PC that helps me to open port directly for the Windows XP computer!!!):


In more simple way it's looks like this (configuration for testing):

... >>>

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Унаслідувані (Inherit) проперті

April 18, 2008 16:32 by RredCat

Працюючи з WPF, мене сильно цікавило застуосування унаслідуваних (Inherits) пропертей (особливо в світлі того наскільки "дорогі" біндінги (Binding)),

... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , ,
Categories: .NET | WinFx
Actions: Permalink | Comments (0) | RSSRSS comment feed