• 0

.NET Framework


Question

Recommended Posts

  • 0

If you're worried about executable size, use VC++ and don't use the framework. Seriously, .NET isn't really designed to be the be-all-end-all for system development. It is mostly designed for distributed application development (e.g. web apps, EAI, etc). Eventually, and probably unfortunately, it will be how things are done on the Windows platform, but until Longhorn is RTM, it isn't a practical model for system applications *because* of the 20+MB download required to run anything written for .NET.

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-850606
Share on other sites

  • 0

I agree with weenur, until we see Longhorn with the .NET framework intergrated into the OS then it's only going to be mainly for web applications. However, if Microsoft decide to add the .NET framework to SP2 then this might push developers to code more with the .NET framework in mind. Who knows :)

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-851183
Share on other sites

  • 0
Unlike NOW on a per app basis, there will be only ONE global CLR and GC in Longhorn.

Really? How are they going about that? I was under the impression that as each new version of the framework comes out, they will run side-by-side, with the ability to set your app's affinity.

Please don't take my comments wrong. I happen to enjoy developing in C# immensely.

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-852016
Share on other sites

  • 0
Really? How are they going about that? I was under the impression that as each new version of the framework comes out, they will run side-by-side, with the ability to set your app's affinity.
They do run side-by-side. If you install a new version, the old one stays on your system unless you remove it. A lot of people think it's an either-or thing like most programs, but Microsoft's done a bit of their magic with side-by-side DLLs, which make different Framework versions work together on a single system.
so does anyone even programme with .Net? or use the framework?

I do. I write with C#, a bit of C++.NET. I've used Delphi, VB (the old VB), and MFC, and I find .NET to be the most rewarding. So many mundane things are just so much easier, which lets you spend a lot more time on program logic, rather than hunting IO bugs or other stupid little things that can hold you up for days.

And despite what a lot of people think, the fact that the Framework is a 20MB download really isn't that much of an impediment. If you build something compelling enough, people will download the Framework to use it -- even modem users. The first time I put out a .NET app, I was worried that no one would be bothered to download the Framework to use it. Now, a few months later, over 100,000 downloads and not slowing down at all.

--

Danny Smurf

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-853730
Share on other sites

  • 0
And despite what a lot of people think, the fact that the Framework is a 20MB download really isn't that much of an impediment. If you build something compelling enough, people will download the Framework to use it -- even modem users. The first time I put out a .NET app, I was worried that no one would be bothered to download the Framework to use it. Now, a few months later, over 100,000 downloads and not slowing down at all.

--

Danny Smurf

100,000+ downloads is great. Not to burst your bubble, but how many of those that downloaded it are actually using it? Did they give up when they realized that they needed a 20MB download along with it?

It wouldn't surprise me if the majority had no issue with it. Broadband is becoming more and more pervasive.

I remember when people used to bitch about the VB runtimes. :rolleyes:

btw, what's the url for your program?

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-856352
Share on other sites

  • 0

Yeah, 100,000+ is great. I don't have HARD numbers about how many people are using it. I did some rough calculations when the downloads were at 50,000 based on the stats my sever logs gave me about in-program downloads, and it was about 20,000 actual users. If that ratio held, then downloads to date (~125,000) translates to between 55,000 and 60,000 users. I can't verify that, though, because I've just released 4 beta versions in the last month, so any numbers I get are going to be skewed now.

I know there are people who didn't keep it because they didn't realize that it needs the 20MB Framework (There are bunches of comments like that in various forums), but it's clearly stated in the minimum requirements, and since they couldn't be bothered to read those BEFORE they installed the app, I'd rather not have them clogging up my forums anyway.

I really don't have a lot of sympathy for the whining about having to download dependencies. Like you said, people used to bitch about the VB runtimes (some still do) or the MFC libraries. Christ, when I was on a modem and I needed something big, I'd just start the download, and then head into the living room and watch a movie. From the way these people (the same people, mind you, who will wait for a bazillion MP3s to download) complain, you'd think it's a big put-out for them to drag their arses away from the computer and do something else while they're downloading.

The app is Codename: Dashboard (I'm sure you've heard about it by now).

--

Danny Smurf

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-857174
Share on other sites

  • 0
...  and it was about 20,000 actual users. If that ratio held, then downloads to date (~125,000) translates to between 55,000 and 60,000 users. I can't verify that, though, because I've just released 4 beta versions in the last month, so any numbers I get are going to be skewed now.
That is still a good number of people using it. Congratulations! :D
when I was on a modem and I needed something big, I'd just start the download, and then head into the living room and watch a movie. From the way these people (the same people, mind you, who will wait for a bazillion MP3s to download) complain, you'd think it's a big put-out for them to drag their arses away from the computer and do something else while they're downloading.

