Popular Posts

Recent Posts

How to generate and save Connection string in Visual Studio

Figure 3. connectionStrings in web.config

Writing connection string manually is one of the worst things in software development. That’s why I always want them to be generated by any tool but not by me. Some times before I have found a way how to generate a connection string creating an .udl file in Windows (http://markimarta.com/c/how-easily-write-the-text-of-connection-string/). Now I’ve found a better […] Read more»

.Net & C#

Обновить поле с пустым значением в списке SharePoint из версий элемента

Вследствие не совсем корректной настройки многострочного текстового поля в списке портала на платформе SharePoint 2010 после редактирования элемента пропадал текст поля, а вместо текста появлялась ссылка на просмотр истории изменений. Read more»

SharePoint

Queries for a Sybase Administrator

While integration with Sybase server, I had to study some queries. When me and Sybase administrator couldn’t understand the reason of error, we have started to look for missed procedures or tables. So, when I had to use some queries to look for tables, view, stored procedures etc. Read more»

SQL and databases

Create web test in Visual studio 2013

Figure 3. Finishing web test recording

My post yesterday was about how to get to results of load test. Now I realized that I still hadn’t posted about how to create web test and load test in Visual Studio 2013. In Visual Studio 2013 Professional it’s rather easy to do – you don’t need to install add-ons or plugins, everything is […] Read more»

.Net & C#