DotNetShoutout - Stories tagged with Tips and Tricks
2
Shouts

Sitemap for Blogger blog

published 762 days, 9 hours, 29 minutes ago posted by deliciousdotnetdeliciousdotnet 764 days, 5 hours, 38 minutes ago
Friday, May 20, 2011 5:02:03 AM GMT Wednesday, May 18, 2011 8:53:26 AM GMT
A commom problem that blogsopt blog's owners face is that how to create a sitemap. To submit our site to some topmost serch engines like google, bing, yahoo..., we need a sitemap., so that the search engines can crawl the content of our post easily., For normal sites we can create sitemap with the help of the the tags with are availble for us., But coming to blogger it is some what different. Sitemap for your Blogger Blog: Step 1: First sign-in to your Google Webmasters account and add your blog. F... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: deliciousdotnet.blogspot.com
tags: Tips and Tricks
2
Shouts

Exception Occurred ? – Get Troubleshooting tips from your favorite blogs « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 895 days, 14 hours, 53 minutes ago
Thursday, January 06, 2011 11:38:11 PM GMT
In this blog post, I am going to share a quite interesting tips, where you can customize the “Exception Assistant” in visual studio. As an example, I have shown how we can set some favorites blog url in troubleshooting tips section. (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: exception assistant, Tips and Tricks, Visual Studio
2
Shouts

Video Webcast: 10 Tips you should know about “Watch Window” While debugging in Visual Studio « Abhijit's World of .NET

published 896 days, 20 hours, 20 minutes ago posted by abhijitjanaabhijitjana 898 days, 23 hours, 27 minutes ago
Wednesday, January 05, 2011 6:11:52 PM GMT Monday, January 03, 2011 3:04:01 PM GMT
Video Webcast: 10 Tips you should know about “Watch Window” While debugging in Visual Studio. (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: Tips and Tricks, watch window, Debugging, Visual Studio
2
Shouts

Add document header for files automatically in Visual Studio

published 928 days, 5 hours, 51 minutes ago posted by abhijitjanaabhijitjana 928 days, 16 hours, 31 minutes ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 10:00:18 PM GMT
In this blog post I am going to share how you can add a document header of xml comments with code file automatically. This is going to be an very interesting and helpful for all of you who are using styleCop to maintain coding standard. Actually extensive using of StyleCop helped me to think to make it automate. There are many tools available which can helps us in this case to do this automatically. But I always prefer let’s Visual studio do the job for me. Here I am going to share with you two differ... (more)
category: Web Dev | clicked: 3 | comment | | source: abhijitjana.net
tags: Tips and Tricks, Visual Studio
7
Shouts

Visual Studio Image Library - Visual Studio Tips and Tricks - Zain Naboulsi

published 948 days, 2 hours, 12 minutes ago posted by iftekharahmedamitiftekharahmedamit 949 days, 13 hours, 40 minutes ago
Monday, November 15, 2010 12:19:44 PM GMT Sunday, November 14, 2010 12:51:03 AM GMT
Sign in  Visual Studio Tips and Tricksfrom Zain Naboulsi As a developer you are always looking for decent images that can be used in your applications. Visual Studio comes with a set of images to help you out. In fact, it comes with around 1,000 images that come from Microsoft Windows, the Office system, Microsoft Visual Studio, and other Microsoft software. You can find them in a .ZIP file located at "C:\Program Files\Microsoft Visual Studio (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Tips and Tricks, Visual Studio
3
Shouts

How to locate the active document in the solution explorer using a shortcut

published 958 days, 16 hours, 14 minutes ago posted by jmix90jmix90 959 days, 2 hours, 48 minutes ago
Thursday, November 04, 2010 10:17:02 PM GMT Thursday, November 04, 2010 11:43:44 AM GMT
When you have multiple projects in your solution, you often want to locate the active document in the solution explorer. There is a great option in Visual Studio which can do it for you all the time : “View.TrackActivityInSolutionExplorer”.   But if you do not want (as me) to turn it on all the time, there is no specific option or shortcut... (more)
category: UX | clicked: 1 | comment | | source: blog.lexique-du-net.com
tags: Macro, Tips and Tricks, trick, active, Shortcuts, Visual Studio, Tips
3
Shouts

Multipurpose Find Combo Box in Visual Studio « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 962 days, 18 hours, 31 minutes ago
Sunday, October 31, 2010 8:00:54 PM GMT
Most of the time we use Visual Studio find combo box ( ) only for search contents with in the solution. But the find combo box is something more than what we know. We can use the find combo box in different purpose like create file, open files, create project, print, open watch windows etc. As for example you can close all the open files by just typing “>CloseAll” with in find combo box followed by a “Enter”. Fundamentally we can execute all the commands from Find Combo box which are available from ... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips and Tricks, Visual Studio
4
Shouts

Save Changes Before Building - Visual Studio Tips and Tricks - Zain Naboulsi

published 962 days, 15 hours, 20 minutes ago posted by DustinDustin 963 days, 4 hours, 30 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Sunday, October 31, 2010 10:01:41 AM GMT
Visual Studio Tips and Tricks from Zain Naboulsi Save Changes Before Building In Tools -> Options -> Projects and Solutions -> Build and Run there is an "Before Building"... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Tips and Tricks, Visual Studio
4
Shouts

10 Tips you should know about “Watch Window” While debugging in Visual Studio « Abhijit's World of .NET

published 966 days, 22 hours, 50 minutes ago posted by abhijitjanaabhijitjana 968 days, 2 hours, 46 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Tuesday, October 26, 2010 11:45:22 AM GMT
Watch windows is one of most commonly used debugging tool with Visual Studio. We generally used to explore the objects, values, properties and other nested objects as a tree structure. Most of the time we used watch window to only view the values or change the current object properties values to see the effects of changed object during debugging. But we can use watch windows for many different purposes. In this blog post I am going to show 10 Tips, that may help you while dealing with Watch Window. (more)
category: Web Dev | clicked: 3 | comment | | source: abhijitjana.net
tags: Debugger, Tips and Tricks, watch window, Visual Studio
2
Shouts

How to track an object which is Out of Scope while Debugging ? « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 973 days, 9 hours, 55 minutes ago
Thursday, October 21, 2010 4:36:20 AM GMT
In this blog post I am going explain how we can track an Object which is already out of scope using by creating a Object ID while debugging.By using “Make Object ID” option we are informing Visual Studio Debugger to keep track of that object no matter it’s within scope or out of scope for the current context. We can create “Object ID” either from Locals, Autos or from Watch Windows. Object ID is a integer number followed by a pound (#) sign. When we create Object ID for an particular object, Visual Stud... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips and Tricks, Debugging, Visual Studio
2
Shouts

What software architect should know?

posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 1000 days, 2 hours, 55 minutes ago
Friday, September 24, 2010 11:36:04 AM GMT
What things Software Architect should know? Effective Java was the first book I’ve read whose table of contents had read like programming commandments. The rest of the book provided commentary and examples, but the section headers read like axioms to program by. I found a similar book in 97 Things Every Software Architect Should Know. 97 Things is a collection of 97 short essays from a number of architects on topics such as soft skills, leadership, and software architecture. (more)
category: Architecture | clicked: 1 | comment | | source: blog.agafonov.net.ua
tags: Architect, Software Architect, Best Practices, Tips and Tricks, Software
8
Shouts

Silverlight Out of Browser Presentation at ONETUG : JohnPapa

published 1006 days, 1 hour, 15 minutes ago posted by rajuraju 1009 days, 19 hours, 1 minute ago
Saturday, September 18, 2010 1:16:58 PM GMT Tuesday, September 14, 2010 7:30:04 PM GMT
Last week I presented a 200 level session on Silverlight Out of Browser features over Live Meeting to the Orlando .NET user group (ONETUG). The session covered all of the fundamentals of out of browser, went into several examples, and showed a few tips and tricks. I packaged up the some of the more popular demos and the slide deck and you can download them all right here. The music player demo is a port from the presentation Joe Stegman did at the last PDC and the Puzzle is a port from the one Scott Gu d... (more)
category: Metro | clicked: 0 | 1 comment | | source: johnpapa.net
tags: .NET, Silverlight, out of browser, Tips and Tricks, PDC, ScottGu
2
Shouts

Color Indicator for Code Changes – Track Changes in Visual Studio 2010 « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 1010 days, 1 hour, 34 minutes ago
Tuesday, September 14, 2010 12:57:44 PM GMT
Track Change” one of the best interesting features in visual studio which indicates the code changes with a color indicator at the beginning of the line. Generally we know about the two color indicator “Green” and “Yellow” which are used indicting the color change till VS 2008 along with those VS 2010 introduced another new color “Orange” which indicates some additional track change for undoing file after save. In this blog post I am going to explain how those color indicator helps developers to track ... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips and Tricks, track change, Visual Studio
4
Shouts

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

published 1011 days, 54 minutes ago posted by abhijitjanaabhijitjana 1012 days, 3 hours, 37 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Sunday, September 12, 2010 10:54:22 AM GMT
DubuggerHidden attribute tells the Visual Studio debugger that the method is hidden from the debugging process and while debugging. This is quite helpful when you don’t  want to go to stepping inside of a method while debugging. When you mark a method with .... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips and Tricks, Debugging, Visual Studio
4
Shouts

WebMatrix Beta - Tips and Tricks : Robert Lucero IIS Testing Blog

posted by iftekharahmedamitiftekharahmedamit 1016 days, 22 hours, 29 minutes ago
Tuesday, September 07, 2010 4:02:58 PM GMT
Here’s a short list of really cool features to try out in the new WebMatrix:Use Web Platform Installer v3.0 Beta to install Apps to both WebMatrix and IISManage and Maintain Other... (more)
category: How To | clicked: 1 | comment | | source: blogs.iis.net
tags: tricks, Tips and Tricks, Beta, Tips, WebMatrix
4
Shouts

Use “Obsolete” attributes to indicate Obsolete Methods « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 1020 days, 23 hours, 40 minutes ago
Friday, September 03, 2010 2:51:13 PM GMT
In this post I have explained how you can use Obsolete attributes to mark some methods which are not no longer in used or may be remove in future release of the class. During the development cycle we may need to change the name or declaration of certain methods which may be using by some other developers. In this case if you changed the name or declaration of that method, application may crash in different point of times as it’s being used by other developer in the application. In this case you can use... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Beginners, Tips and Tricks, obsolete, Visual Search, how to
6
Shouts

Search and Navigation Tips/Tricks with Visual Studio - Scott Guthrie

published 1030 days, 1 hour, 44 minutes ago posted by jantujantu 1030 days, 23 hours, 11 minutes ago
Wednesday, August 25, 2010 12:47:59 PM GMT Tuesday, August 24, 2010 3:20:52 PM GMT
Today’s blog post continues on from the Debugging Tips post I did last week, and covers some useful searching and navigation tips/tricks you can take advantage of within Visual Studio.  These tips were ones that my friend Scott Cate (who has blogged dozens of great VS tips and tricks here) recently recommended to me as good tips that most developers using Visual Studio don’t seem to know about (even though ... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Tips and Tricks, Visual Studio
12
Shouts

Debugging Tips with Visual Studio 2010 - Scott Guthrie

published 1033 days, 2 hours, 46 minutes ago posted by jantujantu 1036 days, 1 hour, 1 minute ago
Sunday, August 22, 2010 11:45:38 AM GMT Thursday, August 19, 2010 1:30:49 PM GMT
This is the twenty-sixth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release.Today’s blog post covers some useful debugging tips that you can use with Visual Studio.  My friend Scott Cate (who has blogged dozens of great VS tips and tricks here) recently highlighted these to me as good tips that most developers using Visual Studio don’t seem to know about (even though most have been in the product for awhile).  Hopefully this post will help you discover them if you aren’t already taki... (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: .NET, Tips and Tricks, Visual Studio
2
Shouts

Set source view as default view for Web Pages in Visual Studio « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 1042 days, 13 hours, 4 minutes ago
Friday, August 13, 2010 1:27:01 AM GMT
By default in Visual Studio for any web pages design view is the default view. Which may causes some time to load if your page is having many controls . So If you want to change the default view from Design View to Source View, just perform the following steps. Go to “Tools” > “Options” and Navigate to “HTML Desinger".... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips and Tricks, how to, ASP.NET
4
Shouts

Aggregate of an aggregate function in SSRS - Some Random Thoughts

published 1077 days, 47 minutes ago posted by jacobsebastianjacobsebastian 1077 days, 11 hours, 26 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Friday, July 09, 2010 3:05:26 AM GMT
I am worse than a child when it comes to colours and no wonder, spend a lot of time on the aesthetics whenever I am preparing an Excel sheet or a PowerPoint presentation. For me, this is rather a way to indulge the child within me than to make it more presentable to the audience. The joy that you get when you arrive on that perfect colour for your headers or that perfect font to suit the mood or that perfect design template for your slides is something that can’t be expressed. Recently, I was preparing t... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: Reporting, Tips and Tricks, SQLServer, SSRS
Previous 1 2 Next