• 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

    • Zen Browser 1.21b by Razvan Serea Zen Browser is a privacy-focused, open-source web browser built on Mozilla Firefox, offering users a secure and customizable browsing experience. It emphasizes privacy by blocking trackers, ads, and ensuring your data isn't collected. With Zen Mods, users can enhance their browser experience with various customization options, including features like split views and vertical tabs. The browser is designed for efficiency, providing fast browsing speeds and a lightweight interface. Zen Browser prioritizes user control over the browsing experience, offering a minimal yet powerful alternative to traditional web browsers while keeping your online activity private. Zen Browser’s DRM limitation Zen Browser currently lacks support for DRM-protected content, meaning streaming services like Netflix and HBO Max are inaccessible. This is due to the absence of a Widevine license, which requires significant costs and is financially unfeasible for the developer. Additionally, applying for this license would require Zen to be part of a larger company, similar to Mozilla or Brave. Therefore, DRM-protected media won't be supported in Zen Browser for the foreseeable future. Zen Browser offers features that improve user experience, privacy, and customization: Privacy-Focused: Blocks trackers and minimizes data collection. Automatic Updates: Keeps the browser updated with security patches. Zen Mods: Customizable themes and layouts. Workspaces: Organize tabs into different workspaces. Compact Mode: Maximizes screen space by minimizing UI elements. Zen Glance: Quick website previews. Split Views: View multiple tabs in the same window. Sidebar: Access bookmarks and tools quickly. Vertical Tabs: Manage tabs vertically. Container Tabs: Separate browsing sessions. Fast Profile Switcher: Switch between profiles easily. Tab Folders: Organize tabs into folders. Customizable UI: Personalize browser interface. Security Features: Inherits Firefox’s robust security. Fast Performance: Lightweight and optimized for speed. Zen Mods Customization: Deep customization with mods. Quick Access: Easy access to favorite websites. Open Source: Built on Mozilla Firefox with community collaboration. Community-Driven: Active development and feedback from users. GitHub Repository: Contribute and review the source code. Zen Browser 1.21b changelog: New Features Updated to Firefox 151.0.4 Added 'Space Routing', a new feature that allows you to route links to a specific Space. To get started, click on the three dots in your Space name and click on 'Space Routing Settings'. Fixes Fixed extension-opened tabs not being created with the correct container (#14100) Fixed a bug with the Boosts editor having the wrong theme colors (#14099) Improved overflowing space icons being inaccessible and improved the feeling when hovering over them (#13747) Other minor bug fixes and improvements Download: Zen Browser | 89.8 MB (Open Source) Download: Zen Browser ARM64 | Other Operating Systems View: Zen Browser Home Page | Screenshots 1 | 2 | Reddit Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I am currently using a 4tb stick in combination with a 4tb 9100 Pro. It's only been six months since I bought them but the 990 has already dropped 1% health. Fingers crossed it doesn't go any lower.
    • But it opens the floodgates to anyone who gets a refund instead of a replacement (since refund will buy you a 1/3rd of the capacity it did years ago)
    • He has planned to file a lawsuit in small claims court so it'll only be a $1000 lesson assuming he wins. That's likely a fraction of what Samsung spends on toilet paper on a daily basis.
    • Windows Server gets DNS over HTTPS (DoH) support by Usama Jawad For the past few months, Microsoft has been previewing DNS over HTTPS (DoH) for Windows DNS Server, touting it as a foundational upgrade for zero-trust enterprise networks. It essentially introduces encrypted, authenticated DNS for the networks rather than transmitting DNS traffic in clear. Now, the company has introduced the general availability (GA) of this feature. The GA of DoH encourages organizations to deploy the solution in production environments without implementing a new client-to-resolver architecture. DoH helps improve the overall security of the network and reduces the risk of spoofing due to its zero-trust design. This is a significant change because pretty much every interaction with the network requires interfacing with DNS. DoH offers several advantages over standard DNS traffic, such as encryption using HTTPS, preventing unauthorized inspection, man-in-the-middle attacks, and traffic analysis. Since it leverages TLS certificates so that clients can verify the identity of the DNS server, it prevents spoofing through this authentication mechanism. Additionally, it's built on the DoH standard defined by the Internet Engineering Task Force (IETF), which means that it should work with modern RFC 8484-compliant clients. Finally, it integrates into the existing network architecture seamlessly and can even run in parallel with standard DNS, so that customers can migrate to the new technology at their own pace. Microsoft says that in the past few months of preview, DoH has become more stable, and customers can confidently deploy it in production environments with proper guidance. Microsoft has emphasized that migrating to DoH is necessary for organizations that are moving toward zero-trust DNS solutions. Windows clients already support DoH, but the latest availability on Windows Server provides encrypted DNS to all endpoints. The company has also mentioned that "while this release focuses on encrypting client-to-resolver communication, support for encrypted communication between Windows DNS Server and upstream DNS resolvers is planned for a future update." You can follow Microsoft's guidance to deploy DoH here, but keep in mind that you need a Windows Server 2025 installation with the latest Patch Tuesday updates installed.
  • Recent Achievements

    • Week One Done
      davidbazooked earned a badge
      Week One Done
    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      185
    3. 3
      +Edouard
      159
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!