Author: admin

  • Blog
  • Author: admin

Convert C# Object into JSON and vice versa using Jil

I have also written couple of posts about converting C# object into JSON and vice versa. Following is a list of post for the same. Converting a C# Object into JSON string How to convert C# object into JSON string with JSON.NET In this blog post we will learn about how we can convert C#

Google Translation API Integration in .NET

Language localization is one of important thing of site of application nowadays. If you want your site or application more popular then other then it should support more then language. Some time it becomes difficult to translate all the sites into other languages so for i have found a great solution. Now you can use

Custom Membership and Role Provider In ASP.NET

Put this into web.config file for removing default connection string <connectionStrings> <remove name=”LocalSqlServer”/> <add name=”xyzConnectionString” connectionString=”Data Source=vsdotnet; Initial Catalog=xyz;User Id=sa;Password=sa;” providerName=”System.Data.SqlClient”/> </connectionStrings> Put this in web.config file for membership providers. <membership> <providers> <remove name=”AspNetSqlMembershipProvider”/> <add connectionStringName=”xyzConnectionString” enablePasswordRetrieval=”false” enablePasswordReset=”true” requiresQuestionAndAnswer=”true” applicationName=”/” requiresUniqueEmail=”false” passwordFormat=”Hashed” maxInvalidPasswordAttempts=”4″ minRequiredPasswordLength=”7″ minRequiredNonalphanumericCharacters=”1″ passwordAttemptWindow=”10″ passwordStrengthRegularExpression=”” name=”AspNetSqlMembershipProvider” type=”System.Web.Security.SqlMembershipProvider,System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”/> </providers> </membership> put

Routing with UI-Router and Angular.js

In Today’s world, Angular.js is one of best JavaScript framework available to create Single page applications. It’s provides some great features and with the help of this features we can built great interactive apps. In any single page application routing is very important as in most of the time single page application will not have