Amen!

The app is Codename: Dashboard (I'm sure you've heard about it by now).

Yes, I have heard of it, though I haven't tried it. I've given up on most shell extensions/enhancements. NextStart was the only util I really used consistently, and even then, I stopped using that. I have a lot of ideas for creating a shell that is very extensible, and easy to write to, but no time to implement it between work, school, and a wife. Maybe this summer, I'll get around to fleshing out the design and set up a RFC to get some community input.

Anyhow, Philip, it looks as if it may be viable to write something in .NET for distribution after all. :D

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-857591
Share on other sites

  • 0

how many people actally have the framework? I mean it wasn't in windows xp but it came on on xp SP1 and it wasn't on windows 2000 sp3. How many people actually have the framework? If microsoft wants people to programme with .NET then they have some work to do...

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-863803
Share on other sites

  • 0

I would just like to say that anyone who is/was doing web development with any microsoft product. You should upgrade and learn .NET. It is so much better. The code is cleaner, and now everything is object-oriented. C# is a wonderful programming language. There is a huge difference with APS to ASP.net pages. Try it out. It is much easier to code, and the code is cleaner and more efficient. I give .NET development two thumbs up!

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-863845
Share on other sites

  • 0

SP1 comes with v1. v1.1 was released on or around April 24 when Everett, aka VS.NET 2003 was released along side Windows Server 2003.

Codename Dashboard looks interesting, but the author hasn't added proxy support to it (should only add like 10 lines of code in .NET), so I cant use it.

Dim SomeRequest As Net.HttpWebRequest = Net.WebRequest.Create("http://www.your.web.site.here.com")

Dim f As New Net.NetworkCredential

f.UserName = "username"

f.Password = "password"

SomeRequest .Credentials = f

SomeRequest .Method = "POST"

SomeRequest .ContentType = "application/x-www-form-urlencoded"

Dim reqStream As Stream = SomeRequest .GetRequestStream()

Dim tw As TextWriter = New StreamWriter(reqStream)

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-863852
Share on other sites

  • 0
I would just like to say that anyone who is/was doing web development with any microsoft product. You should upgrade and learn .NET. It is so much better. The code is cleaner, and now everything is object-oriented.

I agree but you still need the .net framework to run everything which only a small amount of windows users have.

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-863865
Share on other sites

  • 0
SP1 comes with v1. v1.1 was released on or around April 24 when Everett, aka VS.NET 2003 was released along side Windows Server 2003.

Codename Dashboard looks interesting, but the author hasn't added proxy support to it (should only add like 10 lines of code in .NET), so I cant use it.

Dim SomeRequest As Net.HttpWebRequest = Net.WebRequest.Create("http://www.your.web.site.here.com")

Dim f As New Net.NetworkCredential

f.UserName = "username"

f.Password = "password"

SomeRequest .Credentials = f

SomeRequest .Method = "POST"

SomeRequest .ContentType = "application/x-www-form-urlencoded"

Dim reqStream As Stream = SomeRequest .GetRequestStream()

Dim tw As TextWriter = New StreamWriter(reqStream)

Thanks for that. One question though. I've had problems with this type of "stream" code before. It frequently gets cut off mid-transmission. Right now, I'm using the WebClient class (and occassionally the URLDownloadToFile API) to do all downloading, because it's so simple and doesn't require ten lines of checking for every transaction to see if the whole thing came through (it either works or it doesn't). Would I need to add extra code to this to make it work, or is what you posted the whole deal?

--

Danny Smurf

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-863957
Share on other sites

  • 0
I agree but you still need the .net framework to run everything which only a small amount of windows users have.

If you build something that people want, then those people will download the Framework to use it. I could pump out 20 useless programs a day, and no one would download the Framework to use them. But if you actually put some thought into the purpose of the application, and target it towards something, it's just not a factor.

Nor should it be. The .NET Framework really isn't about end users (at least not yet). And the decision to use .NET or not isn't really based on the sensibilities of end users. On the client development side, .NET is about making life easier for developers. Programmers have been breaking their backs for years wrangling with the Windows API, MFC (which isn't a whole lot better), having to check their app for compatibility with no less than three different versions of Windows at any one time, and spending countless hours tracking down piddly IO problems and buffer overruns and memory leaks and any number of other stupid bugs.

Things like Photoshop cost $500 because programming has been such a chore for so long. .NET does away with just about all of that. It simplifies and automates all of the mundane programming chores, fixes a slew of security bugs without any input from developers and eliminates compatibility problems between different versions of Windows (if developers play by the .NET rules anyway). Right now, it makes the lives of programmers easier. As a result of that, in the future, software will be released faster (and will probably be cheaper because of that), there will be fewer bugs, and it will be more secure.

Some users think they're very put-upon because they have to install the Framework in order to use an app. To that, I say... tough beans. The programmer has written something that you want. Either live without it, or get the Framework. Or... try Linux for a few weeks, and see how you like downloading just as much extra stuff for EVERY app, instead of just downloading a single Framework, once.

--

Danny Smurf

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-864013
Share on other sites

  • 0

Danny Smurf,

Thats pretty much it. Once you have the stream wrapped in a textwriter, you can check its content to see if its incomplete or write it out, etc. If you use an XMLWriter, you can just use that to validate that it is a well formed XML file, etc. Unless the web server pukes or the connection drops, you should have your file! =)

You may have to monkey with method and content type, but thats about it.

.NET is bad ass, no doubt about it.

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-865642
Share on other sites

  • 0
Danny Smurf,

Thats pretty much it. Once you have the stream wrapped in a textwriter, you can check its content to see if its incomplete or write it out, etc. If you use an XMLWriter, you can just use that to validate that it is a well formed XML file, etc. Unless the web server pukes or the connection drops, you should have your file! =)

