Registration for NUGGET 2023 is now open! And this year's Netreo User Group Get-together is bigger and better than ever, featuring insightful presentations on Monitoring Today for the Business of Tomorrow!
Our 4th annual virtual event brings together your growing community of customers, reseller and distribution partners for exciting presentations, Oct 24th and 25th. Hear from technology and business leaders at TNS, 22nd Century Technologies, Juniper Networks, DecsionPoint Systems, SeaKay and others, plus in-house Netreo, Retrace and Prefix product experts.
Most C# developers would agree that LINQ is an integral part of the experience of writing code with the language. LINQ provides a fluent, intuitive and consistent way to query data sets in 2 different flavors: the query syntax and the method syntax. In this post, we'll help in your LINQ-mastering with a definition of LINQ itself, a deep dive into the different syntaxes, an explanation of join operations in LINQ, followed by practical, hands-on examples covering the LINQ join operator.
A paradigm of programming OOP involves objects communicating with each other, as opposed to functions operating on data structures. C# is the flagship language of the .NET ecosystem, and its forte is OOP. In this post, we'll offer you a guide on OOP concepts using C# as the language to give real-world examples.
DI, or Dependency Injection, is a pattern that helps developers decouple different pieces of their applications. DI provides a mechanism for constructing dependency graphs independent of the class definitions. Throughout this post, we'll focus on constructor injection where dependencies are provided to consumers through their constructors - something every good .Net programmer needs to know.
Hey! Wow. This was way more work than I thought it would be (...said everyone who ever launched anything), but we did it! 🚀🎉 Flux is officially liveeeeeeee! If you head over to the Flux site, you can browse all 26+ components and read through the documentation to get feel for what it's like. Explore Flux and grab a license here → Quick reminder, instead of per-project/per-year pricing, I'm offering an "Unlimited everything forever— $279 " discount price to celebrate the launch. You pay that price once and you can use Flux in as many personal or commercial projects as you want and you'll receive updates to the component library forever. I really wanted this to be a no-brainer buy at launch. --- Let me extend a deep thank you from the bottom of my heart for using Livewire and supporting my journey. Because people like you purchase products like this, I can keep working on Livewire and Alpine full-time. It's my dream job. ❤️ ...
Hi there, here is your shiny new edition of the Developer Things newsletter! Developer Tips, Tricks & Resources Start Your Free Retrace Trial Today! What is Singleton? A Detailed Overview One of the most well-known design patterns, singleton ensures the existence of a single instance of a given class during the life of an application. Our detailed overview covers what makes this pattern important and useful, how and when should to use singleton, plus use cases and examples. Read More! ...
Hey Livewire folks! It is time. I just launched the new data tables series in the Livewire screencasts. Watch the new series right now → If you don't want to dive in right away or aren't a paid subscriber, check out this fun little teaser I made. (It's the entire 4-hour course condensed into 3.5 minutes while I fiddle around on a synthesizer in the background) Check out the free, short, teaser video → Here's a screenshot of the final product: This series has 27 episodes, is over four hours long, and covers way more than just the table part. We add charting, date range filtering, bulk actions, etc. My favorite part about this series is how we managed to make all the interactions on the page instant. Every time a user clicks on a button or a menu or selects an item, the entire page reacts instantly while something happens in the background. It truly feels like a full React or Vue application. Aside from learning how to build all t...
Comments
Post a Comment