Skip to main content

.Net Web Toolkits/Frameworks

I was looking over Rick Strahl's blog post on ASP.NET GZip Encoding Caveats and came across this reference to the West Wind ASP.Net Web/AJAX Toolkit. While I'm not interested necessarily in starting to implement this framework, but wondered if you all had experiences with other frameworks around .Net Web development. One thing I found interesting in this one was their Data Binding, where it puts behind the scenes a TwoWay binding for data elements (so you have a selection list, when the value changes it automatically calls the application and updates in the DB instead of waiting for submit or coding your own Ajax.jQuery call for it). Also, the Business layer implementation is interesting, where it will take your EF model and build out stubs for CRUD operations in a business layer.

I also saw that Telerik seems to have a framework, but its not quite the same as some more simple, common utilities. DevExpress has their XAF framework which is around using the entire tool to build applications, but its pretty expensive, at $2K per developer (Telerik has similar pricing). Im not quite as worried about price, more just wondering what experiences you all might have had, or your thoughts on using them.

So, has anyone else used some .Net frameworks, and what do you think?

Comments

Anonymous said…
Tell me about your ministry these days. What are you up to now?

Popular posts from this blog

Using an Array of Objects in C++

 I've been programming for years (over 35 at this point, which is crazy  to think about). My career right now is much more Software Architecture, and much less Software Developer, but I still get some time to write out GraphQL APIs in TypeScript, Vue 3 UIs, GitLab pipelines, and just generally making "big" decisions and helping make them a reality. It's nice every now and then to come across different articles and ideas that get me to remember life in college when I was using C++. Who would have thought C++ was the "hot new thing" right now (though I suppose it's more like Rust and Go, both great languages as well). One of the things I find frustrating with most technical posts is where they focus on the "how do I build an app" and not so much on "how do I do this one slightly useful thing". I figured I'd throw one together what was front of mind, using user attributes for permissions (i.e., Attribute Based Access Control - ABAC) ...

Red-Gate SQL Compare

Every now and then I come across a program that becomes so ingrained in my daily work that I hardly know how I'd get by without it.  I'll probably break down a couple over the next few days, but for database work, I have never found anything as good as Red Gate's SQL Compare and SQL Data Compare .  Essentially these tools let you compare two SQL Server databases (all objects, users, permissions, functions, diagrams, anything) and update changes to whichever database you want.  This is amazingly useful for deploying database changes to a test or production environment (do it to production with ridiculous care, even though it will generate a SQL Script for you and run all updates in one transaction), and making sure everything is synchronized. For releases we can just generate the compare script, confirm that the changes match the updates we want to go out, and store it all in one place with the release details.  This is true for both the structure and the d...

Kids Activities

I find myself often in a situation where it's some morning, I have the kids for the afternoon, and I'm not sure what to do with them. We could go to a movie, or play Legos, but living near Washington, DC, I want the kids to love the museums as much as I do, or to see what else is going on. This Sunday, while my wife was travelling, I took the kids to the Chocolate Festival in Old Town Fairfax. I didn't even know there wad an Old Town Fairfax, much less a chocolate festival. It was okay overall, but the best was seeing any type of chocolate you could imagine, and letting the kids pick something for themselves and their teacher. For finding cheap or free stuff going on nearby with the kids, I have to say About.com has consistently been the best. I tried si.edu (the Smithsonian Website) which is also good, but a little hard to navigate, partly because they have so much going on. At About I did a search of what to do with my kids this weekend, and a bunch of items came ...