The .NET framework is a software framework designed mainly for the Microsoft Windows operating system. It includes an implementation of the Base Class Library, Common Language Runtime (commonly referred to as CLI) and Dynamic Language Runtime. It supports many programming languages, including C#, ...

learn more… | top users | synonyms (3)

-1
votes
0answers
23 views

Rating in HTML static site [closed]

I am developing a static HTML site which consists of some rock songs. User will listen to those songs and assign rating to it. I've searched various sites and applied several rating features but as ...
0
votes
0answers
40 views

Entities framework validation

I am developring .net mvc web api application using entities framework and I have business rules to I want to enforce for validation. I saw that I can implement IValidatableObject but is not good ...
56
votes
7answers
38k views

How do I get the current username in .NET using C#?

How do I get the current username in .NET using C#?
0
votes
1answer
27 views

2 Instances of SimpleMembership in MVC 4 Razor solutions

I have a solution for a client I am working on that is being built in .net MVC 4 Razor that contains the following; Public website with a client login area. Private company webapp for running the ...
2
votes
1answer
29 views

Can I use the Mono implementation of SqlClient in MS.Net framework 4.0?

We are testing some options to solve performance issues with .Net 4.0 SqlClient (lots of GC and finalizers, etc.) and were thinking of using a different Sql client implementation - Mono came to mind. ...
4
votes
1answer
36 views

Is there third party package tool with .NET4 support?

I got a C# program based on .NET4 environment. I want to make a installer which will ship .NET4 environment with it so that my user won't bother to install .NET4 indepently. Is there any third party ...
0
votes
0answers
21 views

invoking a MATLAB GUI from .net

