patternfly /
patternfly-3
This repo contains the HTML, CSS, and JQuery for the PatternFly 3 project.
31/100 healthLoading repository data…
kentcb / repository
This project contains a set of generic binding converters that can be used in most any WPF (or Silverlight) application.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is no longer actively maintained for two reasons:
My recommendation these days is to avoid converters wherever possible. Instead, put conversion logic in your view models where it can be tested and written in a platform-agnostic manner. In those cases where conversion is required purely to support the view (not business logic), converters are still a viable option and those provided by this project are very useful.
This project contains a set of generic binding converters that can be used in most any WPF (or Silverlight) application.
Just about every non-trivial WPF application requires some custom binding converters. A set of dependable, general-purpose converters greatly reduces the number of converters that you must write yourself.
The easiest way to get WPF Converters is to install via NuGet:
Install-Package Kent.Boogaart.Converters
<TextBox x:Name="nameTextBox"/>
<TextBlock>
<Run>Your name in upper case is </Run>
<Run Text="{Binding Text, ElementName=amountTextBox, Converter={con:CaseConverter Upper}}"/>
</TextBlock>
Please see the documentation for more details. The source code download also includes sample projects for both WPF and Silverlight.
WPF Converters was created by Kent Boogaart.
ExpressionConverter, which allows arbitrary C# expressions to be applied to bound values, and MapConverter, which maps input values to corresponding outputs.Selected from shared topics, language and repository description—not editorial ratings.
patternfly /
This repo contains the HTML, CSS, and JQuery for the PatternFly 3 project.
31/100 healthZroctve /
This Repository Contains 150+ web development Projects.
83/100 healthdhairyagothi /
This repository contains 100+ web projects from basic to advanced using html css and js and other web development tech stacks Please star the repo before start working on it
Taritsyn /
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
82/100 healthapu52 /
🚀 Welcome🌈 , This repo is officially accepted for🌟 KWOC 2025 🌟SWOC'26🌟This repo contains my project on Travel Website ✈️ using HTML,CSS . It contains the landing page of a travel tour company website. If you have any front end project on this or you can add new features in the project or in this repos.
77/100 healthayushi7rawat /
This repository contains all the code I use in my YouTube tutorials.
86/100 health