dotnet

  1. zoltanszogyenyi

    Tip Open-source UI components for Blazor based on Tailwind CSS

    Hey everyone, Together with the open-source community from Flowbite we wrote a Blazor integration guide and a starter repository] on GitHub that helps you set up the UI components from Flowbite that are based on Tailwind CSS such as dropdowns, navigation bars, hero sections, footers, and more...
  2. amirdaneshi

    Question how to resolve this error: The name 'InitializeComponent' does not exist in the current context?

    hi, i'm new to dot net and i really want to get into WPF. but when i create a brand new project in visual studio or in dotnet sdk, i keep getting this error that says: The name 'InitializeComponent' does not exist in the current context? in both vs and vscode there is a red line under it as...
  3. S

    Question Xaml layout problem

    Hi everyone, I'm making a window, the first image you see is the visual studio editor, the second the program started, but why the heck it destroys the whole layout .. I can't understand if it's a problem with the size of the objects , many are not even displayed 😭 <Window...
  4. Z

    Memory Stream With Large Files

    Dears, Is there any way to put a large file into a memory stream with file with size > 1 GB. knowing thar Read(byte[] buffer , int offset, int count) does not work in large files.
  5. Z

    Question Generic Dictionaries

    Dears, when wrtitng this generic class public static R GetValueFirstItem<T, Q, R>(this Dictionary<T, Q> dict, T key) where Q : IEnumerable<R> { if (!dict.TryGetValue(key, out var r)) return default(R); if (r == null || r.Count() == 0) return default(R); return...
  6. Z

    Force implement virtual methods

    Dears, I have a base class with 2 virtual methods. How can I force a child class inherited from the base class to override one of these two virtual methods.
  7. DotNetDeveloper

    How to create PDF document with hierarchical Multilevel List in C#

    How to quickly create a PDF document with hierarchical Multilevel List in C#? PDF document consists of sections. PDFFlow library for C# allows you to create PDF with as many multilevel lists in one section as you need. Creating a list with PDFFlow is only a few lines of code: 1. First you...
  8. E

    Ruby on Rails and .Net Developers (Romania)

    Use your Ruby on Rails or .Net skills at Sage Barcelona A career at Sage Barcelona puts you in one of the most beautiful cities on the planet, developing some of the world’s most transformative integrated business systems. Wherever you’re working as a Developer right now, that probably sounds...
  9. A

    Which NEW Microsoft certification is for C#/.NET (as MCSA and MCSD will get retired soon) ?

    Microsoft will retire its old certifications like MCSA and MCSD on 31 January 2021. Microsoft plans to introduce new role-based certifications to replace these older certifications. Which newer, role-based certification is for C#/.NET ?
  10. laves

    Tip Adding an offline voice interface to a cross-platform .NET GUI

    For those who want to dive deeper, here's a tutorial I wrote and the source code! Here's a little tutorial about how I added a voice interface to a cross-platform desktop app: For those who want to dive deeper, here's a tutorial I wrote and the source code! In a world where developers are...
  11. F

    Looking for Sr. Dotnet Developer in Phoenix, Arizona

    Hi, We are looking for a experienced Dotnet developer position at Phoenix Arizona. Please follow below link for the JD and the application https://www.indeed.com/viewjob?t=senior+dot+net+developer&jk=1aee99e632d663fa&_ga=2.113903616.600597973.1596457053-452993382.1595967588 Thanks, Freemind...
  12. satya_prakash_nandy

    Answered A quest for key points about OracleCommand class.

    Hello everyone, I am just a beginner in this vast c# world. Hence I want to know why most of the code over the internet had using keyword while creating a new OracleCommand object. Is there is any significant importance? Apart from that I also want to know how to open and dispose of database...
  13. groupdocs

    GroupDocs ads

    What?s new in this release? GroupDocs team is pleased to announce the new release of GroupDocs.Conversion for .NET 3.0.0. It includes a large variety of document formats. Document conversion was never so easy. The legacy 1.1.0 version of GroupDocs.Conversion for .NET supported less document...
Back
Top Bottom