Results 1 to 7 of 7

Thread: Free components for .NET developers

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Thumbs up Free components for .NET developers

    I know there are a couple of developers on here so I thought I'd share this. Was visiting one of our component providers and noticed that they followed Microsoft's example with the new Visual Studio Community edition and made all their components available for free for individual developers or companies with less than 5 developers and less than $1m turnover.

    So here it is. Syncfusion EssentialStudio.
    http://www.syncfusion.com/products/communitylicense

    We've been using some of their components for the past couple of years and we're due to renew our license later this month so I was quite relieved that we won't need to fork out all that money to renew again. The R/$ exchange rate is a b#tch at the moment for renewing our licenses from the US.

    Anyway, just for interest sake, we've used their Winforms controls, but phased most of it out and replaced it with DotNetBar (more lightweight). We use their File Formats extensively (generate Excel, Word, Pdf files using their object library without needing to have the actual software installed... and it performs very well) and we're starting to use their MVC components now after they've completely revamped it middle last year.

    They obviously have components for WPF, Silverlight, Mobile and so forth, but we've never really got to that.
    Anyway, for those who like this, enjoy.

    No guts, no glory, no brain, same story.

  2. #2
    Mr. Nice Guy Solitude's Avatar
    Join Date
    Feb 2009
    Location
    Silent Hill
    Posts
    16,144

    Default

    That's amazing ViperGTI! Thanks for sharing. We use Telerik controls at work but this will be perfect for my own projects.

  3. #3
    No Hobbits Allowed Isengard's Avatar
    Join Date
    Feb 2009
    Location
    Cape Town
    Posts
    8,409

    Default

    Quote Originally Posted by ViperGTI View Post
    I know there are a couple of developers on here so I thought I'd share this. Was visiting one of our component providers and noticed that they followed Microsoft's example with the new Visual Studio Community edition and made all their components available for free for individual developers or companies with less than 5 developers and less than $1m turnover.

    So here it is. Syncfusion EssentialStudio.
    http://www.syncfusion.com/products/communitylicense

    We've been using some of their components for the past couple of years and we're due to renew our license later this month so I was quite relieved that we won't need to fork out all that money to renew again. The R/$ exchange rate is a b#tch at the moment for renewing our licenses from the US.

    Anyway, just for interest sake, we've used their Winforms controls, but phased most of it out and replaced it with DotNetBar (more lightweight). We use their File Formats extensively (generate Excel, Word, Pdf files using their object library without needing to have the actual software installed... and it performs very well) and we're starting to use their MVC components now after they've completely revamped it middle last year.

    They obviously have components for WPF, Silverlight, Mobile and so forth, but we've never really got to that.
    Anyway, for those who like this, enjoy.
    We started checking this out in the office, thanks for the headsup!

  4. #4
    Local caffeine junky matt's Avatar
    Join Date
    Feb 2009
    Location
    Johannesburg, SA
    Posts
    6,516

    Default

    Quote Originally Posted by ViperGTI View Post
    I know there are a couple of developers on here so I thought I'd share this. Was visiting one of our component providers and noticed that they followed Microsoft's example with the new Visual Studio Community edition and made all their components available for free for individual developers or companies with less than 5 developers and less than $1m turnover.

    So here it is. Syncfusion EssentialStudio.
    http://www.syncfusion.com/products/communitylicense

    We've been using some of their components for the past couple of years and we're due to renew our license later this month so I was quite relieved that we won't need to fork out all that money to renew again. The R/$ exchange rate is a b#tch at the moment for renewing our licenses from the US.

    Anyway, just for interest sake, we've used their Winforms controls, but phased most of it out and replaced it with DotNetBar (more lightweight). We use their File Formats extensively (generate Excel, Word, Pdf files using their object library without needing to have the actual software installed... and it performs very well) and we're starting to use their MVC components now after they've completely revamped it middle last year.

    They obviously have components for WPF, Silverlight, Mobile and so forth, but we've never really got to that.
    Anyway, for those who like this, enjoy.
    Thanks for the link

    Ahhh! They have a Gantt chart! I've been searching for one of those, and I just had a client fork out a ton of cash to renew his Telerik license to get their new Gannt chart just a couple of months ago.

    Demo's are taking very long to come up but I'll totally check this out.

  5. #5
    FarligOpptreden's Avatar
    Join Date
    Feb 2009
    Location
    Centurion
    Posts
    3,997

    Default

    I generally despise third party controls. More often than not they add unnecessary bloat to your projects and they don't offer the customizability power users require. Other than that, they often look very generic and your product ends up lost in a sea of clones.

    The only third party framework I use is jQuery. The rest I build myself.
    --~<0>~-- {type}DEV --~<0>~--

  6. #6

    Default

    Quote Originally Posted by FarligOpptreden View Post
    I generally despise third party controls. More often than not they add unnecessary bloat to your projects and they don't offer the customizability power users require. Other than that, they often look very generic and your product ends up lost in a sea of clones.

    The only third party framework I use is jQuery. The rest I build myself.
    Don't really agree with that. Sure some do bloat your projects and Syncfusion does like to drag a whole bunch of their own assemblies along in the deployment, but it would be a huge waste of time to go and develop my own controls and basically reinvent the wheel.
    The grid and diagram controls for instance or even just libraries that write directly to Excel / Word. 3rd party providers spend enormous amounts of hours building specialised versions of these controls and making them as flexible as possible. The diagram control for instance can generate anything from Visio diagrams to organisational charts and to develop a grid control that has the same functionality and performance as the one I'm currently using (not from Syncfusion though), no thanks. I'd rather spent my time customising an existing control than develop from scratch.

    Our priority is to develop new features in our software for clients and if we had to spent all the time developing our own controls first, we'd never get finished. We're backlogged as it is.

    No guts, no glory, no brain, same story.

  7. #7
    FarligOpptreden's Avatar
    Join Date
    Feb 2009
    Location
    Centurion
    Posts
    3,997

    Default

    Quote Originally Posted by ViperGTI View Post
    Don't really agree with that. Sure some do bloat your projects and Syncfusion does like to drag a whole bunch of their own assemblies along in the deployment, but it would be a huge waste of time to go and develop my own controls and basically reinvent the wheel.
    The grid and diagram controls for instance or even just libraries that write directly to Excel / Word. 3rd party providers spend enormous amounts of hours building specialised versions of these controls and making them as flexible as possible. The diagram control for instance can generate anything from Visio diagrams to organisational charts and to develop a grid control that has the same functionality and performance as the one I'm currently using (not from Syncfusion though), no thanks. I'd rather spent my time customising an existing control than develop from scratch.

    Our priority is to develop new features in our software for clients and if we had to spent all the time developing our own controls first, we'd never get finished. We're backlogged as it is.
    When you build a system with a very specific UI that's responsive to tablets and smartphones, you kinda need to roll your own framework. I don't believe in building a UI/UX around a set of existig controls - they need to fit into the rest of the design language.

    Like I said, I've been down the third party control road and decided to go back to writing my own UI framework.
    --~<0>~-- {type}DEV --~<0>~--

Similar Threads

  1. I need to buy components
    By rootworm41 in forum Hardware and Gadgets
    Replies: 10
    Last Post: 26-05-2013, 09:46 PM
  2. 4 WTF PC components you do not need
    By Jeremy in forum Gaming News Articles
    Replies: 9
    Last Post: 31-10-2012, 09:07 AM
  3. Five in-your-face PC components
    By James in forum Gaming News Articles
    Replies: 2
    Last Post: 08-10-2012, 08:59 PM
  4. Looking to Sell PC components
    By fayainz in forum Hardware and Gadgets
    Replies: 3
    Last Post: 17-05-2011, 08:19 PM
  5. Have to replace some components.
    By frank007 in forum Hardware and Gadgets
    Replies: 52
    Last Post: 08-04-2011, 01:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •