Posts

Showing posts from July, 2015

New Feature in Visual Studio 2015 RC

Image
Introduction In this Visual Studio 2015 RC have major changes ever, an integrated suite of developer productivity tools, cloud services, and extensions that enable you and your team to create great apps and games for the web, for Windows Store, for the desktop, for Android, and for iOS. This article highlights some of the most important features in visual studio IDE. New Feature in Visual Studio 2015 RC   Description  1)    Sign In across multiple accounts You can work with multiple user accounts in Visual Studio by adding them as you go or through the new Account Manager. Then, you can switch between those accounts on the fly when connecting to services or accessing online resources. Visual Studio remembers the accounts you add so you can use them from any instance of Visual Studio or Blend.   Figure1: You can add multiple accounts in visual studio by clicking on Add an account link 2)    Choose your target platform(s)   Visual Studio 2015 supports cross-platform

JUICE UI - ASP.NET Web Forms with jQuery UI

Introduction JUICE UI is open source ASP.NET Web Forms components for jQuery Widgets. We use all jQuery UI components like ASPX Server side control. Here we learn and use JUICE UI control in Aspx Web Form. JUICE UI Control also available for ASP.NET MVC Control also as helper method. Description Juice UI requires .NET 4.0. Please ensure the proper version of .NET is installed before attempting to integrate Juice UI Controls. Juice UI can be installed through the NuGet Package Manager: PM> Install-Package Juice UI Note: While use JUICE UI Control TargetControl attribute is required to set with ASPX Control ID. Before Use JUICE UI Control Add ScriptManager in Page. All jQuery Widget and JUICE UI Control have same attribute Date Picker Control <asp:TextBox runat="server" ID="txtDate" /> <juice:datepicker runat="server" targetcontrolid="txtDate" mindate="-20" maxdate="+1M +10D" /> Juice UI Dat

Common Asp.Net Tips and Tricks

Image
Introduction This article is useful for all developer who faces this type of exception in their software development time. Article also provides tips for common error. I will provide you solution of common exception and issue facing during development. Tips and Tricks 1) 500 Error occurs while publishing website in IIS. Most configuration error occurs because of this.   Solution Figure1: Configuration Steps related to publish website in IIS Step 1 : Choose appropriate application pool and if target framework is missing  in application pool then follow below steps as per your pc. Open command Prompt using Run as administrator   Change the directory path for proper framework in command prompt CD C:\Windows\Microsoft.NET\Framework64\v4.0.30319 After changing directory path hit enter "aspnet_regiis i" this command register aspnet_regiis is available into directory. Step 2 : Select proper publish code   Step 3 : Check the Physical path