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)

0
votes
2answers
51 views

DataBase Insert In Code Behind

Trying to insert into db both text and images. The only required fields are Category, Name, and Description. If just those fields have entries, the insert into the db is not successful. If the ...
1
vote
1answer
32 views

C#/WPF Improving performance of fill update of 1000s of controls simultaneously via datatriggers

So on the model side I have a 100x100 array of Cell objects. The objects have a single property, State, which is a bool. Cell implements INotifyPropertyChanged. I also have a CellCollection object, ...
0
votes
0answers
23 views

Application-modal MessageBox from non-modal WPF window

I work on an application that contains a mixture of Winforms and WPF. The older parts of the app are Winforms (including the "main" application window) with some of the more recent screens being WPF. ...
0
votes
0answers
31 views

dynamically placing buttons in group boxes and controls?

So here's my skeleton code, I add values at runtime with foreach(x in xlist){ if(x is text) { new radiobutton button.location(x,newY) } if(x is bool) { new ...
-3
votes
1answer
35 views

How to inspect and extract XAML style from WPF application?

I want to extract XAML styles from WPF application specially resource dictionary like this: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
1
vote
0answers
14 views

Awesomium WebControl Hang

I have a tabcontrol and in the tabcontrol I have two tabitems, and both of them contain an awesomium Webcontrol. However after some random time the Webcontrols don't display anything. When I try to ...
1
vote
2answers
78 views

Linq - Replace string within a List(of String)

I have the following List(Of String) defined in my program: MyList: 1Test 2test 3 4Test 5 I would like to remove the word "Test" (regardless of capitalization) from each item in the list if it ...
-7
votes
0answers
79 views

How can I make a control looking like this [closed]

I would like it to set the width of the diagram in my program. But I have no idea how to do it.
-1
votes
1answer
16 views

HttpWebRequest response produces HTTP error 422. Why?

I'm getting a "The remote server returned an error: (422) Unprocessable Entity." when trying to get an access token from an api. Here's the code I'm using: public string Timestamp() { ...
1
vote
1answer
45 views

2 file upload controllers

