Skip to content
#

c-sharp

csharp logo

C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.

Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.

Here are 7,687 public repositories matching this topic...

cmarschner
cmarschner commented Nov 16, 2016

Right now if a validation error is thrown, all the user gets is:
packages/cntk/cntk_py.py", line 1584, in train_minibatch
return _cntk_py.Trainer_train_minibatch(self, *args)
RuntimeError: AsMatrix: Sparse tensors are not supported unless they are 1D or 2D matrices.

This lacks the information what operation caused the error. It should at least show
"While validating [operator instance]

joe-oli
joe-oli commented Sep 5, 2018

Doco at the following url states:
https://docs.microsoft.com/en-us/aspnet/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client

When to use the generated proxy
If you want to register multiple event handlers for a client method that the server calls, you can't use the generated proxy. Otherwise, you can choose to use the generated proxy or not based on your coding preference.

vitorlacerda
vitorlacerda commented Oct 24, 2015

hikalkan,
As the "aspnetboilerplate" it is proposed to be a saas / multi-tenancy platform, I believe that to integrate with the "Azure elastic database" using the "Elastic Database client library" would be perfect for a saas with high scalability.

What do you think?

See more details at:
https://azure.microsoft.com/en-us/documentation/learning-paths/sql-database-elastic-scale/

Thanks for your ex

boxed
boxed commented Mar 4, 2015

The prompt has to be "user>" or "mal-user>", the guide doesn't mention that until you run the test suite and it complains about that.

"distringuishing" is not a word :P

Generally there is a lot of handwaving going on I feel. For example "Add support for the other mal types: keyword, vector, hash-map, and atom." Not even examples for syntax are given! Same with the optional step of implementing q

Blinxar
Blinxar commented Jun 23, 2017

What steps will reproduce this issue?

I have headers set up like this:

<TabItem.Header>
    <metro:Badged Badge="2">
        <TextBlock Text="Not cropped header"
                               Foreground="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type metro:ContentControlEx}}, Path=(TextElement.Foreground)}"
                               FontSize="{Bi
Bug
nyuszika7h
nyuszika7h commented Mar 31, 2015
PS C:\WINDOWS\system32> cup all
Chocolatey v0.9.9.4
Upgrading the following packages:
all
By upgrading you accept licenses for the packages.
ccleaner v5.04.5151 is the latest version available based on your source(s).
vlc v2.2.0 is the latest version available based on your source(s).
[...]

It really should list the actual packages there instead of saying it's upgrading the package called

Squirrel.Windows
duanyao
duanyao commented Aug 31, 2015

Currently the start menu shortcuts is always under the <company_name> folder. However some of our users complain that it make little sense and they don't want to remember the company name. Is there a way to get rid of the <company_name> folder?

BenchmarkDotNet
ghost
ghost commented Mar 10, 2018

Some results produced by BenchmarkDotNet have header like: Mean | Error | StdDev | Scaled ... I have seen people explaining to others in GitHub prs and issues what the output means. I am tired of pretending that I understand this output. Wikipedia is a no-go, read this stuff few times to jog my statisticy muscles but fail to make relationship with what i read with what someone has posted, a fanc

dsl
dsl commented Jan 13, 2015

Running on linux with version 2.0.0.73_preview_2014-11-11.
Fairly regularly, a backup to S3 gives the following error during a backup:

Operation Put with file duplicati-xxxxxx.dblock.zip.aes attempt 1 of 5 failed with message: Whitespace is required between PUBLIC id and SYSTEM id. Line 1, position 63. => Whitespace is required between PUBLIC id and SYSTEM id. Line 1, position 63.

Renaming "du

IsaiahKelly
IsaiahKelly commented Apr 19, 2017

I really want to contribute to this project, but I'm just starting to learn how to use things like git, Visual Studio and other required tools, so it's a bit overwhelming. Therefore it would be extremely valuable to someone like me if more experienced developers out there could create some absolute beginner text / video tutorials on how to get the Entitas source setup so you can start contributing

JesseBuesking
JesseBuesking commented Feb 27, 2017

I may be incorrect, but it is my understanding that the multiplexer effectively batches Redis commands across several requests that are running simultaneously on a given box in order to increase throughput / reduce latency. If I'm incorrect, just let me know and stop reading 😄

If that is correct, could you add a document explaining how you do this? Anything from a high-level overview to pointi

MrThreepwood
MrThreepwood commented May 1, 2017

Looking through various documentation and even looking for tutorials, I've been unable to find a way to properly make a network call with this library. In normal use cases I would obviously need to catch some exceptions when attempting to call any of Refit's methods. Looking through the issues I've managed to find that I should catch ApiException (an exception added by this library) and WebExcepti

Created by Anders Hejlsberg

Released January 2002

Repository
dotnet/csharplang
Website
docs.microsoft.com/dotnet/csharp
Wikipedia
Wikipedia

Related Topics

dotnet language trackingmore
You can’t perform that action at this time.