<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4451545693844416533</id><updated>2012-02-16T23:08:06.995+06:00</updated><category term='MongoDB'/><category term='C#'/><category term='timeliner'/><category term='MongoIgnore'/><category term='TDD'/><category term='таймлайнер'/><category term='planning'/><category term='EntityFramework'/><category term='Moq'/><category term='IE'/><category term='bson'/><category term='manage'/><category term='JS'/><category term='serialize'/><category term='$push'/><title type='text'>Mastering #Timeliner.</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-5196067520117623529</id><published>2012-02-09T10:55:00.001+06:00</published><updated>2012-02-09T10:55:44.865+06:00</updated><title type='text'></title><summary type='text'>
  
  </summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/5196067520117623529/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2012/02/blog-post.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/5196067520117623529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/5196067520117623529'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2012/02/blog-post.html' title=''/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-499413742985296196</id><published>2011-12-07T11:02:00.001+06:00</published><updated>2011-12-07T11:03:15.763+06:00</updated><title type='text'>Orchard is slow. I know Why</title><summary type='text'>Orchard becomes very slow because of ... Advanced Menu. Yea. I profiled it and had values of page response

with menu - 1.8 min
without menu - 0.003 min

Just try to remove it.</summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/499413742985296196/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2011/12/orchard-is-slow-i-know-why.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/499413742985296196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/499413742985296196'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2011/12/orchard-is-slow-i-know-why.html' title='Orchard is slow. I know Why'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-6505767213382976726</id><published>2011-02-05T00:38:00.001+05:00</published><updated>2011-02-05T00:57:52.081+05:00</updated><title type='text'>small validation helper for MVC3 unobtrusive validation</title><summary type='text'>// The problem: MVC 3 unobtrusive validation attach validation handlers only 
// when global validation script loaded. It use parse() method to find items to
// attach validation to. If some page content is loading after parse called, 
// then it is not parsed, as a result no validation work with it.
// Possible solution: call $.validator.unobtrusive.parse(selector) each time when add new content</summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/6505767213382976726/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2011/02/small-validation-helper-for-mvc3.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/6505767213382976726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/6505767213382976726'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2011/02/small-validation-helper-for-mvc3.html' title='small validation helper for MVC3 unobtrusive validation'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-8940461434115173001</id><published>2010-11-30T15:42:00.001+05:00</published><updated>2010-11-30T15:42:58.659+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='timeliner'/><category scheme='http://www.blogger.com/atom/ns#' term='таймлайнер'/><title type='text'>таймлайнер</title><summary type='text'>Справа вверху можно видеть кнопку "записаться". Это - виджет таймлайнера.
Я его поместил здесь для тестов.

не стесняйтесь нажимайте кликайте. Если найдете ошибку, я буду вам очень благодарен, если напишите о ней здесь.


There is button (white with red text) at the right top coner. It's timeliner widget. I'm testing it here. You can click and play also. If you find error, let me know, i will </summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/8940461434115173001/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2010/11/blog-post.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/8940461434115173001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/8940461434115173001'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2010/11/blog-post.html' title='таймлайнер'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-2563180994709979606</id><published>2010-08-23T11:25:00.000+06:00</published><updated>2010-08-23T11:25:29.751+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='JS'/><category scheme='http://www.blogger.com/atom/ns#' term='MongoDB'/><title type='text'>MongoDB. How to filter embedded array items of document.</title><summary type='text'>Let we have collection

&gt; db.A.find(); 

