25 Tips on ASP.NET, C#, MEF, Visual Studio, Profiler – September 2011 Links September 30, 2011
Posted by Abhijit Jana in .NET 4.0, ASP.NET 4.0, Tips and Tricks, Visual Studio, Visual Studio 2010.Tags: dailydotnettips, Tips & Tricks
add a comment
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 ASP.NET, C#, MEF, Visual Studio, Profiler etc. In this post I am quickly listing down all the tips which are published over the month September 2011
200 Useful .NET Tips and Tricks September 6, 2011
Posted by Abhijit Jana in Announcement, General.Tags: Announcement, dailydotnettips, Tips & Tricks
2 comments
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. Today we have completed 200 Tips and Tricks with different areas. We Mainly focused on the practical oriented problem.
Major Tips categories :
Apart from that we have many tips on Silverlight, WP7 , C#, IIS , IIS Express etc..
31 Tips on ASP.NET, C#, WPF , MEF, MVC, Visual Studio – August 2011 Links August 31, 2011
Posted by Abhijit Jana in .NET 4.0, ASP.NET 4.0, C#, Tips and Tricks.Tags: dailydotnettips, Tips & Tricks
1 comment so far
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
.NET Tips – Links on ASP.NET C# WPF , IIS Express, Visual Studio Tips – July 2011 July 31, 2011
Posted by Abhijit Jana in .NET 4.0, .NET Community Events, ASP.NET 4.0, IIS Express, WPF.Tags: .NET, C#, dailydotnettips, Tips, Tips & Tricks
2 comments
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. In this post I am quickly listing down all the tips which are posted over the month July 2011.
.NET Tips – Links on ASP.NET C# MVC Visual Studio Tips – June 2011 July 3, 2011
Posted by Abhijit Jana in .NET 4.0, .NET Community Events, ASP.NET 4.0.Tags: ASP.Net, C#, dailydotnettips, Tips & Tricks, Visual Studio
1 comment so far
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. In this post I am quickly listing down all the tips which are posted over the month June 2011.
.NET Tips – Links on ASP.NET C# MVC Visual Studio Tips – May 2011 June 1, 2011
Posted by Abhijit Jana in .NET 4.0, ASP.NET 4.0, MVC Framework, Tips and Tricks, Visual Studio.Tags: .NET, ASP.Net, C#, MVC, Tips & Tricks, Visual Studio
1 comment so far
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. In this post I am quickly listing down all the tips which are posted over the month May 2011.
Enable Scroll Override in Visual Studio May 30, 2011
Posted by Abhijit Jana in Visual Studio.Tags: scroll, Scrolling in Visual Studio, Tips & Tricks, Visual Studio, Visual Studio IDE
add a comment
While using Scrolling in Visual Studio IDE, by default it scroll amount is fixed by number of lines. During normal development, when we scroll with in code editor, the scroll amount by fixed line number is fine. But if you zoom out the editor code, scrolling wont be useful as though we have changed the code editor zooming, still scrolling is available with fixed line number. To overcome this, you can use “Enable Scroll Override” features.
100 Useful .NET Tips & Tricks April 15, 2011
Posted by Abhijit Jana in .NET 4.0, ASP.NET 4.0, Debugging, Tips and Tricks.Tags: asp.net 4.0, C#, dailydotnettips, Debugging, Silverlight 4.0, Tips & Tricks
1 comment so far
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. I started with this new site few months back and with in short time period we have total 100 Tips which mainly focused on the practical oriented problem. You can find tips related with C#, ASP.NET, Silverlight, WPF, WCF, JQuery, WP7 etc.
To know more ……
Visit http://dailydotnettips.com
Subscribe Tips to your mail box : http://bit.ly/hFAhop
For Quick Update Follow : @dailydotnettips
Thanks to all the contributors Abhishek Sur, Prayan Rana, Jebarson Jebamony, Atul Verma,Shravan Kumar who spends their time and shared tips.
Looking forward more contribution from all of you.
If you want to contribute your tips at http://dailydotnettips.com , please contact with me via Contact Page.
Thanks !
AJ
10 ASP.NET Tips and Tricks April 3, 2011
Posted by Abhijit Jana in ASP.NET 4.0, Tips and Tricks, Visual Studio 2010.Tags: ASP.Net, MVP, Tips & Tricks
1 comment so far
Here I am sharing 10 ASP.NET Tips and Tricks most of them related with Grid View Control
How to change GridView column alignments for dynamic data source ?
How to pass multiple values using GridView HyperLinkField ?
Displaying Custom Messages / Images with NULL Value in ASP.NET GridView
Display custom messages or images when there is no records in GridView Data Source
How to Display “Yes” or “No” Instead of Checkbox while binding Boolean value with GridView ?
How to expand specific Tree View Node programmatically in ASP.NET ?
Run ASP.NET Web Application from Command Prompt
How EnableViewStateMAC Makes ViewState Secure ?
Disabling button when performing some operation in ASP.NET
How to remove a persistent cookies before Expiration time ?
To know more Tips and Tricks Follow @dailydotnettips and visit http://dailydotnettips.com
On a side note, I would like to congratulate couple of my friends, first a key community contributor on WCF, Dhananjay Kumar for renewing Microsoft MVP – Connected System again for year 2011. He blogs at http://debugmode.net/ and his twitter id @debugmode_ . and second one Krishna Chaitanya T for Microsoft MVP – Internet Explorer . He is a Web Geek, do lots of research on web technology. He blogs at http://www.novogeek.com/ and his Twitter ID @novogeek . Good job guys !!
14 Useful .NET Debugging Tips & Tricks in Visual Studio March 12, 2011
Posted by Abhijit Jana in .NET 4.0, Debugging, Tips and Tricks.Tags: .NET, C#, Debugging, Tips & Tricks
add a comment
List of few useful debugging tips and tricks
1. How to use Runtime Objects in Watch Window during debugging in Visual Studio ?
2. How to use out of scope object with in Conditional Breakpoint ?
3. Use Conditional Breakpoints with Method Calling in Visual Studio
4. Calling Methods From Watch Window
5. Changing Variables Display Format in Watch Window
6. Get Object Generation using Watch Window
7. Save IntelliTrace Log from IntelliTrace Window
8. Last Session Debugging Value using Data Tips
9. Few Tips on Customizing Debugging Window View in Visual Studio
10. Using DebuggerStepThrough attributes to stepped over code during debugging
11. Hide Methods from debugger Using DebuggerHidden attribute
12. Use “Obsolete” attributes to indicate Obsolete Methods
13. How to suppress compiler warning using #pragma warning directives in Visual Studio ?
14. Customize the Debugging Windows : Change Debugging Window View as per your requirements
To know more Tips and Tricks visit http://dailydotnettips.com and Follow @DailyDotNetTips
Thanks !
AJ
Track Changes and Advance Scroll Mode in Visual Studio 2010 March 8, 2011
Posted by Abhijit Jana in .NET 4.0, Visual Studio 2010, Visual Studio Productivity Tool.Tags: codeproject, Tips & Tricks, Visual Studio 2010, Visual Studio Productivity Power Tool
1 comment so far
In the recent update of Visual Studio 2010 productivity power tool there are few new interesting features introduced. You can download the Productivity tool from http://bit.ly/9nybU6 . There are certain new features like Quick Find which allows you find and advance find dialog option with in code editor with nice highlighting features, nice enhancement of add reference window. kunal chowdhury has some nice blog post where he talked about above two new productivity tool features. You can find the post over http://bit.ly/hDa0si and http://bit.ly/grhGAI . In this post I am going to talk about another nice and most interesting features of Power Productivity Tool which “Enhanced Scroll Mode”.
15 Tips from Daily .NET Tips February 28, 2011
Posted by Abhijit Jana in General.Tags: ASP.Net, Language Integrated Query, Microsoft Visual Studio, Tips & Tricks
1 comment so far
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. Here I am sharing few frequently required tips which are already published over there.
- How to count number of active session for State Server Session Mode ?
- How to use Runtime Objects in Watch Window during debugging in Visual Studio ?
- How to calculate Session data size for SQL Server session mode?
- Know when your application pools recycling in IIS 7.5 – Log an entry in Event Viewer while recycling
- Workaround For Non Serializable Types
- How EnableViewStateMAC Makes ViewState Secure ?
- Different approaches to Casting
- How to Display “Yes” or “No” Instead of Checkbox while binding Boolean value with GridView ?
- Changing Variables Display Format in Watch Window
- Getting Added And Deleted Items In A List Using LINQ
- How to setup multiple startup projects in Visual Studio ?
- Displaying Custom Messages / Images with NULL Value in ASP.NET GridView
- ASP.NET Validation Control with Images Notification
- How to expand specific Tree View Node programmatically in ASP.NET ?
- Display custom messages or images when there is no records in GridView Data Source
For more tips please visit http://dailydotnettips.com and follow @DailyDotNetTips at Twitter
Thanks !









