Zalmoxis Blog Rotating Header Image

Posts Tagged ‘software development’

Backing Up From Remote SQL Server to Local Drive

I have recently been challenged with the following issue:
1.I wanted to have a backup of one of our clients SQL Server database.

SqlBulkCopy – Fast Way For Importing CSV Files to SQL Server

If you need to import large CSV files in SQL Server and you want to avoid using Integration Services you can use SqlBulkCopy from .Net based application.

How To Make Transparent Image With Paint.Net

Sometimes a developer will need to make a transparent GIF or PNG, such as for a web page. This should be trivial – you essentially want to say "make every pixel that is color X be transparent", but most standard development tools (VS, Paint, etc…) don’t let you do this. While there are lots of [...]

The ASP.NET Page Lifecycle In One Picture

Figure 1 The ASP.NET Page Lifecycle

.NET Framework Client Profile – First Touch

I wanted to experiment for a while with .Net Framework Client Profile. So I created windows forms application to test which namespaces are included in this "client" version of the framework. I added reference all System.* assemblies. And what is the result:

Resolving ClickOnce Issues with FireFox and Opera

The project I am working on for the last two years is windows smart client application which is deployed using ClickOnce. But ClickOnce has issues with all other browsers except Internet Explorer. I have decided to post what are the most common ways to resolve this issues in FireFox and Opera unfortunately I was not [...]

SQL Server 2008 RTM Available For MSDN Subscribers

Yesterday I have received and email that SQL Server 2008 will be available on 21st of August

Top Risks In Software Development Project Management

Мислех тук да преведа някои неща относно управлението на риска в софтуерните проекти и по-точно да опиша най-често срещаните рискове. След проучването и при опита да превеждам думи като schedule и estimation реших, че е по добре просто да оставя списъка на английски. Списъка го направих за мое собствено ползване, но ще се радвам ако [...]

Малко размисли за Управлението на Проекти и Project Manager-a

Бях доста добре провокиран от един пост, който четох днес в блога на Калинчу. А именно QA като PM. И понеже доста го коментирахме реших тук да понапиша някои основни неша, които съм запомнил от дебелата книга на PMI PMBOK. Смятам, че това наистина е основополагаща система от знания, която всеки интересуващ се от управлението [...]

Тенденции в софтуерното инженерство – Да използваме нещо готово или да си го напишем сами?

Първо искам да уточним разликата между програмист и софтуерен инженер. За програмиста или специалиста по компютърни науки са важни съвсем различни неща от разработчика на софтуер.  За хората занимаващи се с разработването на софтуер най-важното е коя част от тяхната работа носи бизнес стойност за техните спонсори (работодатели). Затова един от основните въпроси е дали [...]