I created a matlab application using GUI.The figure to be displayed in the GUI is passed as an arguement.This works in matlab. I created a .dll file of this and calling the function from .NET (c#). ...
0
votes
2answers
64 views

How to properly export a VB.NET Windows Appliction as EXE?

I would like to export a .NET Windows application as exe. I would normally pick up the EXE file from the bin\Debug folder and run directly in the development machine. In this case, the application ...
0
votes
1answer
32 views

Winform Listbox Select Items from Database [duplicate]

I have three database tables: a list of cars, a list of people, and the third is the many-to-many table of people to cars. On my winform for a person, I have a listbox of available cars. ...
1
vote
1answer
147 views

What Should I be using here? Threading? Async?

I am not sure what to use in this scenario. I have an asp.net web api method that basically does this Finds points of interests from foursquare near user. Uses the foursquare locations to do ...
6
votes
3answers
914 views

Preload ASP.NET MVC views in IIS warmup step

I recently began playing around with the ability of IIS to apply a warmup step step to my web application through use of the IProcessHostPreloadClient interface (look here for for guidance on how to ...
14
votes
3answers
3k views

What is Application Pool in IIS and Asp.Net?

How is application pool implemented in IIS? Is each application pool equivalent to a .Net AppDomain? Or it is a equivalent to a .Net process? How is Application pool related to IIS w3wp.exe?
0
votes
0answers
31 views

how do i find a good workflow engine for my project [closed]

i am going to use a workflow in my project. i have BPMN and my forms are ready. the system architecture is SOA. the technology is c#, W CF, silver light. Now i am looking for a powerful workflow. the ...
-1
votes
0answers
29 views

Files: how to distinguish file lock and permission denied cases?

How to distinguish cases when file operation failed due to file lock and lack of permissions?
0
votes
1answer
91 views

Maximum length of WPF .net exe filename

We had a situation when the file name of WPF .net 4.0 exe exceeds 47(51 including .exe extension) the exe is not working. It simply says stopped working. The issue is there even if we put the file in ...
6
votes
3answers
2k views

How to see the Check-In History of a particular user in TFS?

How to see the Check-In History of a particular user in TFS (TFS-2008)?
0
votes
3answers
42 views

Not able to set dropdownlist at page load

I am getting first time this kind of problem I am setting value of dropdownlist at page load from dataset But this is auto setting 0 index ..... My code : ddlEbitda.SelectedValue = ...
-2
votes
0answers
159 views
+100

Complete WiX sample *.wxs to download and install a specific version of .NET Framework if it's not available

There are many incomplete questions and answers about how to download and install .NET Framework(s) if they are not available but none complete code seems to be available on Internet. Can you provide ...
0
votes
0answers
11 views

How to show data in WebChartControl from two Tables

I have two tables email_Sent and Email_Replied and I am getting the count of the Email_Sent and Email_Replied. Now , I need to Show a Chart like : As shown in the following figure.
-1
votes
0answers
20 views

Fill DataGrid with a custom query

I'm trying to fill my DataGrid with a custom query I have written which binds two tables. The query is stored in my dataset (dbPBDataset.xsd) under the table adapters (TransactionTableAdapter) and ...
1
vote
2answers
58 views

trouble calling a method in form 2 from a button click on form 1, vb.net

I have a program for creating a time sheet and when a saved time sheet is loaded by clicking a button on form 1 the data loads to form 2 and then calls a method in form 2 to print the data to form 3. ...
0
votes
0answers
49 views

SoundPlayer and MemoryStream in C#

I build a sample program that select a wav file, then you can play the selected file with 2x speed Or 4x speed the code of the previous app is : using System; using System.Collections.Generic; ...
0
votes
3answers
38 views

Why do I need to rebuild after updating a lib dll

I use a lib DLL file for a lot of my common code which I push around from project to project. Whenever I need a new feature on one of my projects, I grab and compile the most recent version of the ...
0
votes
1answer
18 views

What does PluralizingEntitySetNameConvention do?

I'm learning code first and I'm going over the default conventions (http://msdn.microsoft.com/en-us/library/gg696316(v=vs.103).aspx), and I'm wondering what PluralizingEntitySetNameConvention does. I ...
0
votes
1answer
32 views

RegEx is not doing what I want

I want to retreive a part of a string, my question is if I can get the correct string without touching the matched string (substring or splitting), I know is easy to do a split/substring but I want to ...
-1
votes
0answers
23 views

adding a seek bar to media player in C#

I'm Developing a simple media player to play WAV File using C#.net Version 4.0 here in the following code I read the WAV File and Increase the speed of it using System; using ...
0
votes
2answers
30 views

How to display the members of a second Class in a Datagridview

I have an ArrayList of objects (for example Employees). Employee Class Properties: name (String), email (String), telephone (String), workgroup (Workgroup) The Employee class has a property ...
0
votes
1answer
21 views

Is it possible for an application to load both NativeImage and JIT version of .Net dll?

I am investigating some minidumps for our released application. I am unable to repro these crashes locally, but for a large number of reports I'm noticing the list of loaded dll's includes both ...
1
vote
3answers
316 views

How to change DrawingVisual Fill and Stroke

I have a DrawingVisual object and I want to change its fill and its stroke. I've tried this for Fill: DrawingVisual MyDrawing = new DrawingVisual(); SetFill(Brushes.Red, MyDrawing.Drawing); Where ...
2
votes
4answers
2k views

WPF - Bring Window to Front

I have a WPF-Window which I don't close. Instead I do Hide() and Show() it. Now, when I doubleclick in my MainWindow in a Grid on a Record, which will Trigger to Show() the Window, the Window will ...
-3
votes
1answer
74 views

Hangman game in asp.net / c# [closed]

I was trying to create the hangman game in asp .net using c#, but since I am a beginner in this field, I got stuck. This is what I have done so far: public static string GetRandomWords() { ...
1
vote
0answers
17 views

How to register a backup application with the Win7 Action Center?

I've written a little application which continuously backs up my important files to Amazon S3. I'd like to be able to inform windows that my application is running and thus the Windows Action Center ...
0
votes
0answers
12 views

Api Twitter and Spring.NET Social someone help me?

I am using Spring for net library and its development for the social network Twitter, my problem is this: TwitterProfile profile = twitter.UserOperations.GetUserProfile ("blabla"); Label1.Text = ...
3
votes
4answers
6k views

Dll not copying to bin folder

I'm having an issue with Devart DLLs not getting copied to the bin folder of my web app. I have my web app project that references projectA. ProjectA references projectB. The Devart Dlls are used in ...
0
votes
0answers
17 views

Catch ActiveX Control Exception (prevent program stopped working)

I use an ActiveX control (qlickview ocx) on my form and it work well but sometimes (on close form OR reopen a document in the control) my application will be hang with this windows message: ...
1
vote
2answers
37 views

How do I open a form in a method if passed its name as a parameter

I am trying to create a standard method to open a form based on the parameter passed to it. Basically, to get this done: using (Quotes newQte = new Quotes()) { newQte.ShowDialog(); } by ...
0
votes
1answer
6k views

WCF invoking service fail

I could be able to call it in my own server and it works but the problem occurs when I host wcf service in IIS. The details of the error are the following... Failed to invoke the service. Possible ...
0
votes
2answers
42 views

I need some explain on Rx behavior

When I use Reactive Extensions (Rx) with linq filter what happen under the hood? Is this, var move = Observable.FromEventPattern<MouseEventArgs>(frm, "MouseMove"); ...
0
votes
1answer
61 views

Secure way to run runtime code (XML file editing) C#

I have a CLI application which is able to edit XML files with some parameters. However I'm needing now a more powerful way to do it. I want to give users the option to edit XML files using custom ...
1
vote
3answers
744 views

Visual Studio 2012 - using .runsettings to exclude assemblies from code coverage

When running code coverage for my solution which contains multiple projects, I noticed that Code Coverage includes also my test assemblies. I found an article which suggests the following template ...
0
votes
1answer
27 views

.NET javascript runtime with XML parsing/editing

I have found some javascript runtime for .NET like IronJS, Javascript .NET or Jurassic. However seems none of them support XML parsing/editing. There's any javascript engine for .NET that supports ...
0
votes
5answers
107 views

why would an interface have properties in them [closed]

why would an interface have a property in it? I understand that an interface is a contract but why would you ever need a property within an interface? many thanks
0
votes
0answers
57 views

Testing AJAX on .net page using Jmeter

We want to do load testing on the web application. I gave server name in HTTP Request and /login.asp in the path. This is giving me exact data from /login.asp source code in Response Data tab in View ...
1
vote
0answers
42 views

.net program with log4net stops logging

I have a .net program that uses log4net to write logs to the c:\temp directory and stores some app data in the ProgramData directory. The program will run fine for several days then suddenly stop ...
0
votes
1answer
55 views

Is there a better project pattern for a Winfoms app than the MDI Application?

It litters my app with nonsense like File Open and Save, Edit- Copy and Paste, etc. as if I'm trying to build a better notepad, that can have multiple confounded text files open at once. Most business ...
0
votes
1answer
28 views

vb.net exclude specific file names from copying?

How to exclude specific file being copied during copy process. I want to exclude from being copied for example name.xml, adress.xml and data.xml Here is the code from MSDN I use: Dim BackupDir ...
1
vote
1answer
21 views

Using Redis bitmap operations like BITCOUNT from .NET?

The Redis bitmap operations like SETBIT, GETBIT, BITCOUNT and BITOP look interesting for certain scenarios, like analytics. But are these accessible from any of the available .NET Redis drivers, like ...
2
votes
2answers
109 views

Windows Credential Provider with C#

Has anyone successfully created a custom Windows Credential Provider in C#? The samples that are in the Windows SDK are all in C++. Some initial searching I have done indicates it may be possible ...
0
votes
3answers
27 views

Entity Framework load entity from parameterized Constructor

I am upgrading one of existing projects DAL to Entity Framework. In leagcy DAL I hav consturctors like e.g. public class User{ public User(){} // This constructor loads data from database ...
0
votes
1answer
15 views

GridView and XMLDataSource

I want to display xml content at aspx page. There is my aspx code: <asp:GridView ID="gvXML" runat="server" AutoGenerateColumns="True" DataSourceID="xmlData"> ...

1 3 4 5 6 7 3090