Uses of MethodSemantics Other?
Typically, a property has get_ and set_ accessors, and an event has add_ and remove_ accessors. C++/CLI additionally supports a raise_ accessor for events (ECMA-372 1st ed. §19.6.2 "Accessor...
View ArticleWhen enabling c# optimize code cause issue
I have two floating variable with value (value1 = 44.35 and value2 = 44.35).If(value1 > value2)//Do some operationWithout enabling optimize code check box in visual studion this condition check...
View ArticleMixed Platform on Visual Studio 2015
In my solution some projects are in C# and some are VB.NET. Say I have 6 project out of which 3 are in C# and 3 are in Vb.NET. The framework I am using is4.0 and Visual studio 2015. Now out of these 3...
View ArticleWhat are differences between .Net Framwork, .Net Standard and .Net Core?
Please help me to differentiate the differences between them with architectural diagram.
View ArticleSpeech Recognition in C#
Hello guys, so I am interested in Speech Recognition and want to know more about this(how it works, How can I use it). On "msdn" I have found out that exists two Class: "SpeechRecognizer" and...
View Article.Net Profiler - Ways to Debug the Profiler
My instrumentation .Net profiler which will monitor only the w3wp.exe (Web applications) is crashing at some random scenario. During my development phase i have faced few crashed which i identified by...
View ArticleSpeech Regnonization
why my speech recognition C# application run first time properly but do not run properly at the second time when i restart my computer?
View ArticleSpeech Regnonization
why my speech recognition C# application run first time properly but do not run properly at the second time until i restart my computer?
View ArticleSpeech Regnonization
Program dose not recognize my speech at second time without restart my computer ?WHY ?
View ArticleCLR function does not return values
Hello, I am having difficulty returning values with the CLR function. When I create storedProcedure it works perfectly, but I need it to be done in function. Can someone help me?My CodeImports...
View ArticleAssembly Version redirect doesn't work with a configSource in
Hi, We have built a framework for our Company. It includes about 40 assemblies (about 7 services).We have just delivered a new version (v1.2) of this framework. Each team using our framework must...
View ArticleVisual Studio2012 prof reporting, windows forms
Hi there , I have created a dataset for a report and creaded a report.rdlc file using fields from the dataset in a two level Item/Detail report format. So far so good.When I create a form for the...
View ArticleDifferences between and ?
The MSDN article remove Element for assemblies for compilation (ASP.NET Settings Schema) doesn't say the assembly attribute can accept asterisk, but in the example this usage shows up. Can you clarify...
View ArticleDowngrade Microsoft .Net Framework from 4.6.1 to 3.5 1
Dear all,How to downgrade the Microsoft .Net Framework from ver 4.6.1 to 3.5.1. Thanks
View ArticleEnhancing .Net Languages to support inheritance in ENUM definitions
Would it be possible to provide support for inheritance in ENUM definitions for .Net languages? As a simple example, consider the following c# declarations…Current declaration without inheritance...
View ArticleKERNELBASE - UnhandledException is NOT terminating the exception
IN my application there is unhandled exception from threadpoll thread as shown below in memorey dump. But it's not causing application to terminate. What could be the reason? Any help is very much...
View ArticleTypes of JIT Compilation
HiI have a question about JIT Compilation, after I read the following article:http://www.telerik.com/blogs/understanding-net-just-in-time-compilationI suppose that Normal JIT Compilation is the default...
View Articleenum type with floating-point underlying type
I am surprised that the following code passes PEVerify (Version 4.0.30319.1) and runs OK, outputting True and 0. This enum definition violates ECMA-335 6th ed. §II.14.3..class private auto ansi sealed...
View ArticleInstantiate Shell32.Shell object in Windows 8
Hi,I want to instantiate the Shell32.Shell object in Windows 8. I have created a small console project in VS 2012, added reference to Microsoft Shell Controls and Automation. When running the following...
View ArticleRead Text box in background worker
Hi, How do i read text box from background worker? i tried doing the below, but i want to return the text box content and store in a variable called TextName. Void...
View Article