• Salesforce Interview Questions – Part 1

    Set of most often asked questions on the salesforce.com developement

    Read more…

  • ASP.Net Error: Response is not available in this context

    This error occurred when  i tried to call Response.Redirect method from a class file. Then i tried to find the solution and i got to know that when we use the response object from an aspx page either from aspx page or it’s codebehind page, the response object is directly available because all these derived from

    Read more…

  • App_Offline.htm in ASP.NET

    If you place a file with the name App_Offline.htm in the root of a web application directory, ASP.NET 2.0 will shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application. ASP.NET will also then respond to all requests for dynamic pages in the application by

    Read more…

  • Use FXcop with ASP.NET

    FxCop, an abbreviation “Framework Police,” is a rules-based engine that checks managed code assemblies for Microsoft’s .NET Framework design guidelines and custom guidelines. FxCop is a rule based engine which helps the development team to follow best practices of the .NET platform and development standards (based on every company standards). You can apply to any

    Read more…

  • New Blog from Jitendra Zaa (formerly ShivaSoft)

    In this every minute changing world, knowledge is the only key to success and sharing your knowledge with others is the best way to enhance your skills. This is the technical blog which will update you every day on changing technologies and News. If you got any technical query or any problem then ask at

    Read more…