Sign In
Bertan's Blog
Developer @ Developer Solutions
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Community
IDE Power Toys
MSBee
Popfly
Power Toys
ResourceRefactoring
Tips
VisualStudio
VSCmdShell
VSIP
Archive
Archives
May 2008
(1)
January 2008
(1)
October 2007
(1)
June 2007
(1)
May 2007
(1)
March 2007
(1)
February 2007
(1)
December 2006
(2)
November 2006
(3)
September 2006
(2)
July 2006
(2)
June 2006
(4)
MSDN Blogs
>
Bertan's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Bertan's Blog
Popfly Game Creator Alpha goes live!
Posted
over 4 years ago
by
bertaygu
5
Comments
My new team just released a new feature of Popfly website called Popfly Game Creator. In summary it is a website where you can easily create casual games most of the time without writing any code. You can then share those games with your friends. There...
Bertan's Blog
You can now submit bugs through MSDN Forums for Visual Basic team
Posted
over 4 years ago
by
bertaygu
1
Comments
For the last couple months, I was working on a feature to enable bug reporting on MSDN Forums. Last week we have started a pilot program with Visual Basic team and enabled bug reporting on several Visual Basic forums. Bug reporting procedure is very simple...
Bertan's Blog
VSIP: Adding a command filter to any text editor
Posted
over 5 years ago
by
bertaygu
0
Comments
I have been trying to add a command filter to all text editors in Visual Studio for a project, since I had to collect information from several number of sources I wanted to collect them in one place in the hope that somebody else might find it useful...
Bertan's Blog
Unit testing legacy code and reflection
Posted
over 5 years ago
by
bertaygu
0
Comments
I was recently in a training about test driven development and in an exercise about testing legacy code, a very nice idea came up to inject mock objects to legacy code. The usual problem is that if a legacy code is not written taking testability in to...
Bertan's Blog
VSCmdShell 1.2 released
Posted
over 5 years ago
by
bertaygu
0
Comments
I have updated VSCmdShell homepage today to include latest release. This release is our first release where all contributions are from VSCmdShell community, you can check all the included fixes at Codeplex but here is a quick summary of them: PowerShell...
Bertan's Blog
ResEx: an editor for translating resource files
Posted
over 5 years ago
by
bertaygu
1
Comments
Jeremy found a good companion to Resource Refactoring tool to make working with localized resource files much easier. Once you created resource files using Resource Refactoring Tool, you can use ResEx to translate resource files in to different cultures...
Bertan's Blog
Resource Refactoring Tool 1.0 Release
Posted
over 5 years ago
by
bertaygu
1
Comments
We just released Resource Refactoring Tool 1.0 to CodePlex, you can download the release from project releases page. A summary of new and updated features in this release is below, you can see the full list of fixed issues in the release page. Added...
Bertan's Blog
Debugging Visual Studio Add-Ins
Posted
over 6 years ago
by
bertaygu
1
Comments
Although developing Visual Studio Add-Ins has become much easier with Visual Studio 2005, debugging the add-in you are developing can still be difficult. This is because your add-in is loaded each time you open Visual Studio so in order to be able to...
Bertan's Blog
Resource Refactoring Tool Beta Release
Posted
over 6 years ago
by
bertaygu
1
Comments
We have finished working on the beta version of Resource Refactoring and just posted it to Codeplex . Also with this release Resource Refactoring Tool became a shared source project under MS-PL, so we have published the source code as well. If you want...
Bertan's Blog
Bookmark manager tool for Visual Studio
Posted
over 6 years ago
by
bertaygu
1
Comments
One of the ideas submitted to our team for possible power toys was to implement a document bookmark manager where users can group bookmarks by groups and access them with keyboard shortcuts. While browsing the web a while ago to find out if a similar...
Bertan's Blog
Assigning shortcut keys to add-in commands in Visual Studio
Posted
over 6 years ago
by
bertaygu
1
Comments
If you are using a Visual Studio add-in you love but you wanted to have shortcuts for its menu entries, you are not completely out of luck. Using Visual Studio options, you can add shortcut keys to any Visual Studio command including the ones created...
Bertan's Blog
Resource Refactoring Tool Alpha is released
Posted
over 6 years ago
by
bertaygu
5
Comments
We have just released alpha version of Resource Refactoring Tool for Visual Studio, you can download it from: http://go.microsoft.com/fwlink/?LinkID=77544 . In one line, it provides an easy way to extract hard coded strings from code files to embedded...
Bertan's Blog
VSCmdShell 1.1 Released
Posted
over 6 years ago
by
bertaygu
0
Comments
Yesterday, we have released a new version of VSCmdShell. This new release includes several fixes as well as some new features suggested by the community. A summary of changes are: Better auto filename completion support Tool window position should...
Bertan's Blog
Building MSBee on Vista
Posted
over 6 years ago
by
bertaygu
0
Comments
Last week Joe noticed that if you want to build MSBee in Windows Vista, you have to run Visual Studio or MSBuild process under administrator priveleges. This is due to fact that build process tries to install the MSI package once it is created and as...
Bertan's Blog
Resource Refactoring tool
Posted
over 6 years ago
by
bertaygu
4
Comments
Now that VSCmdShell is released, I started working on a refactoring power toy to help with converting strings in to resource files as it has to be performed manually now. It is primary feature will be to place selected string in to a resource file and...
Bertan's Blog
VSCmdShell Power Toy is released
Posted
over 6 years ago
by
bertaygu
1
Comments
We just released VSCmdShell Power Toy for Visual Studio 2005 which enables you to integrate a shell window into Visual Studio IDE. You can find more information about the power toy and download it at its CodePlex project page. Some of its key features...
Bertan's Blog
Issues with installing MSBee as a non administrator user
Posted
over 6 years ago
by
bertaygu
3
Comments
MSBee requires administrative rights to be installed and same thing is true for .Net Framework 1.1 SDK as well. If you are running your Windows under a non adminstrator user, you can use MakeMeAdmin script to install both MSBee and SDK. However as...
Bertan's Blog
MSBee on Microsoft Downloads
Posted
over 6 years ago
by
bertaygu
0
Comments
Last week we posted signed binary release of MSBee in to Microsoft Downloads, you can download it from http://www.microsoft.com/downloads/details.aspx?FamilyID=e0d0776f-25c4-444a-a6b9-71d06826f5b4&displaylang=en . We are providing this release...
Bertan's Blog
MSBee RCRFX1_1 configuration file fix
Posted
over 6 years ago
by
bertaygu
0
Comments
On May, Jamie pointed out on CodePlex that application config file for RCRFX1_1.exe in MSBee was incorrectly named. It was named as RCRFX1_1.config but the correct naming should have been RCRFX1_1.exe.config for it to be actually processed by .Net framework...
Bertan's Blog
Greetings
Posted
over 6 years ago
by
bertaygu
0
Comments
Hi, I am Bertan. I work as a developer in Developer Division Customer Product Lifecycle Experience team at Microsoft and I just started working on after market solutions. My team is focused on helping customers use our development products by developing...
Page 1 of 1 (20 items)