-
Robomongo Cross Platform GUI Manager For MongoDB
MongoDB is best no-sql document database, used in small to large application. As a developer or administrator we need GUI based manager for MongoDB, for this purpose i found Robomongo best free, native, cross platform and open source tool to manage MongoDB as it provide simple GUI to connect your repositories browse and see you…
-
Visual Studio Code is Best Open Source IDE
As a developer we know that Visual Studio is best IED for application development but only for Microsoft Windows. Now days things are changing very rapidly and Microsoft also. They are opening their many platforms to open source community and in this they created one open source lite weight IDE named Visual Studio Code. VS…
-
C# Example For Removing White Space From HTML
Example of csharp utility function to remove white spaces from HTML string. This is done with help of Regex class of dotnet framework.
-
Asp.net Membership Get Users Email
Csharp utility function example to retrieve users email from asp.net membership.
-
Best Way to Hash Password in C#
C# example to hash password or any other string. This function return hashed data in Base64 form.
-
C# Example to get SubDomain From URL
C# utility function to find sub domain name from URL.
-
Best Way To Serialize and Deserialize Object To JSON In Asp.net
C# Example for Serialize object to JSON string and Deserialize JSON sting to object in asp.net.
-
C# Parsing string representation of an enum field
C# generic utility function example to parse enum string field safely.
-
Detecting Asp.net is Running Under Linux
C# example to check that asp.net is running on linux or not using Environment.OSVersion.Platform.
-
How to Detect Mobile Device Request in Asp.net
Utility function example for detecting mobile device request using C# and asp.net.