{ "_id" : ObjectId("4c70b753d87f000000006850"), "Name" : "Doc1", 
"Items" : [ 
        {                "x" : 1,                "y" : 1        }, 
        {                "x" : 1,                "y" : 2        }, 
        {                "x" : 3,                "y" : 3        }] } 
{ "_id" : ObjectId("4c70b888d87f000000006851"), "Name" : "Doc2", 
"Items"</summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/2563180994709979606/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2010/08/mongodb-how-to-filter-embedded-array.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/2563180994709979606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/2563180994709979606'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2010/08/mongodb-how-to-filter-embedded-array.html' title='MongoDB. How to filter embedded array items of document.'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-3137509267498269212</id><published>2010-08-20T13:18:00.002+06:00</published><updated>2010-08-23T11:16:55.873+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='serialize'/><category scheme='http://www.blogger.com/atom/ns#' term='MongoDB'/><category scheme='http://www.blogger.com/atom/ns#' term='bson'/><category scheme='http://www.blogger.com/atom/ns#' term='MongoIgnore'/><title type='text'>MongoDB. C#. How to serialize custom object.</title><summary type='text'>How to serialize custom object using BSONWriter.
It's need to take into account MongoIgnore attributes that can be set on properties.

So common Json.Net or DataContractJsonSerializer is unusable here.

I'm finding answer now...

In the driver of samus it's impossible now. v0.90.0.1</summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/3137509267498269212/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2010/08/mongodb-c-how-to-serialize-custom.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/3137509267498269212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/3137509267498269212'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2010/08/mongodb-c-how-to-serialize-custom.html' title='MongoDB. C#. How to serialize custom object.'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-2106739121210458500</id><published>2010-08-20T12:58:00.001+06:00</published><updated>2010-08-20T12:58:28.078+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='$push'/><category scheme='http://www.blogger.com/atom/ns#' term='MongoDB'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>mongoDB. C#. How to insert item into embedded array</title><summary type='text'>Let I have classes

class X 
{ 
   Y[] Items; 
   string user; 
} 

class Y 
{ 
   string A; 
   string B; 
}

I want to add new instance of Y into collection X.Items 

Other words, I want to run the following query (mongo shell syntax): 

db.X.update( { user:'tim' }, { $push : { Items : { A:'a', B:'b' } } ) ; 

Question: How to run it fom c# driver ? 
Answer:

Document f = new Document();
f["A"]</summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/2106739121210458500/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2010/08/mongodb-c-how-to-insert-item-into.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/2106739121210458500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/2106739121210458500'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2010/08/mongodb-c-how-to-insert-item-into.html' title='mongoDB. C#. How to insert item into embedded array'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-3044231285185602705</id><published>2010-04-19T10:20:00.003+06:00</published><updated>2010-04-19T14:32:11.050+06:00</updated><title type='text'>Win 2008 Server experience</title><summary type='text'>After 2 years of stable working, I have changed win2003Server to Win2008 server. And it crashed after 2 months.

So here just a small tips for reinstalling OS and environment.

1. How to disable beep
# net stop beep
# sc config beep start= disabled

2. Disabling annoying eventTracker on restart and etc. (tool that asking to enter reason "why we are going to reboot")
# gpedit.msc
Computer </summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/3044231285185602705/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2010/04/win-2008-server-experience.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/3044231285185602705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/3044231285185602705'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2010/04/win-2008-server-experience.html' title='Win 2008 Server experience'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-5338435307160412073</id><published>2009-09-17T00:33:00.003+06:00</published><updated>2009-09-17T00:39:45.526+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='TDD'/><category scheme='http://www.blogger.com/atom/ns#' term='Moq'/><title type='text'>Making Moq to understand LambdaExpressions as arguments for mocking functions</title><summary type='text'>Hi, All.

Moq is the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, type-safe and refactoring-friendly mocking library available.It's from official site of Moq -&gt; http://code.google.com/p/moq/

I have tried to use it in one my project, but faced </summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/5338435307160412073/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2009/09/making-moq-to-understand.html#comment-form' title='Комментарии: 1'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/5338435307160412073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/5338435307160412073'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2009/09/making-moq-to-understand.html' title='Making Moq to understand LambdaExpressions as arguments for mocking functions'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-4152031269583443530</id><published>2009-08-27T13:49:00.002+06:00</published><updated>2009-08-27T13:56:22.546+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EntityFramework'/><title type='text'>Navigation properties issue. Entity Framework.</title><summary type='text'>As you know entities in EF can have a navigation properties. Order-&gt;OrderDetails. It  can be created at CSDL code

example:


&lt;EntityType Name="User"&gt;
  &lt;Key&gt;
    &lt;PropertyRef Name="pkUser" /&gt;
  &lt;/Key&gt;
  &lt;Property Name="FirstName" Type="String" Nullable="false" MaxLength="50" Unicode="false" FixedLength="false" /&gt;
  &lt;Property Name="LastName" Type="String" Nullable="false" MaxLength="50" Unicode="</summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/4152031269583443530/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2009/08/navigation-properties-issue-entity.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/4152031269583443530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/4152031269583443530'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2009/08/navigation-properties-issue-entity.html' title='Navigation properties issue. Entity Framework.'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-8965478221801372176</id><published>2009-08-27T02:09:00.002+06:00</published><updated>2009-08-28T01:44:20.239+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='manage'/><category scheme='http://www.blogger.com/atom/ns#' term='planning'/><title type='text'>Planning Pocker</title><summary type='text'>Впервые о  Planning Pocker я узнал на встрече .Net User Group, на которой Лев Плинер, продукт-менеджер компании СКБ-Контур, рассказывал об их новом продукте.

Цель игры - получить правильное представление о сроке выполнения поставленных задач (тасков).

В игре участвуют все кто входит в команду разработчиков. У каждого на руках есть набор карт достоинством от 1 до 8. Ведущий объявляет таск. </summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/8965478221801372176/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2009/08/planning-pocker.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/8965478221801372176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/8965478221801372176'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2009/08/planning-pocker.html' title='Planning Pocker'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-7460633459934767605</id><published>2009-08-27T00:52:00.001+06:00</published><updated>2009-08-27T02:16:08.535+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='IE'/><title type='text'>хитрые стили</title><summary type='text'>Заметил интересную особенность: почему то Developper tools в IE8 отказываются трейсить CSS на странице этого блога - bug0r.blogspot.com.

Интересно почему?</summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/7460633459934767605/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2009/08/blog-post.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/7460633459934767605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/7460633459934767605'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2009/08/blog-post.html' title='хитрые стили'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4451545693844416533.post-4006158279164663809</id><published>2009-08-27T00:11:00.002+06:00</published><updated>2009-08-27T00:45:22.385+06:00</updated><title type='text'>Здрасьте.</title><summary type='text'>Тут я буду писать исключительно о программировании.
Язык будет варьироваться от русского к английскому и обратно.

Текущий мой инструмент - это  платформа .NET, поэтому большинство постов будет на эту тему: C#, Visual Studio, IIS, ASP.NET, WCF, WPF, Silverlight.
А также смежные темы: тестирование, проектирование,взаимодействия внутри команды и т.п.

Всем кому интересно - милости прошу.

Справа </summary><link rel='replies' type='application/atom+xml' href='http://bug0r.blogspot.com/feeds/4006158279164663809/comments/default' title='Комментарии к сообщению'/><link rel='replies' type='text/html' href='http://bug0r.blogspot.com/2009/08/test-message.html#comment-form' title='Комментарии: 0'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/4006158279164663809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4451545693844416533/posts/default/4006158279164663809'/><link rel='alternate' type='text/html' href='http://bug0r.blogspot.com/2009/08/test-message.html' title='Здрасьте.'/><author><name>bug0r</name><uri>http://www.blogger.com/profile/13233984504612997454</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://1.bp.blogspot.com/_v9yA1PK6PUw/SpWYMVmYHbI/AAAAAAAAAAY/qbfoW5DR7V8/S220/me_blog.jpg'/></author><thr:total>0</thr:total></entry></feed>
