5 Ways to Export from ASP.NET to Word and PDF Files
Building feature rich applications can often leave users asking to take visual elements off the screen to be used elsewhere. Being able to export from an application to Word or PDF opens up new...
View ArticleUsing XAML in Xamarin.Forms – Part 3: Accessing Dynamic Data
The first article in this series on using XAML in Xamarin.Forms looked at what XAML is, its benefits, and some of the basics of using it. The second article dove a little deeper, looking at how to...
View ArticleXAML Standard Demystified
Most spoken languages in the world have various dialects. And this isn't a bad thing since it adds to the diversity and richness of the given language. Trouble crops up when language dialects become...
View ArticleGetting Started with Telerik UI for UWP
Have you heard of Telerik UI for UWP? It's a suite of UI controls for Universal Windows Platform (UWP). You can find the source code (Apache License v2.0) and the documentation on GitHub. What's more,...
View ArticleRefactoring Data Grids with C# Extension Methods
Extension methods were added in C# 3.0 and ever since they have been an indispensable part of how I write code. In this post, we'll look where extension methods are used, the details of what makes up...
View Article.NET DevChat: Building Responsive Web Apps with ASP.NET MVC and Bootstrap Recap
Bootstrap 4 is great, and it's even greater when used in conjunction with Telerik UI for ASP.NET MVC. In this .NET DevChat, we covered the basics of Bootstrap, its NavBar component, the Grid layout...
View ArticleXamarin App Dev Conversations @ Ignite
28,000 people. That could very easily be the entire population of a small town. Microsoft’s Ignite conference in Orlando this Fall quite casually attracted 28K attendees – let’s just say it was a huge...
View ArticleTelerik UI for Xamarin for all MVPs
We love Microsoft. It is natural to get excited with the Microsoft technology stack these days – .NET Core takes the magic everywhere, .NET Standard provides portability and developers get mature...
View Article5 .NET Standard Features You Shouldn’t Miss
Banner photo by Bridget Coila modified by Ed Charbeneau It’s amazing to see the .NET community with so much energy, can you believe there’s a C# Advent Calendar. That means there’s 25 (including this...
View ArticleFunctions as Data: Functional Programming in C#
In Object Oriented Programming (OOP), we’re used to using collections of objects or simple data types. We often sort and filter these collections using LINQ as part of business logic behaviors or for...
View Article