0%
Loading ...

Day: January 11, 2015

  • Data Access (formerly Open Access ORM), the Telerik free .NET object-relational mapping tool

    Data Access (formerly Open Access ORM), the Telerik  free .NET object-relational mapping tool     from http://www.telerik.com/data-access is part of Telerik DevCraft—the ultimate product bundle for professional developers targeting Microsoft platforms. Gain access to the complete stack of products to help you build your next web, mobile or desktop app: UI suites for all .NET…

    Continue reading

  • Two ASP.NET MVC Courses FREE – pluralsight

    Two ASP.NET MVC Courses FREE – pluralsight

    From http://www.pluralsight.com Now on Pluralsight: The ASP.NET MVC 5 Fundamentals training course spends most of its time on new features for version 5 of the framework, including: ASP.NET MVC 5 Fundamentals covers all the new features of ASP.NET MVC 5, as well as the new features for web developers in Visual Studio 2013, including WebApi…

    Continue reading

  • ASP.NET Web API

    How to Deploy .Net Core Web Application to Ubuntu Linux Video ASP.NET Web API Attribute Based Routing Route attributes bring the URL definition closer to the code that runs for that particular URL, making it easier to understand which URL must be called for a particular block of code and simplifying many common routing scenarios.…

    Continue reading

  • Redirect from an HTML page to other HTML page

    Redirect from an HTML page to other HTML page Insert the following html code into HTML page title in order to redirect a Web page to other web page: <meta http-equiv=”refresh” content=”0; url=http://example.com” />

    Continue reading