You may have to monkey with method and content type, but thats about it.

.NET is bad ass, no doubt about it.

Alright, thanks. :) I'll definitely give that code a try.

--

Danny Smurf

Link to comment
https://www.neowin.net/forum/topic/78383-net-framework/#findComment-866191
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • AB Download Manager 1.9.0 by Razvan Serea AB Download Manager is an open-source, feature-rich download manager designed to accelerate downloads, organize files efficiently, and provide seamless control over downloads. With support for multiple connections, resume capability, and an intuitive interface, it enhances the downloading experience for users seeking speed and reliability. The software integrates with various browsers, enabling quick link grabbing and batch downloading. It supports HTTP, HTTPS, and FTP protocols, ensuring broad compatibility with different file sources. Users can schedule downloads, set speed limits, and categorize files automatically for better organization. AB Download Manager is lightweight yet powerful, making it a great alternative to proprietary download managers. Its open-source nature allows developers to contribute, customize, and improve the software as needed. Whether you're downloading large files, managing multiple downloads at once, or seeking an ad-free experience, this tool offers a practical and efficient solution. Key features of AB Download Manager: Multi-Connection Support – Accelerates downloads by splitting files into multiple segments. Resume Capability – Allows paused or interrupted downloads to be resumed without starting over. Batch Downloading – Supports downloading multiple files at once for improved efficiency. Browser Integration – Captures download links directly from browsers for seamless operation. HTTP, HTTPS, and FTP Support – Ensures compatibility with a wide range of file sources. Download Scheduling – Enables users to automate downloads at specific times. Speed Limiting – Lets users control bandwidth usage for optimized performance. File Categorization – Automatically organizes downloaded files into designated folders. User-Friendly Interface – Simple and intuitive design for easy navigation. Cross-Platform Compatibility – Works on multiple operating systems. Ad-Free Experience – No intrusive ads or tracking for a clean user experience. AB Download Manager 1.9.0 changelog: Added Czech language support User-friendly error messages for download errors (#1252) An option to remember the last selected queue and quickly add downloads to it by long-clicking the Add button ( #1246) An option to export/import downloads using JSON format A Download button on the multi-download page for cases where users do not want to start downloads without queue processing (#1247) The app now includes a logger that can be enabled using a command-line flag (#1226) Startup errors are now logged automatically to help diagnose initialization issues Changed The default unqueued "Max Concurrent Downloads" value has been changed from "Unlimited" to 3 (This can be customized in the app settings) Improved Updated translations Added an indicator on the Android main page when resume is not supported (#1248) Extract the file name from the download link as a fallback when no response information is available (#1209) Minor UI/UX improvements Download: AB Download Manager 1.9.0 | Portable | ~80.0 MB (Open Source) Download: ARM64 | Portable ARM64 | Android Links: AB Download Manager Website | Github Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I just started using Teams (and “New” Oiutlook) at work (instead of Slack) and both are truly abysmal pieces of software.
  • Recent Achievements

    • First Post
      DragonOfMercy earned a badge
      First Post
    • First Post
      bella52 earned a badge
      First Post
    • Reacting Well
      Techinmay earned a badge
      Reacting Well
    • Collaborator
      WndSks went up a rank
      Collaborator
    • One Month Later
      Sopa flores earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      205
    3. 3
      +Edouard
      153
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      74
  • Tell a friend

    Love Neowin? Tell a friend!