Sign In
Sergei Meleshchuk - blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
authentication
authorization
Azure
Azure storage
C#
C#. .NET
client library
Create VM
ETW
Hyper-V
logging
management
mount ISO
programmatic
REST
REST API
trace listener
tracing
VM
WMI
WPF TreeView TreeViewItem icon header
Archive
Archives
June 2011
(1)
April 2009
(1)
December 2008
(4)
June 2008
(2)
March 2008
(1)
MSDN Blogs
>
Sergei Meleshchuk - blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sergei Meleshchuk - blog
Amazing C++
Posted
7 months ago
by
Sergei Meleshchuk
0
Comments
Somewhat subconsciously, in a hurry, I wrote the below statement char command[MAX_QUERY_SIZE] = "select top 300 " "log.InsertsType, log.Inserts, log.Id, log.ProcessId, " "log.ThreadId...
Sergei Meleshchuk - blog
Unzip file via java.util.zip package from .NET code
Posted
over 3 years ago
by
Sergei Meleshchuk
2
Comments
Unzip file via java.util.zip package from .NET code This week I had to modify a legacy java application that does quite a bit of unpacking of various zip files. Actually the file extensions are .EAR, .WAR, .JAR; those are all zip files. The target...
Sergei Meleshchuk - blog
Azure storage viewer
Posted
over 4 years ago
by
Sergei Meleshchuk
5
Comments
Azure storage viewer (see http://blogs.msdn.com/sergeim for updates) Contents Introduction . 1 System requirements . 1 Sample screenshots: 1 Installation . 3 Step 1. Install and start the Viewer. 3 Step 2. Modify configuration file...
Sergei Meleshchuk - blog
Accessing Azure storage with Raw REST API
Posted
over 4 years ago
by
Sergei Meleshchuk
2
Comments
Accessing Azure storage with Raw REST API Sergei Meleshchuk - blog Contents Introduction . 1 Example . 2 Client code: read a message from a queue . 2 Missing parts . 3 QueueBase . 3 ServiceEndpoint . 3 BuildSignature . 3 ...
Sergei Meleshchuk - blog
How to do ETW logging from .NET application
Posted
over 4 years ago
by
Sergei Meleshchuk
1
Comments
How to do ETW logging from .NET application Sergei Meleshchuk - blog Contents Introduction . 1 Sessions and providers . 1 Sample tracing application . 1 Starting tracing session . 2 Stopping and decoding tracing session . 3 ...
Sergei Meleshchuk - blog
Request authorization in Azure SDK
Posted
over 4 years ago
by
Sergei Meleshchuk
2
Comments
Request authorization in Azure SDK Sergei Meleshchuk - blog Introduction Azure storage requires all client REST requests be “signed”. The storage server validates the signature. The server will reject the request if it is not properly signed...
Sergei Meleshchuk - blog
Prepare VM: Add ISO Programmatically . Hyper-V, C# version
Posted
over 4 years ago
by
Sergei Meleshchuk
2
Comments
Prepare VM: Programmatically Add ISO. Hyper-V, C# version [Sergei Meleshchuk. http://blogs.msdn.com/sergeim/] Imagine I want prepare VM fully automatically (programmatically, via code). Say I need a fully functional VM. That is, OS and applications...
Sergei Meleshchuk - blog
Prepare VM: Create VM programmatically, Hyper-V API, C# version
Posted
over 4 years ago
by
Sergei Meleshchuk
2
Comments
Create VM (Hyper-V) via code - .NET version Create VM programmatically [Sergei Meleshchuk. http://blogs.msdn.com/sergeim/] From code, you can create many VMs per second. Those will be “bare-metal” VMs of course – you still will need to load image...
Sergei Meleshchuk - blog
How to implement WPF TreeView with icons
Posted
over 4 years ago
by
Sergei Meleshchuk
3
Comments
[Sergei Meleshchuk. http://blogs.msdn.com/sergeim/] The trick is to use StackPanel (example below). The StackPanel contains image and text. One of many ways to implement this is: - Create folder with icons and deploy the folder to the same directory...
Page 1 of 1 (9 items)