Click here to Skip to main content
15,891,657 members

Articles by Palash Biswas (Tip/Tricks: 8)

Tip/Tricks: 8

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 3.19

Programming Languages
C#
3 Feb 2010   Updated: 4 Feb 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,940     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
There are lots of simple tricks in .net which can be very useful if you used wisely. In this post I want to discuss the use of DebuggerBrowsableAttribute. Using this attribute you can control how a member of class will be displayed in debugger windows during debugging. Before that consider small...
10 Feb 2010   Updated: 10 Feb 2010   Rating: 4.76/5    Votes: 22   Popularity: 6.30
Licence: CPOL    Views: 37,482     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
How to remove unused "using"
10 Feb 2010   Updated: 17 Feb 2010   Rating: 3.00/5    Votes: 2   Popularity: 0.90
Licence: CPOL    Views: 10,190     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
However, if you want to show VS2008 to display your custom DLLs within in the list maintained by the Add Reference dialog, all you need to do is place a copy of the DLL within the PublicAssemblies folder located under C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE. Once you have done...
4 Feb 2010   Updated: 4 Feb 2010   Rating: 2.60/5    Votes: 4   Popularity: 1.57
Licence: CPOL    Views: 24,762     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
ohhh...this is an easy fix. Just put down the statement Console.Readline() as the last line in your program. This will keep the window open until you hit the enter key.That's cool!!!!!!
4 Feb 2010   Updated: 4 Feb 2010   Rating: 1.00/5    Votes: 2   Popularity: 0.30
Licence: CPOL    Views: 3,930     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
But you have to forcefully close the console window..There was not any enter press from key board.I may also hang your console when you close it
23 Feb 2010   Updated: 23 Feb 2010   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 6,970     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
also..Syst...
22 Feb 2010   Updated: 25 Feb 2010   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 15,270     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Use Expression += Value instead of Expression = Expression + Value. Since Expression can be arbitrarily complex, this can result in lots of unnecessary work. This forces the JIT to evaluate both copies of Expression, and many times this is not needed. The first statement can be optimized far...
Security
2 Feb 2010   Updated: 4 Feb 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 14,611     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
You have a WCF Service that needs a SPN from its client But We typically use client config file to send the spn using the below code: <endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttp" name="BasicEndPoint" bindingNamespace="TestNamespace" ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer Kovair Inc.
India India
I have started programming in 10 years on Fortran 77.Then it was Cobol,C,C++,JAVA 1.2, ASP,JavaScript. Now it at all C# and .NET Framework, such tehnologies as WCF, ADO.NET, ASP.NET, LINQ, ASP.NET Ajax , FLEX and another.