by Dmitry [dimaka] Pavlov
25. August 2011 03:14
В мае я писал об иногда очень удобной утилите для удаления всех версий .NET Framework. Сегодня по каким-то неизвестным причинам (видимо замучал я IDE совсем и настало время ее реинкарнировать) перестал работать пакет TFS в моей Visual Studio 2010 Ultimate. И я хочу поделиться ссылками на утилиту для...
[More]
by Dmitry [dimaka] Pavlov
23. May 2011 06:43
Вступление Для разработчиков расширений для Visual Studio (VSX - Visual Studio Extensibility) часто бывает важно выпустить расширение не только для последней версии среды разработки (в настоящее время – это Visual Studio 2010), но и обеспечить совместимость с предыдущими версиями для тех поль...
[More]
by Dmitry [dimaka] Pavlov
11. April 2011 00:28
Вы наверное замечали, что когда Вы сохраняете документы Word или Excel в виде HTML, то в них очень много всяких стилей, которые отвечают за внешний вид текста, таблиц и т.п. Например, вот так выглядит предыдущий абзац в HTML: <p style='line-height:12.75pt;background:white'><span lang=RU ...
[More]
by Dmitry [dimaka] Pavlov
12. October 2010 17:22
Problem: I have faced with the problem yesterday. In the ASP.NET project I participate we use Microsoft SQL Server Reporting Services to display reports to the application user. We use ReportViewer control placed on the ASP.NET page. Our ASP.NET application and Reporting Services are hosted on 2 co...
[More]
by Dmitry [dimaka] Pavlov
21. July 2010 03:12
Описание задачи
Я работаю над проектом, часть которого заключается в обеспечении взаимодействия между ГИС (ГеоИнформационная Система) приложением ArcView 3.2 и .NET приложением (WinForms, C#). Необходимо иметь возможность получать сведения о состоянии проекта ArcView (например, «ловить»...
[More]
by Dmitry [dimaka] Pavlov
6. July 2010 02:38
I have a task to manage the old ESRI ArcView version - ArcView GIS 3.2 from .NET application. ArcView supports the only way to interoperate with external world via Dynamic Data Exchange (DDE) protocol. Which allows to programmatically run the Avenue scripts stored inside ArcView project ([PDF] Progr...
[More]
by Dmitry [dimaka] Pavlov
1. July 2010 18:03
Read a new Feng Chen’s blog post about issues related to WPF Binding support in DSL tools 2010 and how to work around them:
http://fengchen.wordpress.com.cn/2010/07/01/several-issues-about-wpf-binding-support-in-dsl-tools-2010-and-a-workaround/
Have a nice Visual Studio eXtending!
by Dmitry [dimaka] Pavlov
28. May 2010 23:12
В предыдущем посте “Программируем MapServer: первое приложение” я описал демо приложение, программно взаимодействующее с MapServer на .NET (C#). На втором этапе я реализовал редактирование атрибутивной таблицы с перерисовкой изменений на карте. Это мне понадобилось для редактирования лег...
[More]
by Dmitry [dimaka] Pavlov
17. April 2010 06:36
I have found very clear and simple example of the Using Page Methods in ASP.NET AJAX written by Timothy Khouri. It demonstrated how to call server side methods in ASP.NET from javascript.
by Dmitry [dimaka] Pavlov
9. April 2010 02:31
These posts might be helpful to start:
Code Generation in Visual Studio 2005
And some VSX Forum treads as well:
custom tool registration
Custom Tool in VS2005
How to create a new Code Generator in VS 2005?
How to *always* associate a custom tool with a specific file extension?