I have 2 file upload controller I have problem when both of them have files one hasFile value equal true and other equal false can someone help me. if (fuPDFDoc.HasFile) { String fileName = ...
2
votes
5answers
110 views

If you have a LINQ statement using the Select() method, is there a way to get a value from the next record?

I have the following LINQ statement: IEnumerable<Statement> statement = bookmarkCollection.AsEnumerable().Select( bookmark => new Statement() { Title = bookmark.Title, PageNumber = ...
2
votes
1answer
83 views

Force implementing classes to use their own type as the type for a method parameter

I have an interface that a set of objects implement. I would like all objects in the set to implement a MemberWiseCompare(ImplementingType rhs) method which requires they use their own type as the ...
1
vote
0answers
24 views

Move caret after a MoveFocus() call

I am attempting to manually control traversal of a number of TextBoxes in a (WPF) Window. I am successfully using (this is within a PreviewKeyDown handler): if (<logic>) { ...
-3
votes
1answer
90 views

C# generic list is not being garbage collected [closed]

I'm retrieving a few thousand rows from the database and populating them into a generic list of custom objects which are then getting bound to a gridview. For some reason these objects are just ...
1
vote
3answers
33 views

Application has generated an exception that can't be handled

Getting this error when transferring a program to a new domain and new servers, and only for a few users: "Request for the permission of type System.Security.Permissions.FileIOPermission, mscorlib, ...
1
vote
2answers
26 views

How do you use windows GDI methods in .NET that aren't in GDI+?

I want to call a GDI method that I can't find in GDI+ in a .NET app. In particular this method which gets kerning pairs for a specified font. I want to implement kerning (letter-spacing) on HTML5 ...
-9
votes
0answers
31 views

Looing for: open/public/free asp server to test a script [closed]

I'm trying help a friend with some asp service, anyway I was trying to find some sort of service that offer free/open/public asp server for testing script. Thanks in advance to all of you c#/.net/asp ...
0
votes
0answers
11 views

SSL/TLS error using Cefsharp embedded in .Net Winforms app.

I have a javascript application running in a Cefsharp browser embedded in a .Net winforms app. When making an AJAX request to a node.js REST service there is an error. Log: ...
0
votes
0answers
25 views

inserting generated html into a div container

I'm trying to insert some html inside a div element on my page. The problem is, it is inserting html after the div. So the div remains empty. I thought InnerHTML would work, but it's not. Is there ...
0
votes
0answers
16 views

IIS 7.0 WCF Web Config Error

I created WCF Service Application in Visual Studio, copied the DLL's to IIS and all was working fine - I could connect to the service with a client. I have made changes to the Web config file to use ...
0
votes
0answers
18 views

Repeater Control with Paging: How to freeze Page? avoiding unnecessary hit to session again

I'm using Repeater Control with Paging. For the first 100 records i'm displaying 1, 2, 3, 4, "Next" links i.e., 25 records for each page. On click of "Next" link, i'll fetch next 100 records from ...
0
votes
1answer
9 views

How do you parse the Subject Alternate Names from an X509Certificate2?

Is there an easy way to get the Subject Alternate Names from an X509Certificate2 object? foreach (X509Extension ext in certificate.Extensions) { if ...
1
vote
2answers
51 views

How do i store real-time data

I am developing a stock market application in windows form using .net framework 4.0. I am fetching ticks from the exchange real-time. I am able to receive the ticks on real-time basis. In my scenario ...
0
votes
1answer
20 views

real time project with ORM

Often heard that the performance of any ORM can not achieve the performance of a direct connection via ADO.Net, is this true? I'm riding an application that is in real time and I am in dilemma to ...
-2
votes
0answers
30 views

Loading assembly in another appdomain from another folder with dependencies

I've found a few variants of this question but it seems mixing all those criterias produces it's own set of errors when you want your assembly loaded In another appdomain From another folder With ...
0
votes
1answer
32 views

EF load related collection partially

What I'm trying to achieve is return a list of Categories (in JSON) with the latest (Top 1) modified product in it. Say I have a Product & Category classes. Class Category{ public string Name ...
0
votes
1answer
55 views

Match more than one occurence in a string

I'm trying to match a tag values (music kind styles) of an xml. This are some examples: One music genre: (Pop) (rel="tag">Pop) <span class="genres"><a ...
0
votes
2answers
45 views

How to show a sidebar in all pages in mvc4 except 2

We currently have a site which has a section LatestNews, required:false defined in the layout and all views except two have the section which have the same call RenderPartial("ShowLatestNews") Is ...
1
vote
1answer
21 views

TaskFactory.StartNew or TaskFactory.FromAsync: which one guarantees faster execution of computation-intensive TPL tasks in application?

If I start computation-intensive TPL task with the button's click from UI, which method will be the best here: TaskFactory.StartNew or TaskFactory.FromAsync? I'm in need of the following: the task ...
0
votes
1answer
35 views

How to select Closest distance from each category

I'm trying to get the closest locations in each category. Can anyone help me do this? var xml = new XElement("Locations", locations.OrderBy(n => n.CategoryID) ...
2
votes
3answers
89 views

How to make a copy of an object in c# [duplicate]

Let's say that I have a class: class obj { int a; int b; } and then I have this code: obj myobj = new obj(){ a=1, b=2} obj myobj2 = myobj; Now the above code makes a reference to the first ...
0
votes
2answers
16 views

XML Data Binding in .NET - Getting node value where attribute value is equal to something

I'm developing a .NET control which needs to list values from an XML file based on an attribute value in a node and I'm having difficulty getting to my data. The XML is formatted like this: ...
0
votes
0answers
19 views

Why does RatNum not have a ToDecimal() method?

I'd like to convert a RatNum expression to a Dot Net decimal. RatNum has a ToDecimalString method but not a ToDecimal method. Is there any reason for this? Is there any other way to convert a RatNum ...
0
votes
1answer
5 views

Update command using grid subform

I'm putting together a simple list using a Telerik grid and a sub form (edit form?) to add or change data. So far adding a new record works great: I set up the parameters, sent them to a stored ...
0
votes
1answer
19 views

Set ListBox selecteditems by the ItemText?

I have a Listbox with 100-200 default values and the multiselect-simple mode is enabled. I save the selected text items in a List of string: Private Sub ListBox_Styles_SelectedIndexChanged(sender As ...
0
votes
1answer
22 views

DebuggerDisplay attribute on a DebuggerTypeProxy Class

When using [DebuggerDisplay("{OneLineAddress}")] on the debugger proxy'd class, it does not seem to work. Is there something I'm doing wrong? Or some way around this without adding code to the ...
0
votes
0answers
14 views

Lucene.net: How to implement Sort & Search on dynamic fields

Currently my application use MSSQL for Sorting and Searching. The data in the app is a list of Tasks, Every Task can have multiple dynamic values (unknown number). Example: Task1 – DynValue1, ...
0
votes
1answer
66 views

Am I using this transaction correctly?

I read a list of VehicleMovementEvent objects, most of which are plain entrances to and exits from a parkade zone. These have an indicator of entrance or exit, and a date and time. I use this list to ...
-8
votes
0answers
104 views

Why the malloc in c# is unsafe? [closed]

Why use the "malloc" method in C# is unsafe? Okay, the garbage collector manage the memory for me, but it is sure that is the best method to do that?
1
vote
0answers
51 views

Does order of parameters in logical operators matters equality?

I'm constructing some class that will contains a logical expression: public enum LogicalOperator { And, Or }; public class LogicalExpression { public LogicalOperator Operator { get; private set; ...
0
votes
0answers
8 views

Finish Build Trigger only fires when parent build is called manually

I have setup a service hook for teamcity build (A) so that my solution is built when i push to github. I then have a seperate build (B) configuration with a Finish Build Trigger which does some work ...
1
vote
0answers
58 views

Push object away from another object

I'm trying to call a method 20 times per second to push point A away from point B. The method should use the following variables: Point A (X) Point A (Y) Point B (X) Point B (Y) Strength The ...
0
votes
1answer
87 views

Learning from a slightly outdated .NET book [closed]

Will learning from a book that targets .NET 3.5 (Essential C# 3.0: For .NET Framework 3.5 (2nd Edition)) be regressive in a sense? Of course in time I want to be able to leverage the features of 4.5, ...
0
votes
1answer
23 views

How to remove the top left cell in DataGrid

Is there a way I can remove the top left cell in a DataGrid ?
0
votes
0answers
16 views

Getting lfPitchAndFamily of LOGFONT in C#

I want to get some font properties (monospace and serif) of Font in C#. I use LOGFONT fot this aim. But for some reason lfPitchAndFamily field of LOGFONT is not defined. Why? My code: var b = new ...
0
votes
3answers
54 views

Entity Framework/Linq EXpression converting from string to int

I have an Expression like so: var values = Enumerable.Range(1,2); return message => message.Properties.Any( p => p.Key == name && int.Parse(p.Value) >= values[0] ...
0
votes
1answer
36 views

Add Office 2013-like animations to my C# application

So, in Office 2013, the applications have animations such as a "smooth typing" animation, along with things such as the email list in Outlook smoothly moving emails rather than just deleting one out ...
0
votes
0answers
18 views

MSTest Doesn't Pull Down Different Versions of Newtonsoft.JSON.dll

We use MSTest to run automated tests against our solution. Some of the projects in the solution are targeted for .NET 3.5 and are referencing Newtonsoft.JSON.dll version 4.0.8. Other projects are ...
1
vote
1answer
29 views

Filtering navigation properties in EF Code First

I'm using Code First in EF. Let's say I have two entities: public class Farm { .... public virtual ICollection<Fruit> Fruits {get; set;} } public class Fruit { ... } My ...
29
votes
2answers
907 views

Why does C# allow statements after a case but not before it?

Why does C# allow this: var s = "Nice"; switch (s) { case "HI": break; const string x = "Nice"; case x: Console.Write("Y"); break; } But not this: var s = ...

1 2 3 4 5 3097