• 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

    • I recently tried edge. It seems a lot better. A lot of the junk in it is gone. It seems less bloated and snappy.
    • Lethal fake phone chargers are still being sold on Amazon and eBay, UK watchdog warns by Paul Hill Credit: Pexels The UK consumer rights organization, Which?, is claiming that “potentially lethal knock-off chargers” are still being sold on online marketplaces seven years after it exposed the danger of these chargers. In its latest investigation, it bought 15 USB phone chargers from several online marketplaces and found they were missing key information, meaning they cannot be legally sold in the UK. Which? bought the 15 chargers from seven online marketplaces. These were Amazon (including Amazon Haul), AliExpress, B&Q Marketplace, Debenhams Marketplace, and eBay. It said that the chargers were so badly made that anyone using them was at risk of electric shock. Over half the chargers also posed fire and explosion risks. Of the chargers purchased, one was a fake Apple USB-C 35W power adaptor charger. To confuse buyers, the box was branded with an Apple logo, but testing found it to be a fake. Further testing picked up arcing sounds after 10 seconds of use, where a current jumps between two parts of the electrical circuit, which can cause fires, explosions, or electric shock. The manufacturers of this particular charger also put modeling clay inside it to make it feel more weighty, robust, and genuine. Not all of the chargers were technically faulty; however, some were missing key packaging, markings, and documentation, meaning they can’t be sold in the UK legally. Which? said that it is now campaigning alongside a coalition of safety groups and businesses for new laws that make online marketplaces responsible for ensuring the safety of products that they choose to list on their websites. It also said the government needs to start using powers under the Product Regulation and Metrology Act, which was adopted last July, to impose safety requirements on online marketplaces via secondary legislation, but so far, there have been delays. No matter what country you are in, be sure to properly research what you are buying and only buy authentic chargers to prevent fires. You can read more about Which?’s research here.
    • Visual Studio finally gets long-awaited feature that developers will love by Usama Jawad Visual Studio Code is Microsoft's popular, lightweight, open-source code editor, it is actually Visual Studio that is the company's flagship integrated development environment (IDE). Although the IDE already offers a boatload of useful features for developers, Microsoft has finally introduced a long-requested capability that will be loved by many. While developers have already been able to create Git pull requests (PRs) directly within Visual Studio for the past couple of years, it had not been possible to review a PR without switching to the browser, until now. Microsoft revealed in December 2025 that it is working on UX that enables developers to do just that, and fast-forward to June 2026, and Visual Studio finally has native capabilities to open and inspect a PR, discuss feedback, and wrap up the review, all without switching to the browser. This integration works for both GitHub and Azure DevOps (including on-prem). Developers have access to multiple surfaces to open a PR, including Git Repository, Git Changes, and the Git menu in Visual Studio. Once you open a PR, all the important details will be immediately visible to you, from where you can navigate to various levels of granularity and branch states, depending on the reviews that you are engaged in. As you would expect, you also get a diff view that enables you to see code changes inline or side-by-side in a separate panel. You can also review commit-by-commit. Additionally, this UX fosters collaboration as you can leave comments, reply to threads, and resolve conversations easily. Naturally, you can also leverage Copilot to apply a code suggestion to fix a potential issue. When you are done, you have the ability to approve, complete, and merge the PR. This is a pretty major feature as it has been requested heavily for the past few years. You can try it out in Visual Studio 2026 version 18.7, made available here recently. Microsoft plans to enhance this experience further in future releases with comment filtering, a timeline of PR activity, and more.
    • This AdGuard Family lifetime deal is still only $15.97 by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 90% on a lifetime AdGuard Family Plan. AdGuard is a unique program that has all the necessary features for what they claim to be "the best web experience." The software combines the an advanced ad blocker, a privacy protection module, and a parental control tool—all working in one app. This software deals with annoying ads, hides your data from a multitude of trackers, protects you from malware attacks, and even lets you restrict your kids from accessing inappropriate content. Install AdGuard and see the internet as it was supposed to be: clean and safe. Get rid of annoying banners, pop-ups & video ads once and for all Hide your data from the multitude of trackers & activity analyzers that swarm the web Avoid fraudulent and phishing website and malware attacks Protect your kids online by restricting them from accessing inappropriate & adult content Good to know Family Plan Length of access: lifetime This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Max number of devices: 9 Access options: desktop & mobile Software version: AdGuard Family Updates included A lifetime subscription of AdGuard Family Plan normally costs $169.99, but this deal can be yours for just $15.97, that's a saving of $157.02. For full terms, specifications, and license info please click the link below. Get this AdGuard Family lifetime deal for just $15.97 (was $169.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support! Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • the MCT currently downloads 26200.8653, so not completely up to date.
  • Recent Achievements

    • Week One Done
      Timaximus earned a badge
      Week One Done
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
    • Week One Done
      davidbazooked earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      499
    2. 2
      PsYcHoKiLLa
      175
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!