jump to navigation

.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: , , , , ,
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.

(more…)

Enable Scroll Override in Visual Studio May 30, 2011

Posted by Abhijit Jana in Visual Studio.
Tags: , , , ,
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.

(more…)

Download My Virtual Tech Days Session Video on Caching enhancements in ASP.NET 4.0– Feb 2011 May 25, 2011

Posted by Abhijit Jana in .NET 4.0, .NET Community Events, ASP.NET 4.0.
Tags: , , , , ,
add a comment

The 11th edition of Virtual TechDays – was held on 9th to 11th Feb 2011. I presented a  session on  Caching enhancements in ASP.NET 4.0” . In this session I have talked about different enhancement of Caching in ASP.NET 4.0  with many demos. The recording session is now available for download.

image

You can download all the session video from  Virtual Tech Days Site

How to retrieve HTTPModule details from HttpModuleCollection ? May 23, 2011

Posted by Abhijit Jana in .NET 4.0, ASP.NET 4.0, General.
Tags: , , , , , ,
1 comment so far

In one of my previous post I have talked about How to get list of all active HttpModules in ASP.NET? Where I have explained how we can get list of all active modules of an ASP.NET Application at runtime. In this post, I am going discussed about, how you can get details of a particular module details from list of modules.

(more…)

Few important tips that you should know while using ASP.NET Session May 3, 2011

Posted by Abhijit Jana in .NET 4.0, ASP.NET 4.0, Tips and Tricks, Visual Studio, Visual Studio 2010.
Tags: , , , , , , , , , , , , ,
3 comments

While working with ASP.NET web application you must be familiar with one of most important state management technique “Session”. If you want to do a quick refresh or want to know some thing more, please go ahead and read one of my article “Exploring Session in ASP.NET” published at Code Project. In this post I am going to share some important tips that might be useful.

(more…)

Customizing Visual Studio Extension Icon in Visual Studio 2010 May 2, 2011

Posted by Abhijit Jana in .NET 4.0, Visual Studio 2010, VSX.
Tags: , , , , , , , ,
add a comment

If you have deal with Visual Studio Extension ( VSIX) , you must have seen, after the extension installation default icons are predefined ( As shown in below image ). In this post I am going to describe how you can customize /change the default visual studio extension  icon and can provide your own icon over there.

(more…)

24 .NET Tips Links on ASP.NET C# MVC Silverlight Windows Phone – April 2011 April 30, 2011

Posted by Abhijit Jana in .NET 4.0, Tips and Tricks.
Tags: , , , , , , , , ,
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 April 2011.

(more…)

TOD : Wrapping Code Block and Statements in Visual Studio April 23, 2011

Posted by Abhijit Jana in .NET 4.0, Tips and Tricks, Visual Studio.
Tags: , , , , , , , , , , ,
add a comment

In this tips I have explained how you can automatically wrap up code blocks or code statement in Visual Studio. We can use Document formatting to format the whole contents, but that doesn’t wrap single line code block like Properties or not even single line multiple declaration statement.  Let’s consider an example, you are creating a Properties using code snippet and by default it will came up like

image

But, you want you code to be look like as below

image

How ? Read Complete Tips

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: , , , , ,
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 ……

Light bulbVisit  http://dailydotnettips.com

Light bulbSubscribe Tips to your mail box : http://bit.ly/hFAhop

Light bulbFor 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.

Freezing If you want to contribute your tips at  http://dailydotnettips.com , please contact with me via Contact Page.

Thanks !

AJ

My Experience – Windows Azure Camp– Kolkata 10th April April 12, 2011

Posted by Abhijit Jana in .NET Community Events, Azure Camp.
Tags: , ,
2 comments

10th April, 2011 Microsoft User group kolkata organized a 1- day deep dive session on Windows Azure at Microsoft Office Kolkata  with the help of Microsoft,  Microsoft MVP’s and Community. The session was designed to help developers to speed up on developing for Windows Azure. The main focus of this event was to help people to get touch with Windows Azure and its features and  a complete hands on labs.  All audience present there by 9.30 with Laptop. They were too much enthusiastic  to learn about the new technology. Me and Abhishek present there as Speaker over there. All Setup were done and we were  ready go !

(more…)

Windows Azure Camp – Kolkata –10th April 2011 April 5, 2011

Posted by Abhijit Jana in .NET Community Events, Azure Camp.
Tags: , , , ,
1 comment so far

Microsoft User Group Kolkata is pleased to invite you to the Windows Azure Camp – a 1- day deep dive session designed to help you speed up on developing for Windows Azure. The Windows Azure platform is a flexible cloud-computing platform that lets your customer focus on solving their business problems.

(more…)

Generic Way to Bind Enum With Different ASP.NET List Controls April 4, 2011

Posted by Abhijit Jana in ASP.NET, ASP.NET 4.0, Tips and Tricks, Visual Studio.
Tags: , , , , ,
5 comments

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 challenge is when we need to bind the both text and value.
Let’s consider we have the blow Enum. Now I am going to bind it with all the above mentioned type List Controls.
image

Well, One of the easiest way that we can implement is by Enum.GetNames(Type enumType)which retrieves the name list of enumberation  and Enum.GetValues(Type enumType), which returns the list of values for each names .
(more…)

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: , ,
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 !!

My Experience at Microsoft Tech-Ed 2011– 25th March 2011- Bangalore March 26, 2011

Posted by Abhijit Jana in .NET Community Events, Microsoft.
Tags: , ,
15 comments

Microsoft Tech-Ed is the premier technical and networking event for tech enthusiastic which is mainly focused on current and upcoming Microsoft technologies, tools, platforms and services. Tech-Ed India 2011 held at the The Lalit Ashok Hotel , Bangalore From 23rd –25th March 2011. I didn’t think that I will be attending the Tech-Ed 2011 this year as I had already been there at TechReady , Seattle and was busy with my other travel and some of project delivery. But, I finally managed a single day ( thanks to my manager and team mates )  for travel to Bangalore from Hyderabad to attend and meet community geeks over Tech-Ed.

(more…)

Follow

Get every new post delivered to your Inbox.

Join 1,265 other followers