Click here to Skip to main content
15,888,113 members

Articles by Mukund Thakker (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: 4.43

Programming Languages
C#
15 Nov 2011   Updated: 15 Nov 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,740     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
var configuration = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration("~");var section = (System.Configuration.ConnectionStringsSection)configuration.GetSection("connectionStrings");section.ConnectionStrings["MySqlConnection"].ConnectionString = "Data Source=" + ...
Web Development
ASP.NET
12 Oct 2011   Updated: 12 Oct 2011   Rating: 4.50/5    Votes: 4   Popularity: 2.71
Licence: CPOL    Views: 10,131     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
We can include some more information like browser, client's IP address etc.string result = "";System.IO.StreamReader objReader = default(System.IO.StreamReader);objReader = new System.IO.StreamReader("error.htm");result = objReader.ReadToEnd();objReader.Close();result =...
4 Aug 2012   Updated: 6 Aug 2012   Rating: 4.83/5    Votes: 16   Popularity: 5.53
Licence: CPOL    Views: 269,099     Bookmarked: 19   Downloaded: 0
Please Sign up or sign in to vote.
Android GCM Push Notification
28 Sep 2011   Updated: 28 Sep 2011   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,750     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
SELECT ROW_NUMBER() OVER(ORDER BY [col_1]) as RowNumber,COUNT([col_1]) OVER () AS RecordCount,* FROM TableName
17 May 2014   Updated: 17 May 2014   Rating: 4.87/5    Votes: 12   Popularity: 5.25
Licence: CPOL    Views: 24,430     Bookmarked: 19   Downloaded: 0
Please Sign up or sign in to vote.
In this post, we will see how we can convert date time in "X Time ago" format in C#.
29 Nov 2011   Updated: 27 Apr 2012   Rating: 3.40/5    Votes: 9   Popularity: 3.24
Licence: CPOL    Views: 46,622     Bookmarked: 16   Downloaded: 0
Please Sign up or sign in to vote.
How to send emails using Google Apps/Gmail Account
27 Dec 2011   Updated: 27 Dec 2011   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 13,203     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Here is the source code for another solution:Global.asax:void Application_BeginRequest(object sender, EventArgs e){ if (ConfigurationManager.AppSettings["MaintenanceMode"] == "true") { if ((ConfigurationManager.AppSettings["ByPassUrl"].Contains( ...
HTML
23 Feb 2012   Updated: 23 Feb 2012   Rating: 4.75/5    Votes: 3   Popularity: 2.27
Licence: CPOL    Views: 6,970     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
You can use the full url, if you have url rewrite. And this will always work.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Technical Lead
India India
Project Lead
MCTS - .NET Framework 4.0, Web Applications

Blog : http://thakkermukund.wordpress.com
Twitter@thakkermukund

Don't code today, what you can't debug tomorrow!
Everything makes sense in someone's mind