deno
ASP.NET Core
Our great sponsors
deno | ASP.NET Core | |
---|---|---|
216 | 828 | |
82,447 | 28,328 | |
1.4% | 2.4% | |
9.9 | 9.9 | |
2 days ago | 4 days ago | |
Rust | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
deno
-
Is TypeScript inevitable future of webdev or will it die out some day?
Given that there is a proposal for adding static typing to JavaScript, based off the State of JS survey, and the fact that Deno has been released with first-class TypeScript support, I'd say it's not going anywhere soon.
-
When Will We Learn?
> My understanding is that packages are not sandboxed, but your entire Deno process is. Meaning that if one part of my app requires full read/write access then any package included in my app also gets it. Is that correct?
Yes. There has been a discussion on per dependency permissions several times but the conclusions is that it would be difficult to implement and get right semantically. See https://github.com/denoland/deno/issues/171
-
Ecosystem and Frameworks: My Role at Netlify
I bring this up because I get to continue to work in open source in my role at Netlify. Edge functions use the amazing Deno project, a modern open-source runtime for JavaScript and Typescript.
-
D1: Cloudflare’s First SQL Database
You might want to consider adding Deno [1] to the language examples: https://developers.cloudflare.com/workers/platform/languages...
Deno can compile to wasm, so it can plug in through that vertical. But it's just TS on the frontend.
I'm mainly a python person, but Deno's been the most alluring development in the JS ecosystem since typescript for me. Might be helpful to you all to capture some steam from source.
[1]: https://deno.land/
-
One Hour with Deno
❯ deno run --allow-net --allow-read ./main.ts error: Uncaught (in promise) NotFound: No such file or directory (os error 2), readdir 'middlewares' for await (const item of Deno.readDir(name)) { ^ at async Object.[Symbol.asyncIterator] (deno:runtime/js/30_fs.js:125:16) at async readFolder (https://deno.land/x/[email protected]/bootstrap/middlewares.ts:8:20) at async initializeMiddlewares (https://deno.land/x/[email protected]/bootstrap/middlewares.ts:27:3) at async createApp (https://deno.land/x/[email protected]/mod.ts:19:3)
-
TMStats: Trackmania Tracker
Deno (in Appwrite Functions)
- Criando uma API de páginas estáticas básica com Deno :t-rex:
-
My thoughts on the TypeScript debate
To answer the first question "learn JS or TS" the answer has to be JS then TS. Nowadays to become a professional web application developer you need both. You first need a firm foundation in JS before adopting TS. After all, the web browser and Node do not understand TS (unlike Deno). When debugging code, you might have access to source maps that link the obfuscated JS code to the TS instructions but sometimes to need to delve deep into the JS and get as close to the JS processor as possible to discover the root cause of issues.
-
We're all living on it. But what exactly is The Edge?
Edge Functions are very much like serverless functions. You can write them using JavaScript or TypeScript, but instead of using Node.js under the hood, they are powered by Deno — an open source runtime built on web standards. With Netlify Edge Functions, you can transform HTTP Requests and Responses, stream server rendered content, and even run full server side rendered applications at The Edge!
-
Deno 1.21 Release
Finally the road to make type checking at runtime opt-in has begun. Took them some time (173 releases) to discern arguments from noise ([^1], [^2]). But rather late than never.
ASP.NET Core
-
Switching from C# to Java?
depends on version and frameworks, for example framework core mvc -> Java server pages would be the worst mistake of your life while framework 3.5 asp.net web forms -> Java with spring boot would be a solid move. The language (or syntax) doesn't mean squat.
-
Graduate software developer/engineer job scope
What was your learning curve like for asp.net / C#? I'm just deciding if I should bite the bullet and try for front end jobs that involve C# and .net frameworks, as C# wasn't too easy for me to pick up for my university units.
-
Does using NextJS with ASP.NET Core require 2 app services?
I like the idea of being able to consolidate everything that gets deployed to a single app service. My current understanding is that in order to take advantage of SSR with NextJS, you need to host a NodeJS based website, which could call a asp.net API.
-
Would these be enough for a CS student?
I did mobile development in java, and web dev with asp.net during my shs highschool years at STI last year with a worse computer than that, so I would say your pc is fine but that pc is going to be relatively slow I would suggest you use an ubuntu flavor like kubuntu to get some performance boost with your pc.
-
Our biggest sale of the season
ASP.NET Core - SOLID and Clean Architecture (.NET 5 and up)
-
What should I know in order to find a well paying job.
i think only frame in c# is unity to build game but other frame asp.net or ado.net or mvc bullshut ,because there is other tools more smart and more advance
-
Knowledge of C# required for asp.net
So I might start working for a company who uses asp.net to work on web applications and web development. I have been trying to prepare for it. I have taken HTML and CSS course and practiced them. I have taken a javascript course and practiced that as well. I am currently doing an SQL course and my final course would be a C# course before I am fully ready to understand and work with asp.net
-
What was used before LINQ to SQL
I've hacked together a TON of ASP (not asp.net) pages that utilized ADO.NET , with SQL written in strings directly..
-
Cryptography RandomNumberGenerator thread safety
Use case: this code exists in a transient service in my asp.net core web app (.net 6). So it's only really "alive" when the method is called unless I'm seriously misunderstanding life cycles here.
-
I made my own community Sites using .net 6 Blazor
If you have questions for asp.net core blazor, reply this.
What are some alternatives?
Blazor.WebRTC
typescript-language-server - TypeScript & JavaScript Language Server
inertia-laravel - The Laravel adapter for Inertia.js.
esbuild - An extremely fast JavaScript and CSS bundler and minifier
PuppeteerSharp - Headless Chrome .NET API
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
nvim-lspconfig - Quickstart configurations for the Nvim LSP client
.NET Runtime - .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
Koa - Expressive middleware for node.js using ES2017 async functions
CefSharp - .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
zx - A tool for writing better scripts
Microsoft.Maui.Graphics