VassistX→Options→Projects→File Handling→Extensions to ignore:
.ctc;.config;.cs;.config;.xml;
Monday, December 24, 2012
How to prevent collision of Visual Assist and ReSharper in Visual Studio
Monday, March 01, 2010
blog ping list
Long blog ping list - compiled from few sources:
| http://1470.net/api/ping |
| http://api.feedster.com/ping |
| http://api.moreover.com/ping |
| http://api.moreover.com/RPC2 |
| http://api.my.yahoo.com/RPC2 |
| http://api.my.yahoo.com/rss/ping |
| http://bblog.com/ping.php |
| http://bitacoras.net/ping |
| http://blog.goo.ne.jp/XMLRPC |
| http://blogdb.jp/xmlrpc |
| http://blogmatcher.com/u.php |
| http://blogsearch.google.com/ping/RPC2 |
| http://bulkfeeds.net/rpc |
| http://coreblog.org/ping/ |
| http://mod-pubsub.org/kn_apps/blogchatt |
| http://ping.amagle.com/ |
| http://ping.bitacoras.com |
| http://ping.blo.gs/ |
| http://ping.bloggers.jp/rpc/ |
| http://ping.blogmura.jp/rpc/ |
| http://ping.cocolog-nifty.com/xmlrpc |
| http://ping.exblog.jp/xmlrpc |
| http://ping.feedburner.com |
| http://ping.myblog.jp |
| http://ping.rootblog.com/rpc.php |
| http://ping.syndic8.com/xmlrpc.php |
| http://ping.weblogalot.com/rpc.php |
| http://ping.weblogs.se/ |
| http://pingoat.com/goat/RPC2 |
| http://rcs.datashed.net/RPC2/ |
| http://rpc.blogbuzzmachine.com/RPC2 |
| http://rpc.blogrolling.com/pinger/ |
| http://rpc.icerocket.com:10080/ |
| http://rpc.newsgator.com/ |
| http://rpc.pingomatic.com |
| http://rpc.pingomatic.com/ |
| http://rpc.technorati.com/rpc/ping |
| http://rpc.weblogs.com/RPC2 |
| http://topicexchange.com/RPC2 |
| http://trackback.bakeinu.jp/bakeping.php |
| http://www.a2b.cc/setloc/bp.a2b |
| http://www.bitacoles.net/ping.php |
| http://www.blogdigger.com/RPC2 |
| http://www.blogoole.com/ping/ |
| http://www.blogoon.net/ping/ |
| http://www.blogpeople.net/servlet/weblogUpdates |
| http://www.blogroots.com/tb_populi.blog?id=1 |
| http://www.blogshares.com/rpc.php |
| http://www.blogsnow.com/ping |
| http://www.blogstreet.com/xrbin/xmlrpc.cgi |
| http://www.lasermemory.com/lsrpc/ |
| http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php |
| http://www.mod-pubsub.org/ping.php |
| http://www.newsisfree.com/RPCCloud |
| http://www.newsisfree.com/xmlrpctest.php |
| http://www.popdex.com/addsite.php |
| http://www.snipsnap.org/RPC2 |
| http://www.weblogues.com/RPC/ |
| http://xmlrpc.blogg.de |
| http://xmlrpc.blogg.de/ |
| http://xping.pubsub.com/ping/ |
::boost for C# - Umbrella
Nice project: http://umbrella.codeplex.com/. Provides many components similar to the ::boost basics (like bind()...) - for C#.
Thursday, February 11, 2010
Monday, November 09, 2009
How to activate Fusion logs
Fusion.reg file:
| Windows Registry Editor Version 5.00 |
Sunday, July 26, 2009
How to: Update Windows driver from command line
devcon status "PCI\VEN_8086&DEV_24D5&SUBSYS_80F31043&REV_02" Please note that you should include driver ID in "quotation marks" and use part of string up to REV_02 (revision part).
Use driver ID from line in the end of that section, but only up to and including" "Revision" part, e.g. PCI\VEN_8086&DEV_24D5&SUBSYS_80F31043&REV_02\3&267A616A&0&EA devcon update "c:\windows\inf\oem0.inf" "PCI\VEN_8086&DEV_24D5&SUBSYS_80F31043&REV_02" |
Thursday, June 25, 2009
Use Beyond Compare with Team Foundation Server in VS 2008/VS2005
VS2008 → Tools → Source Control → Visual Studio Foundation Service → Configure User Tools:
|
Tuesday, June 16, 2009
Productivity tools suite
| This post would be periodically updated and contain list of best tools for personal use. (Updated: 23/12/2009) Blogging w.bloggar - free blog editor; integrates with most of blogging platforms. Windows Live Writer – same… slim UI. Productivity
Security
Sound, Music, Video, Images
System
System Tools
|
Monday, June 01, 2009
Comprehensive list of Debugger Visualizers for Visual Studio
Sunday, April 26, 2009
Manually scheduling Check Disk upon next computer restart
Set following value in BootExecute key of [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager] registry entry: autocheck autochk /r \??\C:autocheck autochk /r \??\D:autocheck autochk * |
Monday, January 12, 2009
Top N Firefox Addons/Extension
Updated: 23/7/2009 So here is just the list of FireFox addons that I found to be useful for myself and use on everyday basis. Here it goes:
|
Thursday, August 28, 2008
Enable XSS Detect in VS 2008
| XSS Detect is a code-analysis tool proposed, as suggested by its name, for reveal of XSS vulnerabilities in web-applications. It's developed by MS ACE Team and could be downloaded here: XSS Detect The problem is that out of the box it works in VS 2005 only. Here is how to enable it in Visual Studio 2008:
|
Sunday, August 24, 2008
Monday, August 04, 2008
Viewing log4net files in notepad++
If you're a frequent user of notepad++ and log4net - here is a nice trick I've discovered, that brings a synergism between two. As you know - notepad++ has an option to highlight syntax for subset of supported languages. It is either applied automatically, based on the file extension or could be chosen manually from the Language menu. |
Thursday, August 09, 2007
Consolas - ClearType font optimized for programming environment
Few patches you may need to use for this lab:
|
Wednesday, March 07, 2007
How to use w.bloggar after switching to Google Account on blogspot.com
Sunday, February 26, 2006
10 must-have Visual Studio add-ins
An interesting article, published in the last issue of MSDN Magazine - Visual Studio Add-Ins Every Developer Should Download Now. The article lists some very useful VS add-in tools. For me - few were new, so some could be new for you too! |
