Skip to main content

Posts Tagged ‘.net’

What Skills Should Developers Invest In?

Technical professionals are constantly refining their development skills to for both their own personal and professional advancement, and also to produce the best possible product for the end user. But how does a developer decide where to invest time and money in developing their skills? David Tucker, VP of Technology at Universal Mind, recently compiled a list of the 10 areas he feels […]

Bing Your Way To Success – Tips Every Programmer Should Live By

When I was in school, I remember studying learning styles – “series of theories suggesting systematic differences in individuals’ natural or habitual pattern of acquiring and processing information in learning situations.” I was the always the Converger, very hands-on, figuring out things for myself, testing theories. For me, this started at an early age. I can remember being one […]

Developing for Office 365 and SharePoint

Recently I participated in a Microsoft developer discussion on the Yammer Network where some great ideas were shared. I am re posting a summary of the session posted in that group here for everyone’s benefit ——————————– Overview: Microsoft responses to questions are provided by Chris Johnson, Sonya Koptyev, Jeremy Thake, Dorrene Brown, Mauricio Ordonez, Brian Jones, Ricky Kirkham, Christophe Fiessinger, […]

Declarative data caching in .NET business layer

One of the most effective ways to improve application performance is to implement data caching. Most of the applications are relatively retrieving the same data from external sources like database of web service and if that source data is never or seldom changes then application is just wasting CPU time and I/O querying the source […]

Strengthen Company Culture with Yammer enhanced by HDInsight

In a world of broadband internet connections, online collaboration tools and the ability to work from almost anywhere – office culture can be difficult to sustain.  This especially holds true for people who live in large cities (where the commute can be problematic) or in harsh climates (like the never ending winter in Chicago this […]

Windows Azure: Retiring Windows Server 2008 and how to upgrade

Beginning on June 2, 2014 Windows Azure will be retiring Windows Server 2008.  This means that you will no longer be able to deploy a new Cloud Service or manage your existing services on virtual machines running Windows Server 2008. Windows Azure currently supports four different GuestOS ‘versions’: GuestOS 1.x – Windows Server 2008 GuestOS […]

Guide to Integrating Your Product Catalog with Sitecore

The Perficient Sitecore team has been writing feverishly over the past few months to publish several new guides. Most recently, Mark Servais, a Sr. Technical Consultant within Perficient’s Sitecore practice and Sitecore MVP, authored a new paper, Four Ways to Successfully Integrate Your Product Catalog with Sitecore. Sitecore is a content management platform that is […]

ASP.net Cascading Dropdownbox and Jquery

Background: A few days back as part of my .Net learning effort I had to deliver a task that depicts the below screen When the end-user types the username, the application should validate the username from the database and display his / her training details in the dropdown box named TopicNames and LevelName. The application then […]

Windows Azure: How to create a streaming media service (GUI)

In my previous post I discussed how Microsoft and NBC were streaming every single event live and on demand at the Sochi Olympic Games.  Azure makes publishing and streaming videos easier than ever before.  This post will walk you through creating a media service, uploading content (video or audio), encoding it and publishing it for […]

MVC controller actions vs Web API vs SignalR – what to use?

Over the course of a last few years Microsoft unleashed two new web development frameworks: Web API and SignalR, both are suitable for asynchronous communications between web client and web server.  And, of course, we still have MVC controller actions that can be used for asynchronous communications too and can accept and return JSON objects. […]

Integrating ASP.NET MVC authentication with SiteMinder SSO

SiteMinder is an enterprise-class secure single sign-on solution by CA (Computer Associates) which is employed by many large companies to secure their intranet access and provide single sign-on functionality to various intranet applications.  SiteMinder has a broad support for different application frameworks which is making possible to use in heterogeneous enterprise environment. For example, when […]

Gracefully handle MVC login session expiration in javascript

If your web application is built using ASP.NET MVC stack and it requires user authentication and authorization to access a certain parts of the application (or application as a whole), then the chances are that you using [Authorize] controller attribute. This attribute could be applied to controller as a whole or to any of the […]

Load More