Power Apps and the .NET Developer
Code Mill Technologies
by Matthew Soucoup
2y ago
Power Apps is a low-code solution to building applications. A lot of the work needed to make the application work is done for you behind the scenes. You still have to write code to make the app work, but that's not the main focus when creating the app. An app built with .NET is high-code. I don't mean that .NET isn't elegant or libraries don't exist to help. Rather when you write a .NET app your primary focus is on writing code to make the app work. Both are incredibly powerful ways to build applications. And when you mix Power Apps with .NET - your productivity can go through the roof. So le ..read more
Visit website
Excel is Amazing! Name Cells Like a Variable
Code Mill Technologies
by Matthew Soucoup
2y ago
Excel is so much more than a place to track who isn't ... I mean is ... coming to a party that I throw. It pretty much is a full-blown programming language upon itself. The more I mess around with it, the more I'm amazed with what it can do. Here's something I just learned that kinda blew my mind. You can give individual (or a range) of cells a name. Like naming a variable. And then refer to that name in various formulas. Think about how useful that can be - when you need to have a formula that calculates the sum of the cells that hold the values for the cost of eggs, milk, and bread - you co ..read more
Visit website
The Write a .NET App on an iPad Challenge!
Code Mill Technologies
by Matthew Soucoup
3y ago
During Microsoft Build 2021 - GitHub Codespaces was talked about during both the first day's main keynote and the second day's developer keynote. The tagline for Codespaces is - "Develop from anywhere - anytime". But the real question is - can I write and test .NET apps using only an iPad? Can I write, test, and run .NET apps using only an iPad? Before I get to that, first let's take a look at Codespaces... Codespace wha?!? In a nutshell Codespaces lets you: Run VS Code from a browser to edit files in a GitHub repo. You can even install extensions into VS Code. Run the code in that repo wi ..read more
Visit website
Microsoft.Identity.Web, Azure Active Directory, and SPAs
Code Mill Technologies
by Matthew Soucoup
3y ago
If you've been following along with this series on demystifying Azure Active Directory for developers - showing how all the various topics fit together, including using the new Microsoft.Identity.Web library to illustrate various points - you've probably noticed I've only talked about ASP.NET Core web applications and web APIs. But what about Single Page Applications - or SPAs? Can they integrate with an ASP.NET Core Web API using the Microsoft.Identity.Web library protected by Azure AD? Yes. Why yes they can. Creating a SPA to Access an ASP.NET Core Web API SPAs by their nature are all JavaS ..read more
Visit website
Web API Authentication with Microsoft.Identity.Web
Code Mill Technologies
by Matthew Soucoup
3y ago
In the last article you learned how to authenticate an ASP.NET Core web application to Azure Active Directory using the preview version of the Microsoft.Identity.Web library. And ideally (hopefully!) you were able to make sense of the concepts and how the fit together because the first article in this series helped you out! This post takes it one step further. You'll create a Web API application, protect it behind Azure AD, and then have the web app from the previous article access it. (And remember, refer back to that first article in this series to help explain any concepts.) Let's get to i ..read more
Visit website
Authenticate a ASP.NET Core Web App With Microsoft.Identity.Web
Code Mill Technologies
by Matthew Soucoup
3y ago
So you want to authenticate your ASP.NET Core web app with Azure AD. It sounds daunting, but with a little help from the Microsoft.Identity.Web SDK and knowing how it fits in with the pieces of Azure AD's Applications, it's not too bad. Confused by all the terminology and how they fit together? Head on over to this article to clear that up. Authentication Made (Kind of) Simple The intention of this article is straightforward. Configure Azure AD to allow users of your application to sign-in. And create an ASP.NET Core web application that signs in. If you read the previous article, you'll see ..read more
Visit website
Let's Talk About Azure AD and Microsoft Identity Platform
Code Mill Technologies
by Matthew Soucoup
3y ago
Have you been following along with all the changes in Azure Active Directory (AD)-land and the various Microsoft Identity branded things? (Especially since my epic series on all things Azure AD B2C?) The changes and new features are amazing but change can be confusing. So let's have a little chat about Azure AD and Microsoft Identity. The Quick Tour OK - so I'm going to level with you... the way things are named in Microsoft's Identity Platform is a little bit... well, confusing. I just illustrated my own point - I said Microsoft Identity Platform without introducing it first. What in the wor ..read more
Visit website
Partly Cloudy Episode 10 Recap: Don't Repeat Yourself (DevOps)
Code Mill Technologies
by Matthew Soucoup
4y ago
Well, we made it to the end of the series!! And in today's episode you learned how to put the app through a mobile DevOps process. There were a couple of keys to the DevOps process. Notably having the keystore file uploaded to the secure files portion of DevOps. And also having all the secrets stored in the variables. We also pushed to App Center. The cool thing about that is App Center allows us to distribute the app to beta testers or even the stores! Check out the episode for even more info ..read more
Visit website
Partly Cloudy Episode 9 Recap: Tweak It (Customizing the UI)
Code Mill Technologies
by Matthew Soucoup
4y ago
Welcome back to Partly Cloudy! The show where you learn how to build a cloud-connected Xamarin mobile application. We start from nothing and don't quit until it's ready for the App Store! Go ahead and download all the code from GitHub - you're going to need it to follow along! Episode 9 Recap: Tweak It (Customizing the UI) In this episode we put the finishing touches to the app's user interface. It looked good before, but now it'll look even better! You'll learn all about Xamarin.Forms Visual, how to change the home screen icons, tailor the splash screens to your exact specifications, and eve ..read more
Visit website

Follow Code Mill Technologies on FeedSpot

Continue with Google
Continue with Apple
OR