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
fetch data from a database server to local application continuously
I have an application which collects some information from my customers by using an asp application in my website. This application writes information to database (sql server) which is in a ... -
Unanswered0Votes
Adding an image to SQL 2012 as varbinary(MAX) couse error
Hi, I have to copy images from my Access database to SQL Server 2012. Originally image stored in field as adLongVarBinary. Now I have to save it to varbinary(MAX). First of all I'm reading whole ... -
Answered2Votes
How to save and load Properties from database?
Hi, Im a beginner in vb.net.. How do I save the properties of a control? Can somebody please help me how to save the controls properties and load it back in ...11 Replies | 84 Views | Created by GodspeedSupreme - 21 hours 5 minutes ago | Last reply by leshay - 23 minutes ago -
Discussion0Votes
C# Textbox value change
i am having, Textbox1.text="Run"; if i am running application it will take "run"....at run time i am giving new text to that ...2 Replies | 35 Views | Created by DEEPAK E - 5 hours 14 minutes ago | Last reply by Mohamed Elghamry - 25 minutes ago -
Answered2Votes
Passing Client Credentials to WCF Service
Hey Guys, The setting of client credentials has obviously changed in the WCF world. Does anyone know how I can replicate the old ASMX behaviour of setting ...8 Replies | 57476 Views | Created by OzCoder - Thursday, April 24, 2008 12:45 AM | Last reply by Arun Prasath S - 27 minutes ago -
Unanswered0Votes
Unable to find the requested .Net Framework Data Provider. It may not be installed ?
Hi, I am trying out an example from a book and I'm getting the following error : Unable to find the requested .Net ... -
Unanswered0Votes
Timer derived from the database
Private Sub Form5_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim sd As New SqlCommand("Select A.P_ID, Q_mast.Duration from Q_mast Join Q_mast on Q_mast.P_ID = ...8 Replies | 102 Views | Created by Gru's Minion - Wednesday, August 21, 2013 4:53 PM | Last reply by Acamar - 51 minutes ago -
Unanswered0Votes
How do i save the text in textBox to text file and then read it back and add the text in the textBox ?
In Form1 top i did: StreamWriter w; StreamReader sr; In the constructor i ...5 Replies | 46 Views | Created by Chocolade1972 - 5 hours 50 minutes ago | Last reply by Joel Engineer - 52 minutes ago -
Answered0Votes
how can erase the lines?please Help..
Public Class Form1 Private myOriginalImage As String = Application.StartupPath & "\desert.jpg" '// Original Image File. Private myEditedImage As String = ...13 Replies | 95 Views | Created by Info tech student - 7 hours 17 minutes ago | Last reply by Acamar - 1 hour 9 minutes ago -
Unanswered0Votes
setting chart scaleview not working as expected
I am using the chart control as a bar chart linked to a data table and I am trying to set the chart show a single bar for one days worth of data. The X axis is time ...2 Replies | 117 Views | Created by MyName Dot - Saturday, August 17, 2013 10:20 PM | Last reply by MyName Dot - 1 hour 11 minutes ago -
Answered2Votes
VB: Using colors when format excel sheet ?
>[Add Reference]>>[Com]>>[Microsoft Excel 12.0 Object Library] ' for the following code to be error free Public Class Form1 Private Sub Form1_Load(sender ...3 Replies | 51 Views | Created by LeonCS - Friday, August 23, 2013 12:09 AM | Last reply by Kevininstructor - 1 hour 14 minutes ago -
Unanswered0Votes
how to display related records in datagridview by selection value of combobox via vb.net
hi freinds. i have four related tables in sql 2008 as follow: i am programming with vb 2010 . i have a ...1 Replies | 34 Views | Created by rasol - 1 hour 56 minutes ago | Last reply by Kevininstructor - 1 hour 23 minutes ago -
Unanswered3Votes
TcpClient/TcpListener doesn't send/receive all the data.
Hi, I've got a TcpClient that sends an image (50-100KB) to a TcpListener. The original image is fine, but the sent image is only about 95% of the size. I've uploaded my solution as a ...7 Replies | 122 Views | Created by M4DH4X3R - Tuesday, August 20, 2013 12:38 AM | Last reply by Mike Danes - 1 hour 57 minutes ago -
Answered0Votes
c# - how to find process that creates a new file
Hi, I'm newby. I'm looking for finding process (id/name) which creates a new file. This program's output can be like this: "This ... file created by ... ...13 Replies | 219 Views | Created by tt.ist - Tuesday, August 13, 2013 9:36 AM | Last reply by tt.ist - 2 hours 3 minutes ago -
Unanswered0Votes
Concurrency Problem in .NET...
What is concurrency problem? When & why does it occur? In how many ways can it be resolved?3 Replies | 67 Views | Created by Nirmalasreedhar - 6 hours 45 minutes ago | Last reply by darnold924 - 2 hours 12 minutes ago -
Unanswered0Votes
Display Dataset data in datagrid.
I have a dataset with a query that gets data from multiple tables, the query also has a parameter when i preview it its working great but how to display its results in a datagrid and also add ... -
Unanswered0Votes
Why doesn't Textbox support Multibinding on IsEnabled?
Hi all, I have searched far and wide, but I can't find an answer to what should be a simple question.... Given that I have a converter with this ...1 Replies | 57 Views | Created by FletcherJ - 10 hours 3 minutes ago | Last reply by Chidambara Jagannathan - 2 hours 36 minutes ago -
Unanswered0Votes
Building application using Microsoft message queue service
Hello, I want to create a visitor management system for my university using MSMQ message service. the basic functionality will be to transfer message from guard to employee using web based ...1 Replies | 50 Views | Created by rabiak3 - 5 hours 9 minutes ago | Last reply by darnold924 - 2 hours 49 minutes ago -
Answered0Votes
chart control starting with only first "X" points and scrollbar
I have a chart that diplays around 400 rows from a datagridview control. These rows are represented as points. The X values start from 1 to 400 in 1 point intervals ...2 Replies | 86 Views | Created by cici555 - Tuesday, August 20, 2013 9:38 AM | Last reply by cici555 - 2 hours 53 minutes ago -
Answered1Votes
WPF Scrolling
Hi, I am using a WPF Datagrid with Scroll bar. My datagrid has checkbox column which can be checked/unchecked by the user for processing. I have set ...6 Replies | 3832 Views | Created by Subalakshmi Vijayarajan - Friday, July 23, 2010 9:54 AM | Last reply by Panchalvikas - 3 hours 17 minutes ago - Items 1 to 20 of 308989 Next ›