./nugetz

#Technology

24 packages tagged with “Technology

Siticone.Desktop.UI

Siticone Desktop UI (as part of the Siticone Framework Suite) is the leading developer productivity product in the market of .NET and Windows Forms UI/UX Design. It is the epitome of all .NET UI developement libraries and frameworks empowering developers to create futuristic, performant, fast and clean user interface to deliver an extremely impressive user experience with minimal effort, low programming experience at a very resonable budget. Embeded in the .NET Ecosystem, with matching industry accepted naming and design rules, the learning curve is almost flat. Once installed, a few simple clicks are enough to discover the real power of Siticone! How to add Siticone Desktop UI to your project: 1. Install the library 2. Open Visual Studio Toolbox and create a new tab e.g. "Siticone Desktop UI Components" 3. Right-click and "Choose items". 4. "Browse..." and locate the installed library i.e. from the "bin" folder and add select. 5. Drag-n-drop any Siticone Controls onto the Winform. That's it! How to use Siticone Desktop UI: 1. Watch tutorials and video demos from our channel: https://www.youtube.com/channel/UCdU2lQWL-wqHmBkhhMZeTDQ?sub_confirmation=1 Minimum System and User Requirements: -Siticone Desktop UI works with C# and VB.NET programming languages, in a Windows Forms Application Development Environment. Minimal Technical Requirements: - Microsoft .NET Framework 4.0 or higher. - Visual Studio 2012 or later. Developer requirements: - A basic knowledge of C# or VB.NET programming languages (both is an advantage). - A basic knowledge of Windows Forms application development system (Winforms). For more information, please visit: https://siticoneframework.com/get-started Support email: -support@siticoneframework.com Live support: https://www.siticoneframework.com Happy UI/UX Development!

v2.1.186.8K
c#vbwinformscontrols.net
pkg

SingleFile.VB.LicenseInfo.MitLicense

VB.NET source file that contains a subclass of LicenseInfo with the details to the "MIT License" (worded by the Massachusetts Institute of Technology) to be included through an Acknowledgement attribute in source code and libraries. Supported versions: .NET Framework 2.0 .NET Framework 3.0 .NET Framework 3.5 .NET Framework 3.5 Client Profile .NET Framework 4.0 .NET Framework 4.0 Client Profile .NET Framework 4.5 .NET Framework 4.5.1 .NET Framework 4.5.2 .NET Framework 4.6 .NET Framework 4.6.1 Language requirement: Visual Basic 8 (shipped in 2005 with .NET 2.0) This package is part of the "SingleFile.VB" collection that consists of small utilities in the form of VB.NET source files, usually two of them per package, namely the code file and the test file (Microsoft standard unit tests) as well as the license files that are shared over all "Single.VB" packages. Some philosophy: Extension methods and other static utility functions are not shared accross projects resp. assemblies but included wherever they are needed. For that reason they are declared "Friend" and namespace-less as they are supposed to be part of the project's current namespace. Unit test files are added directly to the project and declared "Public" because of limitations of that framework, but they are only compiled in debug mode (through a compiler directive that checks for the "DEBUG" keyword). This allows to keep the tests very near to the code which simplifies access to internal members but does not bulk the published version. The reference to "Microsoft.​VisualStudio.​TestTools.​UnitTesting" (assembly "Microsoft.​VisualStudio.​QualityTools.​UnitTestFramework.dll") is only needed during development and may be declared with "Copy Local = False". The NuGet package version is global across all "Single.VB" packages, and they always reference other packages of the same version (most recent at the time of publishing). This greatly simplifies my dependency handling and therefore improves the quality of the NuGet packages, but may leed to an updated package that does not contain any code change. I apologize for that inconvenience. Your feedback and/or contribution is welcome. Please contact me on singlefile.vb@gmail.com.

v1.0.2762.6K
SingleFile.VB.LicenseInfo.MitLicenseMitLicense.vbMITMIT-LicenseMassachusetts