DotNetShoutout - Stories tagged with Tips & Tricks
3
Shouts

Browse internet faster and save power using a smart HOSTS file

published 509 days, 18 hours, 43 minutes ago posted by oazabiroazabir 514 days, 1 hour, 7 minutes ago
Monday, January 02, 2012 7:37:30 PM GMT Thursday, December 29, 2011 1:12:45 PM GMT
If you can browse without having any flash ads or in fact any ads loaded and without any of the tracking scripts – you can browse much faster, scroll through pages much smoother and have more hours from your battery. Learn how to block unnecessary files using a smart HOSTS file. (more)
category: Web Dev | clicked: 31 | 1 comment | | source: omaralzabir.com
tags: Tips & Tricks, Performance, Windows
4
Shouts

31 Tips for the month on Threading, WPF, MEF, ASP.NET

posted by abhi2434abhi2434 632 days, 5 hours, 13 minutes ago
Friday, September 02, 2011 9:07:16 AM GMT
Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet which anyone use in daily development work and targeted anything related with .NET.   This month we have wide range of tips including Threading, MEF, WPF and MVC. In this post I am quickly listing down all the tips which are published over the month August 2011. And the most important point to mention, among those 31 tips that has been posted... (more)
category: Architecture | clicked: 12 | comment | | source: www.abhisheksur.com
tags: Tips & Tricks, Managed Extensibility Framework, C#
2
Shouts

Generic Way to Bind Enum With Different ASP.NET List Controls « Abhijit's World of .NET

published 782 days, 18 hours, 34 minutes ago posted by abhijitjanaabhijitjana 783 days, 19 hours, 7 minutes ago
Monday, April 04, 2011 7:46:31 PM GMT Sunday, April 03, 2011 7:13:19 PM GMT
In this post I am going to explain how we can bind a Enum with ASP.NET List Controls. These comprise of four different types of control, CheckBoxList, DropDownList, ListBox and RadioButtonList. This is one of the common requirements during development to bind a Enum with List Control and c... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: abhijitjana.net
tags: enum, Tips & Tricks, Linq, bind, ASP.NET
8
Shouts

Visual Studio color schemes – Its time for a makeover

published 791 days, 17 hours, 24 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 794 days, 19 hours, 57 minutes ago
Saturday, March 26, 2011 8:56:13 PM GMT Wednesday, March 23, 2011 6:23:20 PM GMT
http://studiostyl.es/ is a great website where you can browse for hundreds of color schemes to change the background and text colors of your Visual Studio IDE. It works for both Visual Studio 2008 and 2010. You can also create and submit your own scheme or download and rate schemes submitted by others. (more)
category: Web Dev | clicked: 1 | comment | | source: 2leggedspider.wordpress.com
tags: Tips & Tricks, Visual Studio, color scheme
3
Shouts

Tips : Set Breakpoint to multiple Functions at a same time in Visual Studio « Abhijit's World of .NET

published 903 days, 5 hours, 40 minutes ago posted by abhijitjanaabhijitjana 904 days, 11 hours, 9 minutes ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 3:11:08 AM GMT
Visual Studio having great features to set breakpoint in multiple functions at same time. For most of the time, to set a breakpoint with in a function you just put a breakpoint in the first line of the function. Now, assume you have 10 different overloaded methods or you have same function in different project, and you want to put breakpoint all of them or few of them, then it will take time to put breakpoint in each and every function. In this post I am going to share two quick tips by which you ca... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips & Tricks, Debugging, Visual Studio, brekpoint
5
Shouts

Using Fiddler to sniff mobile device application traffic

published 927 days, 22 hours, 39 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 929 days, 3 hours, 32 minutes ago
Wednesday, November 10, 2010 3:41:01 PM GMT Tuesday, November 09, 2010 10:48:13 AM GMT
Ever wondered what your favourite iPhone, Android or Windows Phone application is actually doing with your data plan? Wonder if its sending your data to the mother ship without you knowing – Fiddler can be used to easily check this data traffic in the same way that it can be used for web application and web-service troubleshooting and development work. (more)
category: How To | clicked: 2 | comment | | source: www.diaryofaninja.com
tags: Fiddler, Mobile Device, Tips & Tricks
5
Shouts

Use Shortcut or Context Menu for “Open Containing Folder” in Visual Studio « Abhijit's World of .NET

