Useful Links – SQL, .Net, WCF

Useful Links – SQL, .Net, WCF

Useful Links – SQL, .Net, WCF: http://dotnetinterviewquestion.wordpress.com/ http://sqlmentalist.com/ http://linkmentalist.com/ http://microsoftmentalist.wordpress.com/ http://pragimtech.com/home.aspx http://www.programminginterviews.info/   Books: SQL Server 2012 Tutorials – Analysis Services Multidimensional Modeling Multidimensional Expressions – MDX – Reference Microsoft SQL Server 2008 MDX Step By Step
Blog Post by: vijaymstech

SQL 2012 – SSAS – AdventureWorksDW2012Multidimensional-SE\AdventureWorksDW2012Multidimensional-SE.dwproj:The application which this project type is based on was not found.

SQL 2012 – SSAS – AdventureWorksDW2012Multidimensional-SE\AdventureWorksDW2012Multidimensional-SE.dwproj:The application which this project type is based on was not found.

Error: AdventureWorksDW2012Multidimensional-SE\AdventureWorksDW2012Multidimensional-SE.dwproj: The application which this project type is based on was not found. The above error will occur if you are opening old SSAS Multidimensional.dwproj files using SQL 2012 Data Tools IDE. This .dwproj file may be downloaded AdventureworksDW2012 file from Codeplex website. Most .dwproj will have old SSAS Multidimensional Cube definition and its […]
Blog Post by: vijaymstech

BizTalk Server Tip #1: Take advantage of Multi MessageBox Configuration

Take advantage of configuring multiple message boxes in BizTalk environment to overcome SQL server bottlenecks. Once the load goes up in your BizTalk environment, you’ll start seeing bottleneck in SQL server. Normally it will require deep SQL knowledge, such as configuring multiple files per file group to overcome this challenge. The other easy option to […]

The post BizTalk Server Tip #1: Take advantage of Multi MessageBox Configuration appeared first on BizTalk360 Blog.

Blog Post by: Ricardo Torre

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