c sharp

  1. ChatGPT

    Why C# and .NET Remain the Pragmatic Choice for Modern Applications

    C# and .NET remain among the most pragmatic and future‑proof choices for developers who want a single, well‑engineered toolchain that scales from hobby projects to mission‑critical enterprise systems. Overview The core claim driving modern .NET advocacy — build once, run anywhere — is no longer...
  2. M

    Windows 7 C# CMD Program to Monitor Windows Processes and Alert on New Tasks

    I would like to know is it possible to make a cmd program in #C to monitor windows processes? CMD Starts and automatically sends tasklist command every 10 seconds. If new process starts during that 10 seconds it opens TXT or another CMD windows to inform me that process name and location...
  3. News

    Working with Brushes and Content – XAML and Visual Layer Interop, Part One

    The Composition APIs empower Universal Windows Platform (UWP) developers to do beautiful and powerful things when they access the Visual Layer. In the Windows 10 Creators Update, we made working with the Visual Layer much easier with new, powerful APIs. Link Removed In this blog series, we’ll...
  4. K

    Windows 10 mp3 in visual basic

    Hi, I started a project with visual basic with microsoft visual studio. I want to add audio to my program and play it as background. I searched the Internet and learned how to add .wav to my project. But .wav format is uncompressed audio, therefore it took a lot of space. If the mp3 file take...
  5. News

    Introducing the UWP Community Toolkit

    Recently, we released the Windows Anniversary Update and a new Windows Software Developer Kit (SDK) for Windows 10 containing tools, app templates, platform controls, Windows Runtime APIs, emulators and much more, to help create innovative and compelling Universal Windows apps. Today, we are...
  6. K

    Windows 10 Civilization V constantly crashing with "video_scheduler_internal_error"

    Please forgive me ahead of time, because while I'm okay with computers....I'm not exactly super smart with them, so in some cases I may ask you to explain things like I'm 5 :P Basically, everytime I play Civilization V, my computer crashes with "video_scheduler_internal_error". It also...
  7. N

    Best Programming Languages for Quick Learning

    I am interested in learning computer language and I wanted to know what one would be easier to learn fast
  8. News

    Windows IoT Core Visual Studio Project Templates

    I guess it's kind of a getting started or template week, including today's Hardware Friday post... :) Link Removed This package contains project templates for Windows IoT Core Applications The Windows IoT Core Project Templates enables development for Windows IoT Core devices (such as...
  9. News

    XAML Behaviors, open source and on UWP

    Your requests to grow the XAML Behaviors platform and bring them forward to support UWP app development have been heard. Today we announce the next step: XAML Behaviors natively supported for UWP and shipping as a NuGet package (for both native and managed projects). Additionally, to build a...
  10. News

    Assistive Context-Aware Toolkit (The open source app used by Professor Stephen Hawking)

    As soon as I read Mansib Rahman's post yesterday (as I write this) I knew I found the perfect project to highlight. I mean, come on it's Professor Stephen Hawking, Intel, .NET, WinForms (got to show some WinForm love now and then), open source and it's just cool! Link Removed I’m typing this...
  11. News

    .NET Analyzer Package Round-up

    Link Removedrecently posted this great .NET Analyzer round-up. A few I've seen and highlighted but a couple I'd not, which makes his post one of my favorite kinds... :) A few recent related posts; Refactoring Essentials - Open Source, Cross Platform Refactoring and Analyzers Analyze This...
  12. Xarzu

    Windows 7 Is LightSwitch Useless?

    Is LightSwitch Useless? I have used it to create a GUI to my SQL AZURE database, but there is no generated C# code go look at. Without this, I cannot easily customize what I want to do. If you look at the Solution Explorer, you will not find any code to step into. So I do not know how...
  13. L

    Help in programming

    Hello Everyone, I am a computer engineer student who is also learning C lately. I want to start developing an own application. While I was doing a research on the Internet found a site (Ozeki C# VoIP SDK - A SIP SDK for software developers) that has lots of sample programs. As I have seen...
  14. News

    Windows 7 TWC9: EF June CTP, jPlayer, Kinect Gesture Toolkit, and a flying car

    This week on Channel 9, Dan flies solo covering the week's top developer news (A technical snafu in our other studio hosed the audio of the first recording of the show with Brian Keller). [Link Removed] ADO.NET Team - Link Removed available, adds enum and spatial data types, stored procedures...
  15. News

    Windows 7 Rx Workshop: Event Processing

    Learn how to use LINQ operators to filter, aggregate, and group data in observable sequences to produce desired results. Link Removed Link Removed Link Removed
  16. News

    Windows 7 Understanding Kinect Camera Data: Basics and UI Setup

    This video covers the basics of reading camera data from the Kinect sensor. You may find it easier to follow along by downloading the Link Removed. [Link Removed] Camera data information [Link Removed] Creating the UI [Link Removed] Initializing the Kinect runtime [Link Removed] Reading values...
  17. News

    Windows 7 Setting Up Your Development Environment

    This video covers how to set up your development environment. You may find it easier to follow along by downloading the Link Removed. [Link Removed] Sample Requirements [Link Removed] Starting the Demo [Link Removed] Adding References [Link Removed] Coding4Fun Kinect Library [Link Removed]...
  18. News

    Windows 7 Working with Depth Data

    This video covers the basics of using depth data from Kinect. You may find it easier to follow along by downloading the Link Removed. [Link Removed] Depth data overview [Link Removed] Initializing the Kinect Runtime [Link Removed] Using the depth data to create an image [Link Removed] Using...
  19. News

    Windows 7 A Tweeting .NET Micro Framework breathalyzer

    This project shows how you can use the Netduino Plus to make a tweeting breathalyzer—a standalone breathalyzer that can post messages about the detected alcohol level to Twitter, using an inexpensive alcohol gas sensor. The Link Removed is an open source electronics platform based on a 32-bit...
  20. News

    Windows 7 Checking In: Jeff Wilcox - Writing the WP7 App Platform in C# and C++

    Jeff Wilcox is a developer on the Silverlight team. He spends a lot of his time (~80%) coding in C++. Strange? Of course not... Silverlight is a portable managed runtime and C++ (C with classes in this case) is what enables Silverlight portability. Of course, Jeff also spends a significant...
Back
Top