published 929 days, 23 hours, 16 minutes ago posted by abhijitjanaabhijitjana 930 days, 16 hours, 32 minutes ago
Monday, November 08, 2010 3:04:18 PM GMT Sunday, November 07, 2010 9:48:08 PM GMT
“Open Containing Folder” is one of the frequent used functionality to open a particular file location in windows explore from Visual Studio IDE . How did we do that ? Yes it’s very simple, Just right click on file from files Tab and select “Open Containing Folder” from the context menu This will open the selected item location in windows explorer. This operation by default having no keyboard shortcut. But do you know we can assign keyboard shortcut for the same or even we can customize the context me... (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: Tips & Tricks, Visual Studio
2
Shouts

Tips on Debugging : Using DebuggerStepThrough attribute « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 976 days, 18 hours, 24 minutes ago
Wednesday, September 22, 2010 7:56:31 PM GMT
In my few previous blog post I have explained how we can customize the Debugging windows view during debugging of application using “DebuggerBrowseable “ attributes and “DebuggerDisplay” , then I have also explained use of “DubuggerHidden” attribute which tells the Visual Studio debugger that the method is hidden from the debugging process and while debugging. In this blog post I am going to explain one similar features of “DebuggerHidden” attributes, named “DebuggerStepThrough” Marking a piece of ... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips & Tricks, Debugging, Visual Basic 2010
7
Shouts

Few Tips on Customizing Debugging Window View in Visual Studio « Abhijit's World of .NET

published 999 days, 22 hours, 43 minutes ago posted by abhijitjanaabhijitjana 1001 days, 47 minutes ago
Monday, August 30, 2010 3:36:48 PM GMT Sunday, August 29, 2010 1:33:33 PM GMT
In this post I am going to discuss about few tips on customizing debugging debugging windows. This may be very helpful during debugging of application. While debugging, you may want to simplify debug window or you may want to clean up all the unnecessary fields that are not important during debugging from debugging windows. Here is few tips for customization of debug window. (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips & Tricks, Customization, Debugging, Visual Studio, how to
4
Shouts

Tips and Tricks for working with the WPF and Silverlight Designer in Visual Studio 2010 - Karl Shifflett

published 1059 days, 1 hour, 13 minutes ago posted by jantujantu 1060 days, 5 hours, 20 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Thursday, July 01, 2010 8:59:42 AM GMT
This article is a collection of tips and tricks that we have gathered over the time we've spent building and using the Visual Studio 2010 WPF and Silverlight Designer, which you might not find elsewhere. We think they make working in the designer more fun and productive experience – we hope you'll agree! Table of Contents Tip 1: Install Silverlight 4 Tools even if you are building WPF apps Tip 2: The Properties Window works when just editing XAML too... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: Tips & Tricks, Silverlight, WPF
4
Shouts

Debugging Data Bindings in a WPF or Silverlight Application - Karl Shifflett

published 1059 days, 23 hours, 42 minutes ago posted by jantujantu 1060 days, 6 hours, 8 minutes ago
Thursday, July 01, 2010 2:37:39 PM GMT Thursday, July 01, 2010 8:11:33 AM GMT
The WPF and Silverlight platforms use late bound data binding resolution for bindings in XAML files. This feature allows a DataContext to be set at run-time and the objects within that DataContext to resolve their property bindings then. This late binding enables cool features like DataTemplates, composable applications and run-time loading of loose XAML.A side effect of late bound binding resolution that can cause developers some minor frustration is that their controls do not display the expected data ... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: Tips & Tricks, Silverlight, Debugging, WPF, Data Binding
8
Shouts

30 Tips for Successful Communication as a Remote Worker - Scott Hanselman

published 1106 days, 51 minutes ago posted by jantujantu 1108 days, 3 hours, 34 minutes ago
Sunday, May 16, 2010 1:29:28 PM GMT Friday, May 14, 2010 10:46:18 AM GMT
As a Remote Worker I'm always looking for tips and tricks and checklists to make my, ahem, remote working life easier. I've made a cheap Wide Angle Lens so I could better see my co-workers, created a robot cart so they won't forget me, tested 4G cards so I can be online anywhere, switched to Hi-Def Video Cameras for web chat, written articles on how to Collaborate with Remote Employees with Office Communicator 2007 R2 and Phil Haack and I made the HanselPortal, for virtual camaraderie.Yesterday Jonatha... (more)
category: Smart Client | clicked: 0 | comment | | source: www.hanselman.com
tags: Remote worker, Tips & Tricks
5
Shouts

Tips and Tricks to rescue overdue projects - CodeProject

published 1118 days, 5 hours, 56 minutes ago posted by omaralzabiromaralzabir 1119 days, 3 hours, 20 minutes ago
Tuesday, May 04, 2010 8:24:06 AM GMT Monday, May 03, 2010 10:59:52 AM GMT
A story of a typical offshore project which is overdue, customer shouting and screaming, offshore guys working day and night and how we brainstormed on some tricks to get out of this. (more)
category: Agile | clicked: 0 | comment | | source: www.codeproject.com
tags: Tips & Tricks, offshore application development
7
Shouts

DeepFriedBytes - Episode 52: Learning the Dark Arts of Debugging from Scott Walker

published 1126 days, 6 hours, 39 minutes ago posted by mithumithu 1128 days, 22 hours, 50 minutes ago
Monday, April 26, 2010 7:40:49 AM GMT Friday, April 23, 2010 3:30:29 PM GMT
About This Episode Have you always wanted to learn more about debugging your software? Or just really want to know what your software is doing especially when it has bugs? We have a treat for you. In this episode, Keith and Woody sat down with Scott Walker to get some tips and tricks for setting up a debugging environment first and then how to use the tools properly to fix those nasty errors your customers and users keep having. Thanks To Our Sponsor DevExpress products are built by developers for dev... (more)
category: Podcast | clicked: 1 | comment | | source: deepfriedbytes.com
tags: Tips & Tricks, DevExpress, developers, Debugging, Tools, DeepFriedBytes, Software
3
Shouts

WPF - catch events even if they are already handled - Yet another blog about...

posted by jmix90jmix90 1189 days, 4 hours, 50 minutes ago
Monday, February 22, 2010 9:29:55 AM GMT
As you may actually know WPF introduced the routed events. If you want to stop an event, you can mark it as Handled. If so, the routing engine will stop to propage it. But sometimes you want to catch the events even if marked as handled. (more)
category: How To | clicked: 0 | comment | | source: blog.lexique-du-net.com
tags: Tips & Tricks, Tips and Tricks, C#, WPF, how to, XAML