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.
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
.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.
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.
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!
.NET StockTrader Sample Application announcements
-
Link
The new 6.0 version, which can live side-by-side with the 5.5 version, is now live. Visit http://msdn.microsoft.com/stocktrader to download the source code with automated setup wizard.
You can read the technical whitepaper about it, including the mobile client architecture, and support for SQL Database Federation here.
You can view the application running live on Windows Azure (new HTML 5/MVC client) at https://azurestocktrader6.cloudapp.net; or the classic ASP.NET Web Forms client at https://azurestocktrader6classic.cloudapp.net.
The download also includes Configuration Service 6.0, which adds support for Azure Service Bus. You can access ConfigWeb 6.0 to explore the live deployment at https://azureconfigweb6.cloudapp.net.
-Greg
-
Link
The updated StockTrader 5.5 sample is now available for download and setup. This replaces the 5.0 release of StockTrader. The installer can be downloaded from https://azurestocktrader.cloudapp.net or http://msdn.microsoft.com/stocktrader.
This new download includes the new Configuration Service 5.5 assemblies and ConfigWeb 5.5. Configuration Service 5.5 is backward compatible with 5.0 configuration repositories. You will want to rebuild solutions implementing Configuration Service 5.0 with the new 5.5 shared libraries.
StockTrader 5.5 What's New
The big change is support for Windows Azure SQL Database Federations. Federations allows horizontal partitioning, also called sharding, of the Azure SQL Database data tier. You will note that we have also split the previously single database into two separate physical databases: a QuoteDB and an AccountDB. By default after install, neither will be federated. You can use the new \stocktrader\builds\SQL_Loader\TradeSQLLoader.exe to create new QuoteDB/AccountDB databases, and choose the number of federation members when creating the initial databases. You can then deploy (to Azure) and then use the \stocktrader\databaseloaders\TradeSQLAzureLoader application to load data into the federated databases.
The single DAL layer works now against on-premises SQL Server (including SQL Server running in an Azure Virtual Machine); non-federated Windows Azure SQL Database, and federated Azure SQL Databases.
Configuration Service 5.5 What's New
Configuration Service 5.5 has various bug fixes, and especially enhancements to the SQL retry logic in the SQLHelper Class. Solutions using Configuration Service 5.0 should be upgraded to the new 5.5 assemblies, as well minor updates have been made to ConfigWeb.
Coming Soon: StockTrader 6.0
Within the next few weeks, a new version of StockTrader will also be available: StockTrader 6.0. StockTrader 6.0 does not replace StockTrader 5.5; but rather is a new Azure-only implementation, and it is not backward compatible with 5.5. You will be able to do side-by-side installs. Both will remain on the MSDN site. The coming Config Service 6.0 version adds support for Windows Azure Service Bus bindings, and StockTrader 6.0 can optionally be configured to use Service Bus and reliable messaging for order processing. In addition, RESTFUL web services are used in the new Business Logic layer, and the service can serve as the cloud-based backend for new StockTrader 6.0 clients that will be included in the download: Windows 8 Modern UI client; HTML5 ASP.NET/MVC client, Windows Phone client, Android client, and IPhone client.
If you have setup issues, or questions about the sample once it is installed this is the place to post them. Thank you!
-Greg
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
AppFabric Caching announcements
-
Link
This forum is dedicated to answering questions about using Windows Server AppFabric caching on-premises. Microsoft recently announced a CTP of Windows Azure AppFabric Caching, which allows you to use AppFabric caching features in the cloud. If you want more information about the Windows Azure AppFabric Caching CTP, see the documentation, http://go.microsoft.com/fwlink/?LinkID=205141, or this blog post, http://blogs.msdn.com/b/windowsazureappfabric/archive/2010/10/28/introduction-to-windows-azure-appfabric-caching-ctp.aspx.
If you are trying to ask a question on the forums about the Windows Azure AppFabric Caching CTP, go to the Windows Azure Platform forum portal, http://social.msdn.microsoft.com/Forums/en-US/category/windowsazureplatform.
Thank you.
Jason Roth
Senior Programming Writer, Microsoft
-
Unanswered0Votes
DoubleAnimation vs DispatcherTimer
I have read that DoubleAnimation is much more suitable (in terms of performance) for doing animations in WPF compared to DispatcherTimer. So I have decided to test this claim. I took a sample 3D ...4 Replies | 116 Views | Created by fifi5 - Monday, October 28, 2013 7:38 PM | Last reply by IssueKiller - a few seconds ago -
Unanswered0Votes
Couldn't they have picked a better word than "await"?
I'm just letting off steam because of course I know this can now never be changed. But in my view the term "await" was a poor choice for describing the initiation of an ...1 Replies | 23 Views | Created by Captain Kernel - 14 minutes ago | Last reply by ThankfulHeart - 5 minutes ago -
Unanswered0Votes
Codablock F barcode symbology support for POS for .NET library
We are required to use Codablock F barcode symbology in a project. Unfortunately, the most current version of POS for .NET is 1.12 and does not conform to UPOS 1.14 standards. Codablock F ...4 Replies | 57 Views | Created by Woodchux - Monday, October 28, 2013 10:00 PM | Last reply by Sean Liming - 6 minutes ago -
Unanswered0Votes
Close Mdb File after using SetAttributes method
I have 1 Mdb file which is in readonly mode. I have set Password to this Mdb File. So just before opening Oledb Connection, I tried to Remove ReadOnly attribute. But at the time of opening ...1 Replies | 42 Views | Created by Ajinkyaraje Jagtap - 21 hours 43 minutes ago | Last reply by Eason_H - 6 minutes ago -
Unanswered0Votes
I am in the process of taking some Web Pages and creating the same look and functionality in WPF so that control of printing forms could be eaiser. Is there a better approach?
I need to be able to print some forms with extreme accuracy on printers, and so I have decided to create some WPF forms that replicate the web forms for a few of these instances. I ...2 Replies | 42 Views | Created by DCSSR - 22 hours 24 minutes ago | Last reply by DCSSR - 8 minutes ago -
Answered1Votes
Random number out of two possible outcomes
Hi, I want to create a variable which will be equal randomly with one out of two possible numbers. For example, I want the variable ...17 Replies | 139 Views | Created by Konstantina M - Monday, October 28, 2013 9:37 PM | Last reply by Acamar - 8 minutes ago -
Unanswered0Votes
How to create a share and set share permissions - not NTFS permissions
I am able to create a share and assign NTFS permissions, but I can't seem to set share permissions. After many hours of searching. I find lots of articles and code samples, but all ...4 Replies | 59 Views | Created by Thomas M Tatlock - Monday, October 28, 2013 12:51 PM | Last reply by Amanda Zhu - 16 minutes ago -
Unanswered2Votes
Create an open application viewer
Hullo geniuses! Alright, I've got a bit of a challenge my friend set me and I'm not sure how to go about it. He wants me to make the equivalent of the Windows 8 'open application ...11 Replies | 113 Views | Created by AspirinAUS - Monday, October 28, 2013 10:37 PM | Last reply by Acamar - 17 minutes ago -
Unanswered0Votes
VB .Net: Excel Workbook Tab - No Show
Arrange All --> Tiled --> OK. With VB, how can I setup the workbook so I can see the tabs when I open the .xlsx ...1 Replies | 20 Views | Created by Eebigdog - 35 minutes ago | Last reply by Kevininstructor - 17 minutes ago -
Answered2Votes
Program 4 variable loan calculator with radio buttons (select function), text boxes, and calc button.
Any help would be appreciated. Need to program a loan calculator that can calculate loan amount, interest rate, duration of loan, and monthly payment using radio buttons to select formula and either ...3 Replies | 48 Views | Created by NVR_Rest - 10 hours 26 minutes ago | Last reply by NVR_Rest - 20 minutes ago -
Unanswered0Votes
Why when i save from the pictureBox1.Image the image to the hard disk the size is smaller then the pictureBox1 size ?
The pictureBox1 size is: 1381,494 The image inaise is stretch. Then im doing: private void trackBar2_Scroll(object sender, ... -
Answered0Votes
Error: Microsoft.NET Framework v4.x must be installed on your machine.
I had installed .NET Framework 4.5, the latest version, from Microsoft download center. Why the Compact 2013 using VS2012 still show error about it? How to fix it?2 Replies | 30 Views | Created by YLU - 7 hours 10 minutes ago | Last reply by Barry Wang - 24 minutes ago -
Unanswered0Votes
Cannot Install .NET Framework 4.0. Fatal Error 0xC8000247
Hello, Recently i have purchased a razer mouse and installed their synapse 2.0 program for editing programmable buttons. However, the program does not open because i do not have .net framework4.0 on ... -
Discussion0Votes
adding simple table in visual basic
how can i add a simple table in visual basic and to add rows and delete it and insert values in the cells1 Replies | 59 Views | Created by khalid elejla - 15 hours 12 minutes ago | Last reply by Mercop002 - 29 minutes ago -
Unanswered0Votes
Rating content for SharePoint lists and libraries for SharePoint Foundation..
Is there any way for adding ratings and comments for SharePoint list and library in Foundation 2010.I was having issues with codeplex webpart,so is ther any other way to add ratings to a list. -
Unanswered0Votes
how to open port with c#
Hi Please help me ? my name is omid , i live in ****** , a question ? how to Open Port With C# ? Thank YOu ...5 Replies | 57 Views | Created by omid nasri - 17 hours 55 minutes ago | Last reply by darnold924 - 35 minutes ago -
Unanswered0Votes
.NET 4.0 How fast will Windows XP SP3 read .ini file telemetry checks?
My first visit to this forum. Please excuse me if I am posting in the wrong area of the MSDN forums. I have a program I use extensively, and I have been ...1 Replies | 66 Views | Created by AtlBo - Sunday, October 27, 2013 9:12 PM | Last reply by Fred Bao - MSFT - 47 minutes ago -
Unanswered0Votes
NET Framework 4.0 installation did not succeed WINDOWS XP SP3
Please i need solution for this so i can play some games , the games need NET Framework 4.0 but I tried to install and its failed and always failed. I spent 4 hours on the internet to search the ... -
Unanswered0Votes
An error occurred while executing the command definition - LINQ
I am getting this exception at System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) at ...1 Replies | 25 Views | Created by muzammil ahmed - 2 hours 45 minutes ago | Last reply by darnold924 - 50 minutes ago -
Unanswered0Votes
RoutingService - Receive message from MSMQ and forward to another WCF Service
Hi, We are planning to use the WCF Routing Service in the following scenario: Imagine we have two queues (Q1, Q2), Routing service picks up the message from Q1, ... - Items 1 to 20 of 314305 Next ›