Visual Studio & Python: Importing Existing Project February 20, 2017 Python is a very widely used scripting language. Python comes with many supported IDE (Integrated Development Environment). Microsoft has ...Read More
Dynamic HTML Using Handlebars JavaScript February 13, 2017 The concept of DHTML was Introduced in 1997 by Microsoft with the launch of Internet Explorer 4 to create interactive websites with th...Read More
Cross Site Scripting (XSS): A Client Side Web Security Attack February 02, 2017 When something is accessible to someone other than yourself, the first thing that crosses the mind is how to securely share your inf...Read More
ASP.NET MVC5: REST Web API Authorization January 05, 2017 When a REST Web API is created to share data across multiple devices e.g. mobile devices, desktop applications or any website, then the au...Read More
ASP.NET MVC5: Asynchronous Controllers & Cancellation Token October 28, 2016 Asynchronous Controller benefits those situations where a web page has to perform a long running task and user cannot interact with other...Read More
UI & UX Prototyping October 24, 2016 In development of any application whether mobile, desktop or web base, Prototyping of the application is the most crucial and neglect...Read More
ASP.NET MVC5: Password Meter Jquery Plugin Integration September 08, 2016 In any product that is being developed, User interaction plays the most vital role in developing product perception for the target user. Read More
ASP.NET Webform: Datatables Jquery plugin Server Side Integration September 04, 2016 There are many flavors of Jquery Datatables Plugin and it supports many major web-programming technologies. Read More
ASP.NET MVC5: Role Base Accessibility April 30, 2016 Role base accessibility is another integral part of web development because it provides encapsulation for designated information accessibi...Read More
ASP.NET MVC5: REST Web API Routing with different names April 23, 2016 REST Web API is the most common and vital part of data accessibility via any platform that does have access to database directly. Web API ...Read More