vitaly

Stories submitted by vitaly

.NET Framework Programming Model for Add-Ins(vitalygorn.com)

submitted by vitalyvitaly(740) 3 years, 10 months ago

It seems that there is still lot to learn about .NET Framework. I've found today (thanks to Daniel Moth) that is one more interesting feature was added in .NET Framework - Programming Model for Add-Ins. Basically, it allows you to build application that can be extended by add-ins. read more...

add a comment |category: |Views: 7

tags: another

Microsoft released Windows Server 2008 for manufacturing(microsoft.com)

submitted by vitalyvitaly(740) 4 years ago

Just in case you didn't notice, Microsoft released Windows Server 2008 for manufacturing.Here is good review document: http://technet.microsoft.com/en-us/windowsserver/2008/bb414776.aspx read more...

add a comment |category: |Views: 2

tags: another

How to make incremental DB update script in VS2008(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years ago

One of the most tedious tasks in database-driven software development is to make database change scripts. In the latest release of Visual Studio there is new type of database projects that helps maintaining your database scripts significantly. From the first sight it seems that VS can generate only create scripts, which it places in /sql folder by default. Hopefully, it also can generate change script, although this feature not so easy to discover read more...

add a comment |category: |Views: 7

tags: another

Handling Database easily with Visual Studio 2008(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 1 month ago

Visual Studio 2008 Team System contains new type of Database Projects that have many extremely useful features. Design-type validation, unit tests, refactoring and even more. You will find overview of these new functions in this post. read more...

add a comment |category: |Views: 50

tags: another

Microsoft Sync Framework Support in Visual Studio 2008(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 1 month ago

How to add synchronization framework to your app in several mouse clicks in Visual Studio 2008. read more...

add a comment |category: |Views: 228

tags: another

Extension Methods - Extension or Confusion?(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 1 month ago

Analysis of Extension Methods feature of C# 3.0. Providing ideas of possible use and guidelines to follow to avoid issues. read more...

add a comment |category: |Views: 3

tags: another

TFS 2008 Power Tools Released(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 1 month ago

What is TFS Power Tools and why every TFS user should have it? read more...

add a comment |category: |Views: 5

tags: another

The Open-Closed Principle and a SWITCH Statement(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 2 months ago

Short overview/reminder of what OCP is and some thoughts on how to easier find its violations. read more...

add a comment |category: |Views: 9

tags: another

CAPTCHA has been broken(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 2 months ago

Is CAPTCHA a secure solution for everyone? Not exactly... read more...

4 comments |category: |Views: 3

tags: another

Visual Studio 2008 RTM available for download(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 2 months ago

MSDN subscribers can now download final RTM version of Visual Studio 2008. read more...

25 comments |category: |Views: 293

tags: another

TFS to TFS Migration tool(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 2 months ago

If have two instances of Team Foundation Server and wanted to move projects between them, now you can do that with new tool from Microsoft. read more...

add a comment |category: |Views: 28

tags: another

Aren’t new technologies come too fast?(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 2 months ago

Software developers have to intensively learn new technologies, programming languages and tools. And that is not a problem; the problem is that they have to learn too much to be able to effectively use what they have learned before. So, it becomes learning for learning, not learning for coding, as it should be. read more...

3 comments |category: |Views: 2

tags: another

New code protection and licensing solution from Microsoft(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 2 months ago

Microsoft recently shipped several products that form a new software family called SLP Services. It’s aimed to help software vendors tighten security of their code and ease development of licensing infrastructure (effectively allowing to skip that step). New solution based on several new concepts – “SKU Agility”, “Code Transformation”, SVM (Secure Virtual Machine) and SVML (Secure Virtual Machine Language). read more...

add a comment |category: |Views: 4

tags: another

Do NOT upgrade to Vista(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 3 months ago

Thoughts on why you should wait SP1 at least... read more...

add a comment |category: |Views: 0

tags: another

Code Metrics in Visual Studio 2008(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 3 months ago

Review of Code Metrics feature of Visual Studio 2008 read more...

add a comment |category: |Views: 171

tags: another

Microsoft Search Server 2008 unveiled(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 3 months ago

Microsoft were recently announced their new product Search Server 2008. It comes in two versions, Search Server 2008 and Search Server 2008 Express read more...

add a comment |category: |Views: 1

tags: another