Интересные статьи о программировании

Post date: чтв, 05/19/2011 - 17:40

В текущем проекте на MVC3 возникла необходимость (ну это и понятно, куда же без дат) использовать глобализацию в плане формата дат для разных культур. Дамы и господа, далее будет представлен опыт и поиски в области разрешения подобных вопрос, так как перед решением вопроса глобализации валидации в MVC3 сам потратил много времени на выяснения и написания работающего кода.

Post date: вт, 04/12/2011 - 23:48

В проектах компании Ciget Software я давно использую столь мощное средство, как PowerDesigner от компании Sybase. Последняя версия 15.3 очень порадовала хорошей функциональностью, более привлекательным интерфейсом та и пожалуй банальной стабильностью работы программы.

Post date: ср, 02/02/2011 - 01:29

In most part of my projects, I am using Sybase Power Designer for build and support model and scripts of a database. So, this is a useful tool that allows quickly and easy to do all necessary function with script. In my current project – Tasker, I needed to create installer to install Server side of this software. To do this I need to generate database script from the model to provide for the installer.

When I opened my project file with the model, then go to the physical model, then click on Database menu and generate database script …
Database Generation option window

Yes, we have finished first part of what we need. To add checking for exist database you need to click on menu Tools->Resources-> DBMS…

Post date: вс, 04/11/2010 - 23:43

Hello everybody.
Today i`ll tell you how to fix error: Request is not available in this context exception.

Few days ago, i deployed web application to the customer`s remote server and touched with the error: "Request is not available in this context exception". I can`t understand source of the problem. Because previous release was successful. It was really strange. Also i remember, that we have some problem with operation system installed on this machine. And our PM reinstall all environment from Windows Server 2003 to Windows Server 2008 with IIS7.

Post date: пн, 01/04/2010 - 19:10

We have really interesting situation - we go to a lot of trainings and seminars just for saving our time and as result - money. I am sure that you always will have several no finished tasks, if you look at your desktop applications and environment. Each of us has some small problems that interfere to do our job more quickly and efficiently.

One of these problems is needs to enter your TFS password every times when you open Visual Studio. Yep, it`s really small issue, that takes only 1-2 minutes every day. You open mail from support service or from your boss, look at that line, which describe your password and so on, copy password and put it to TFS login window. You do these things EVERY DAY!

Post date: птн, 10/30/2009 - 16:30
Hi to everyone.
 
Not long time ago I had a new project. If not to go into greater details, this project had to integrate into Visual Studio 2005 and 2008 for work as native windows (like Output, Search and so on). Another side of functionality was – my program worked with Web-Services, and user had an opportunity to change address for them.  So I had to save configuration setting to a file and allow user to change it. I decided that would be the best choice to include my form with settings into menu Tools->Options. As a result we had an installation package. After installing it, you plug-in integrates into Visual Studio and you can have all your functionality of app inside of IDE.
 
Post date: пн, 02/16/2009 - 00:51

Всем привет.

В очередной раз пишу статью об использовании некоторых, полезных вещах в реальной жизни программиста. Итак, сегодня речь пойдет об использовании технологии Microsoft Workflow Foundation и Microsoft InfoPath Form.

Задача: Написать несколько InfoPath форм (которые потом будут встроены в Sharepoint portal), с помощью которых пользователь будет иметь возможность провести заявку через цепочку ключевых этапов. Среди основных этапов в моем случае были: создание, отправка, подтверждение, отмена, возможность повторить подтверждения и так далее.

Средства: Итак, как мы видим из вышеуказанной задачи, будущее решение основывается на использовании технологии .NET Framework. Из ключевых технологий, которые будут применены, можно отметить Microsoft Workflow Foundation для реализации состояния заявки. Посредником между формой и Workflow будет выступать веб - сервис.