Android Letter Section ListView

A recent project required me to create an Android ListView looking like the “out of the box” IOS ListView which separates the items by letter and has the letter at the top of each letter section (IOS example below):

Since there is no switch in Android Development to just turn this feature on, I created a […]
Blog Post by: Nick Rubino

BizTalk Server 30 day Tips Series

  We are ramping up for our biggest BizTalk/Integration event in Europe on 3rd and 4th of March 2014. As a path to the event we are going to publish one super useful BizTalk server tip every day. The tips are curated by our own expertise and also from our good friends from Integration MVP […]

The post BizTalk Server 30 day Tips Series appeared first on BizTalk360 Blog.

Blog Post by: Saravana Kumar

Microsoft: Satya Nadella – next CEO

The buzz on the street is Satya Nadella to be the next CEO at Microsoft.

http://www.pcworld.com/article/2092196/report-satya-nadella-to-be-named-microsoft-ceo-gates-out-too.html

Having met and spent time with him – he comes across as being very thoughtful with
points in question being responded to carefully and measured.

Great innovator & I think will guide the ship where it needs to go to be successful
during these technologically shifting times.

Wishing you all the success Satya.

Blog Post by: Mick Badran

Techdays sessions

Techdays sessions

Bonjour %u00e0 tous, premier article en fran%u00e7ais puisqu’il concerne la communaut%u00e9 francophone, J’anime une session aux techdays le jeudi 13 fevrier %u00e0 15h15 : R%u00e9alisez le potentiel des donn%u00e9es cross canal qui vous entourent RP, R%u00e9seaux Sociaux, CRM, Site de e-commerce, caisses de magasin, site Web, Hadoop : comment analyser les donn%u00e9es en provenance de […]
Blog Post by: Jeremy Ronk

CSS bundling disrupts UI display because of style sheet limits in Internet Explorer

We launched BizTalk360 Version 7.0 in November, 2013 with the major upgrade rewriting the complete UI in HTML5, moving away from Silverlight. Since then, We have been consistently adding additional features to the application by following the best development practices. Recently, We have been noticing some UI components misaligned as we add on features one […]

The post CSS bundling disrupts UI display because of style sheet limits in Internet Explorer appeared first on BizTalk360 Blog.

Blog Post by: Arunkumar Kumaresan

Calling C++ From SQL CLR C# Code

Ever since Microsoft integrated the .NET Common Language Runtime (CLR) into the relational database engine back in SQL Server 2005, the recommended technique for extending T-SQL with custom code has been to use SQL CLR with a .NET language (such as C# or VB). This is because CLR code is managed code, meaning that at […]
Blog Post by: Lenni Lobel

BizTalkMagazine: A weekly magazine focus on BizTalk Server and Windows Azure BizTalk Services

BizTalkMagazine: A weekly magazine focus on BizTalk Server and Windows Azure BizTalk Services

I always loved to read a lot and different types of magazines, about technology, cars or even National Geographic, sometimes just to pass the time flipping through their pages watching the photos, sometimes based on the title get deep and read the articles. I believe that is a good way to keep us updated on […]
Blog Post by: Sandro Pereira

Cnext is looking for a BizTalk Developer

Cnext is looking for a BizTalk Developer

Responsibilities: Participate in the analysis, design, development, deployment and transition to operations of the BTS soltutions we develop for our clients Translate the functional requirements of our customers into technical solutions that really work Serve as gatekeeper between service delivery and service operations (support change management, approve for operations, release and config mgt) Optimize operational […]
Blog Post by: Cnext

Cnext is looking for a BTS Operations Hero

Cnext is looking for a BTS Operations Hero

Responsibilities: Administer the BTS environment at our Managed Services Customers (includes platform modifications, monitoring, deployment, updates) Serve as gatekeeper between service delivery and service operations (support change management, approve for operations, release and config mgt) Optimize operational procedures (checklists, performance tuning, optimization, problem mgt) Database Management (monitoring, tuning, maintenance) Coordinate operational activities (Remote Operations and […]
Blog Post by: Cnext

Android Database Modeling Made Easy with GreenDAO ORM

Recently I attempted to create an application that worked in an “Offline” mode. However one of the biggest hurdles I encountered was maintaining the data model throughout development. As most projects go, the definition of the database tables changed frequently, and maintaining the structure became a tangled mess of version numbers, alter statements and data […]
Blog Post by: Rob Rastelli