From ASP.NET WebForms to modern web technologies Zdravko Kolev / Tue, Mar 15, 2016 You may have come across articles about the end of support for ASP.NET WebForms and how you should consider to start using ASP.NET MVC over ASP.NET WebForms. This topic is about components from each of...
Creating a photo album for ASP.NET MVC 5 Users using Azure BLOB storage Dhananjay Kumar / Mon, Jan 25, 2016 In this blog post, we will integrate ASP.NET MVC with Azure BLOB Storage by saving an image for an ASP.NET Identity 2.0 user in Azure BLOB Storage. We’re going to cover a lot of ground in this post, including...
Creating Unit Tests for ASP.NET MVC Controllers Dhananjay Kumar / Fri, Jan 15, 2016 In this blog post, we will learn to write unit tests for various MVC controller’s behaviors, such as view’s return types, redirecting to different actions etc. Specifically, we’ll cover writing Unit Tests...
Ignite UI and NuGet Alexander Marinov / Tue, Sep 9, 2014 NuGet is a powerful ecosystem of tools and services. It was introduced in 2010 as an open source package manager for the Microsoft development platform including .NET. NuGet is the easiest way to improve...
jQuery Bulgaria 2013–Event Recap [Infragistics] Mihail Mateev / Tue, Dec 3, 2013 On November 30 was held the first in Eastern Europe jQuery Conference . jQuery Bulgaria is the largest free community event in Bulgaria with 700+ participants What is jQuery Bulgaria The very first conference...
jQuery Responsive Grids: Tips and Tricks Damyan Petev / Tue, Jun 25, 2013 So far we’ve had an overview of the Responsive Web Design mode support for the Ignite UI Grids and some considerations with general implementation, merging columns, combining with column hiding and with...
Responsive Web Design with jQuery Grids: A closer look Damyan Petev / Thu, May 23, 2013 I really hope I got you excited about the Responsive Web Design mode for the Ignite UI Grids last time – as it is the kind of an unique feature that truly makes this jQuery control stand out! As previously...
jQuery Grids and Responsive Web Design Damyan Petev / Fri, Apr 12, 2013 Responsive Web Design has been abuzz for some time now. In case you just now clash with the term, it’s a web design approach aimed at crafting sites to provide an optimal viewing experience across a wide...
Exploring JavaScript MV* Frameworks Part 1 – Hello Backbonejs Nishanth Anil / Mon, Apr 1, 2013 JavaScript has become one of the most popular programming languages on the web. At first, developers didn’t take it seriously, simply because it was not intended for server side programming. It was a...