vitaly

Stories kicked by vitaly

Unofficial google shell... awsome(goosh.org)

submitted by verbalKintverbalKint(585) 3 years, 11 months ago

Web base command shell for google. What else can I say?... read more...

4 comments |category: |Views: 928

tags: another

OOXML: Why all the haters?(frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 4 years, 1 month ago

Apparently Microsoft's OOXML formats recently received ISO certification. . . . read more...

8 comments |category: |Views: 2

tags: another

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

submitted by vitalyvitaly(740) 4 years, 2 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

Visualizing the .NET Framework(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 2 months ago

This was done using NDepend. The numbers are quite large — e.g. 39,509 types. read more...

add a comment |category: |Views: 5

tags: another

A Question of Programming Ethics(codinghorror.com)

submitted by jdelatorjdelator(500) 4 years, 2 months ago

I generally try to give people the benefit of the doubt, but it's difficult to imagine any scenario where this isn't a completely malicious violation of people's trust. read more...

5 comments |category: |Views: 7

tags: another

Silverlight 2.0 (beta 1) Controls Screenshot(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 4 years, 3 months ago

SilverlightShow has a nice post up detailing the controls that will be available in the Silverlight 2.0 beta 1 release. The news was originally posted on Shawn Burke's blog, but it appears that the he was forced to take down the screen shot. Thanks to SilverlightShow that graphic is still visible and is also now posted on my blog. Exciting stuff! read more...

1 comment |category: |Views: 7

tags: another

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

submitted by vitalyvitaly(740) 4 years, 3 months 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

Hundreds of design patterns, antipatterns and refactorings listed(sourcemaking.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

Good source of common patterns (GoF etc), antipatterns and refactoring types. The examples are good and clear, but the code samples are only in Java/C++. However, the articles and samples are platform neutral enough to be useful even for .NET-purists like us ;) read more...

1 comment |category: |Views: 19

tags: another

Quake 3 Arena Ported to .NET Managed C++ VS 2008!(gregs-blog.com)

submitted by gregdolleygregdolley(300) 4 years, 4 months ago

Quake III Arena has been ported to Managed C++ .NET under Visual Studio 2008. Check out article for source code download. read more...

add a comment |category: |Views: 38

tags: another

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

submitted by vitalyvitaly(740) 4 years, 4 months 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

.NET Framework Library Source Code now available(weblogs.asp.net)

submitted by dalzieldalziel(6230) 4 years, 4 months ago

Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio read more...

1 comment |category: |Views: 90

tags: another

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

submitted by vitalyvitaly(740) 4 years, 4 months 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: 53

tags: another

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

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

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

add a comment |category: |Views: 230

tags: another

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

submitted by vitalyvitaly(740) 4 years, 4 months 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

Silverlight video player extension for Blogengine.NET(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 4 months ago

A Silverlight video player extension for Blogengine.NET with 14 different skins. read more...

add a comment |category: |Views: 189

tags: another

ASP.NET MVC and Accessing Server Controls in CodeBehind (codebetter.com)

submitted by k000derk000der(4765) 4 years, 4 months ago

... and this is done with the help of designer file read more...

1 comment |category: |Views: 34

tags: another