Skip to main content

Home/ Coders/ Group items tagged c# .net development

Rss Feed Group items tagged

Biztech Consultancy

C Sharp Development - One of the best platforms for developing mobile websites & custom... - 1 views

  •  
    C Sharp or C# is one of the widely used object oriented programming languages in the world. The C# Development platform was introduced by Microsoft within its .Net Initiative. This language, later, was approved as a standard by ECMA and ISO. It is one of the well-known programming languages designed for the Common Language Infrastructure.
Biztech Consultancy

ASP .Net Development - Have a wonderful online brand presence - 0 views

  •  
    ASP .net development is a powerful technology that helps developers build amazing websites as well as web applications. One can also develop custom content management systems and crm applications using ASP .Net web development platform.
alex gross

SharpKit - Write C# and convert it to JavaScript during compilation - 3 views

  •  
    * Migrate your existing JavaScript codebase to C# * Leverage C# productivity for JavaScript development * Easily integrate with popular JavaScript libraries in C#
Joel Bennett

Using C++ Interop (Implicit PInvoke) - 0 views

  • C++ Interop is recommended over explicit PInvoke because it provides better type safety, is typically less tedious to implement, is more forgiving if the unmanaged API is modified, and makes performance enhancements possible that are not possible with explicit PInvoke.
  • C++ Interop allows COM components to be accessed at will and does not require separate interop assemblies
  •  
    Because it is the language of the native APIs, Visual C++ has a special status on Windows which makes it  the best language for interacting with the platform APIs -- whether those are pure C++ APIs or COM components. This is partly due to the fact that unlike other .NET languages, Visual C++ allows managed and unmanaged code to exist in the same application and even in the same file ... allowing integration with existing apps and platform APIs that is just not possible in other .NET languages.
anonymous

All-In-One Code Framework - 7 views

  •  
    Microsoft All-In-One Code Framework delineates the framework and skeleton of Microsoft development techniques through typical sample codes in three popular programming languages (Visual C#, VB.NET, Visual C++). Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used coding scenario based on our support experience in MSDN newsgroups and forums.
alex gross

SharpKit C#/JavaScript Web Toolkit | Dot Net News - 2 views

  •  
    SharpKit enables web development teams to take advantage of C# and Visual Studio benefits such as compile-time syntax verification, code-completion, XML documentation and refactoring. Many developers prefer this managed code environment versus the expensive and error-prone world of JavaScript programming.
Joel Bennett

.NET Book Zero by Charles Petzold - 1 views

  •  
    Charles Petzold's free .Net Book Zero is a great introduction to .Net and C# for the C/C++ programmer ... if you're a Windows programmer who's been curious about C# but haven't known where to start, this is where.
  •  
    How to make $ 40,000 in one month with very quickly. What you need. The latest American news article. Immediately visit www.killdo.de.gg www.fiverr.de.gg www.newss.de.gg www.reddit.de.gg www.newsbbc.de.gg
Joel Bennett

Starksoft .NET/Mono Proxy Client | Get Starksoft .NET/Mono Proxy Client at SourceForge.net - 0 views

  •  
    NET/Mono 2.0 Component for creating client side proxy connections to SOCKS v4, SOCKS v4a, SOCKS v5, and HTTP proxy servers. Returns a System TcpClient object once the proxy connection is established. Async calls supported. Examples in C# and VB.NET.
Joel Bennett

Write Shell Extensions with C# - Dino Esposito - 0 views

  •  
    This article is part of "Manage With the Windows Shell" on the Enterprise .NET Community (TheServerSide.Net) ... and it's a great article on how to write Shell Extensions etc in C#
Joel Bennett

Flatlander: Scala for C# programmers, part 1: mixins and traits - 2 views

  •  
    Part one of 6 (and a half) introducing Scala for the C# developer
  •  
    Miguel de Icaza's working on the Visual Studio integration for Scala.Net to be released this fall along with full access to CLR types from Scala
Joel Bennett

Module initializers in C# - 6 views

  •  
    One feature of the CLR that is not available in C# or VB.NET are module initializers (or module constructors). A module initializer is simply a global function which is named .cctor and marked with the attributes SpecialName and RTSpecialName. It is run when a module (each .NET assembly is comprised of one or more modules, typically just one) is loaded for the first time, and is guaranteed to run before any other code in the module runs, before any type initializers, static constructors or any other initialization code.
Joel Bennett

MoQ - Google Code - 0 views

  •  
    Moq (pronounced "Mock-you" or just "Mock") is a mocking library for .NET developed to take advantage of .NET 3.5 and C# 3.0 features (i.e. LINQ expression trees and lambda expressions) ... they claim it's the most productive, type-safe and refactoring-friendly mocking library available.
Rodolfo Arce

Edit, Compile and Debug .NET on Linux using VS Code - RHD Blog - 0 views

  •  
    Introducción a compilar y debuggear con .Net Core en Linux con VS Code
Joel Bennett

Diff/Merge/Patch Library for C#/.NET - 0 views

  •  
    "I don't know why I did it, but I decided to translate the Perl module Algorithm::Diff into C#, since there aren't any C# libraries yet for finding the differences between two lists."
Joel Bennett

Using RabbitMQ with C# and .NET - 3 views

  • I'm currently working on a project where I need to be able to transfer a large number of requests via JSON over web services. I need to take some of that data, do some aggregation with it, and store it in a persistent store. In order to allow the data to be reliably processed in a number of different ways, I wanted to place the incoming data into multiple queues and have it processed and then stored.
  • RabbitMQ fits the bill on all of these fronts, is crazy easy to setup and use, and is very fast.
  • RabbitMQ is written in Erlang
  •  
    RabbitMQ is a cross-platform implementation of an Advanced Message Qeuing Protocol (AMQP) broker (similar to MSMQ). There's a .Net client, and it allows you to decouple your routing and an message storage, and do so in a cross-platform way.
Joel Bennett

Zeroconf NetServices - Zeroconf for .NET - 0 views

  •  
    Zeroconfig is a protocol used for automatic discovery of services on networks, which was popularized by Apple as Rendezvous and is now called Bonjour... this is an implementation in C# for .Net
Joel Bennett

.NET Memory Profiler - 0 views

  •  
    Find Memory Leaks and Optimize Memory Usage in any .Net applications... C#, VB.NET, whatever
Joel Bennett

iTextSharp - SourceForge.net - 0 views

  •  
    iText# (iTextSharp) is a port of the iText open source java library to C# for the .NET platform. iText# allows you to generate PDF files on the fly...
Joel Bennett

ExtensionMethod.Net - 3 views

  •  
    ExtensionMethod.NET is a database of C# 3.0, F# and Visual Basic 2008 extension methods. It contains many user-rated extension methods that will expand your code library immediately.
Joel Bennett

CodeSynthesis XSD - XML Data Binding for C++ - 0 views

  •  
    Xml Data Binding is basically "compiling" XSD schemas into C++ classes ... somewhat like the .Net Xml Serializer.
1 - 20 of 69 Next › Last »
Showing 20 items per page