.NET Framework Class Libraries announcements
-
Link
ASP.NET Questions are off-topic in .NET Base class library, and will be moved to the Off-Topic forum when posted. Please ask questions relating to ASP.NET at the ASP.NET Forums.
Windows Presentation Foundation (WPF) announcements
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx
Windows Communication Foundation, Serialization, and Networking announcements
-
Link
Do you have ideas you would like to share with us? Do you always think it would be cool if WCF could do this? Here is an opportunity for you to contribute - http://tinyurl.com/wcfvnext
Thanks!
Claims based access platform (CBA), code-named Geneva announcements
-
Link
The Federated Identity ”Geneva” team is happy to announce the release of Microsoft code name “Geneva”, an open platform for simplified user access based on claims. This release consists of three components: Geneva Framework for .NET developers, Geneva Server for IT Pros, and Windows CardSpace “Geneva”.
You can find all of our installation downloads and supporting documentation for each component of the Geneva platform on the “Geneva” Connect site.
Visual C# announcements
-
Link
This forum is for C# related question. GUI questions become very unclear if its a WPF or Winforms or ASP.Net related question.
Please post any GUI related questions to the target forum:
Windows Forms General
Windows Presentation Foundation (WPF)
ASP.Net forums
depending on what you are working on.
The C# forum is for C# related questions on the language constructs and not indirect component usage. THX
Visual Basic announcements
-
Link
This forum is for problems and discussions related to programming with VB inside Visual Studio for versions starting with the .Net version (2002). Before posting your question, check if your issue is related to the following categories. In order to get better response, take a look at How to Use this Forum.
Category
Appropriate forum
Other versions of Visual Basic
GUI related
ASP.Net forums (ASP and VB for MVC)
Forms Design and .Net Controls
SQL transact
3rd party products
.NET Framework Class Libraries
Windows
WCF, System.Net namespace and remoting technology
Windows Communication Foundation, Serialization, and Networking
If you have any suggestion to this table, please jump into this threadfor discussion.
You could share this announcement via this URL: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads?announcementId=b5956386-b706-4180-b003-6e778f582d89#b5956386-b706-4180-b003-6e778f582d89.
-
1 VotesHow can i create a firstrun value?
Hello guys i want to create a first run value like this, but i have problem: If My.Settings.firstrun = 1 Then TotalTime1 = New TimeSpan(9000000000) ...Unanswered | 2 Replies | 37 Views | Created by SomaSom - 12 hours 36 minutes ago | Last reply by Yohann L - 27 minutes ago -
0 Votes.NET 4.6 Targeting Pack Doesn't Actually Install Reference Assemblies
When attempting to use the .NET 4.6 Targeting Pack installer (found at: https://www.microsoft.com/en-us/download/details.aspx?id=48136) I find that the installation doesn't actually install the ...Unanswered | 1 Replies | 23 Views | Created by Matthew Padbury - 11 hours 53 minutes ago | Last reply by Lana Xu - 42 minutes ago -
0 VotesDefine new event handler for custom resourced style control in wpf
Hello guys. I have a question and it is How can I define a new custom event for my defined control? I want to define click event handler for my control and it ...Unanswered | 1 Replies | 42 Views | Created by Shahryar1991 - Tuesday, October 03, 2017 5:39 PM | Last reply by Bob Ding - 45 minutes ago -
0 VotesAdd Username and Password Json File in C#
dear friend, I have a little problem, when I try to run my program it show an error 401 (unauthorized) I need to input username: admin and password: admin ...Unanswered | 2 Replies | 45 Views | Created by steve_henry - 22 hours 50 minutes ago | Last reply by steve_henry - 47 minutes ago -
0 VotesWPF DataGrid Horizontal scroll by Column
Hi In Wpf datagrid default horizontal scrolling by pixel, I have an requirement to scroll by Column Also i want to virtualize column, with the below properties i ...Unanswered | 1 Replies | 26 Views | Created by SanthoshDevi - 16 hours 40 minutes ago | Last reply by Bob Ding - 1 hour 16 minutes ago -
0 VotesHow to come underline when click button or textblock or label using ivalueconverter in wpf?
I have 5 button which button i click that button should come underline so help me how to do this ?Unanswered | 2 Replies | 29 Views | Created by Murugansilversroot - 10 hours 29 minutes ago | Last reply by Bob Ding - 1 hour 54 minutes ago -
0 VotesTrying to use a string to adb command line
Hello everyone, I kindly ask for an orientation in my code, which is done in C # with Android Debug Bridge (ADB) commands that run at a DOS prompt. The command basically reads the ... -
0 Votesstring interpolation
I was trying to apply string interpolation in visual studio 2017 but getting errors about this expression. Any hint ...Unanswered | 4 Replies | 48 Views | Created by tanvir.tajdin - 15 hours 17 minutes ago | Last reply by Kareninstructor - 2 hours 59 minutes ago -
1 Votesmultiple text values?
for school, im trying to make a program where it has a lebel that gives you the same of the color, and you click the box that has the color in it, which then sends you to the next color. the problem ...Unanswered | 2 Replies | 38 Views | Created by goldenapples - 7 hours 37 minutes ago | Last reply by Kareninstructor - 3 hours 4 minutes ago -
0 Votescreate xml document and save to a variable
I'm trying to create an xml document and save it to a variable instead of a file. Is this possible and if so how? Dont ask me .. i dont knowProposed | 12 Replies | 75 Views | Created by Pete Newman - 12 hours 8 minutes ago | Last reply by Kareninstructor - 3 hours 7 minutes ago -
0 VotesRequired Delegated Permission for AuthenticablePrincipal.UnlockAccount Method ()
HI I've searched for the required permissions/rights to Unlock a user account using the AuthenticablePrincipal.UnlockAccount Method (). The MSDN document ...Unanswered | 1 Replies | 29 Views | Created by Andrew J Harvey - 20 hours 43 minutes ago | Last reply by Andrew J Harvey - 4 hours 1 minutes ago -
0 Votesdo sql server table relationships count as joins in Linq
!string.IsNullOrEmpty(a.DeptHL) && (a.AppCI.DispositionID != null && a.AppCI.AppDisposition.Disposition != "Retire") && ...Unanswered | 1 Replies | 28 Views | Created by Rich P123 - 5 hours 27 minutes ago | Last reply by Rich P123 - 4 hours 7 minutes ago -
1 VotesPassing function pointer as a parameter to method
Hi, i have to write C# class and method from C codes. My C codes are something like that. function_ex takes function pointer which takes custom_pac_type_t pointer.Problem is about method declaration. ...Answered | 6 Replies | 52 Views | Created by Ismail Fatih ILTAR - 15 hours 37 minutes ago | Last reply by Ismail Fatih ILTAR - 5 hours 16 minutes ago -
0 VotesWCF changing the MyFunctionResponse for a Web Service Method
Hello, I have an issue that I can't seem to figure out. I have the following function and I need to change the response ...Unanswered | 2 Replies | 20 Views | Created by VisioDei - 7 hours 14 minutes ago | Last reply by VisioDei - 5 hours 48 minutes ago -
0 VotesC# - Getting error in combo box selection index changed in datagrid view C#
"SUCCESS" and "FAILURE" when user selects "Success" then it should apply all other dropdown (from the index below) also. at the ...Answered | 5 Replies | 64 Views | Created by Gani tpt - Tuesday, October 03, 2017 8:08 AM | Last reply by Sabah Shariq - 6 hours 12 minutes ago -
0 VotesHigh Performance .NET Socket Server Using Async Winsock not work on Windows Server 2012 R2
When I run this on Windows Server 2012 R2 using Visual Studio 2017 and build it, I got an error after type command "startser": "Failed to Start Server. System.NullReferenceException: ...Unanswered | 2 Replies | 32 Views | Created by Nguyen Van Thai - Wednesday, October 04, 2017 12:39 AM | Last reply by Sabah Shariq - 6 hours 49 minutes ago -
0 VotesHow to update UI of window from class.
{ ...Unanswered | 1 Replies | 30 Views | Created by Ashish Kosti - 20 hours 23 minutes ago | Last reply by sqlguy - 6 hours 51 minutes ago -
0 VotesHow can i send parameter by web service rest
I need to send a parameter by web service from my App Android. I must to use http verbs as post? For ...Unanswered | 1 Replies | 49 Views | Created by pnet - Tuesday, October 03, 2017 4:25 PM | Last reply by DA924x - 7 hours 7 minutes ago -
0 Votesneed help with this project
Write a for loop to loop through all of the characters in decodedString. Your loop will need some conditional ...Unanswered | 2 Replies | 30 Views | Created by FingerLickinGood - 10 hours 24 minutes ago | Last reply by Sabah Shariq - 7 hours 28 minutes ago -
0 VotesAdding Items to enum !
hello I have a question... I've ceated an enum and in the some place in the program .. i want user to add an item to that enum,,, how can I do that I looked at ...Answered | 18 Replies | 14218 Views | Created by Rami Shareef - Saturday, October 27, 2007 6:35 AM | Last reply by Blackasthesky - 8 hours 50 minutes ago - Items 1 to 20 of 368913 Next ›
.NET Framework Class Libraries announcements
-
Link
ASP.NET Questions are off-topic in .NET Base class library, and will be moved to the Off-Topic forum when posted. Please ask questions relating to ASP.NET at the ASP.NET Forums.
Windows Presentation Foundation (WPF) announcements
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx
Windows Communication Foundation, Serialization, and Networking announcements
-
Link
Do you have ideas you would like to share with us? Do you always think it would be cool if WCF could do this? Here is an opportunity for you to contribute - http://tinyurl.com/wcfvnext
Thanks!
Claims based access platform (CBA), code-named Geneva announcements
-
Link
The Federated Identity ”Geneva” team is happy to announce the release of Microsoft code name “Geneva”, an open platform for simplified user access based on claims. This release consists of three components: Geneva Framework for .NET developers, Geneva Server for IT Pros, and Windows CardSpace “Geneva”.
You can find all of our installation downloads and supporting documentation for each component of the Geneva platform on the “Geneva” Connect site.
Visual C# announcements
-
Link
This forum is for C# related question. GUI questions become very unclear if its a WPF or Winforms or ASP.Net related question.
Please post any GUI related questions to the target forum:
Windows Forms General
Windows Presentation Foundation (WPF)
ASP.Net forums
depending on what you are working on.
The C# forum is for C# related questions on the language constructs and not indirect component usage. THX
Visual Basic announcements
-
Link
This forum is for problems and discussions related to programming with VB inside Visual Studio for versions starting with the .Net version (2002). Before posting your question, check if your issue is related to the following categories. In order to get better response, take a look at How to Use this Forum.
Category
Appropriate forum
Other versions of Visual Basic
GUI related
ASP.Net forums (ASP and VB for MVC)
Forms Design and .Net Controls
SQL transact
3rd party products
.NET Framework Class Libraries
Windows
WCF, System.Net namespace and remoting technology
Windows Communication Foundation, Serialization, and Networking
If you have any suggestion to this table, please jump into this threadfor discussion.
You could share this announcement via this URL: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads?announcementId=b5956386-b706-4180-b003-6e778f582d89#b5956386-b706-4180-b003-6e778f582d89.
