(Akshay) For the last couple of weeks I was struggling to develop a Web API which could provide the feature of complete data streaming, while uploading a file, right from the API caller to the SQL Server. I looked a lot of articles on file upload but all talked about streaming to File System and non
Other News
Implementing State Management in ASP.NET – Back to Basics
(Pravinkumar Dabade) This article gives a brief overview of some state management techniques in ASP.NET. This article mentions both client as well as server-side state management options.
Getting your Transaction ID
(Hemant K Chitale) You can get the Transaction ID for a session by joining V$SESSION.TADDR to V$TRANSACTION.ADDR.
Advancing Internet of Things Opportunity
(Kevin Brown, Fred Ho and Stephanie Pettinos) Industry and commerce are entering a new era of computing marked by the expansion of cloud computing, analytics, mobile technologies, and the emergence of the Internet of Things. Evolving beyond just another buzzword, the Internet of Things has become a
Column Stores Outstanding Performance
Column Stores are a newer data structure found in SQL Server storing high density volumes of data in Binary Large Objects within the SQL Server database. Instead of storing data in a btree structure where each row is aq separate object processed one at a time, a column store data object may process a large number of records with the […]
Guidelines for Multilingual Web Design
Guidelines for Multilingual Web Design Globalization and multiculturalism have redefined online marketing. Consequently, Web design as such must also keep up with the requirements of the present-day multicultural and multilingual reality of business dealings. Before starting to create or adjust your Website to meet the expectations of users from all over the world, take into consideration the main tenets of...
How to: Create ASP.NET MVC Authentication tables in an existing database
(Mostafa Elzoghbi) I am writing this blog post to show how to migrate or move the standard MVC authentication tables into your existing database in your asp.net web application.
Defunct File Cause SQL Server Upgrade Failure
(Travis Gan) In the previous post, we discussed how a data file or its filegroup becomes defunct. As making data file defunct may be desirable in certain situation to resolve immediate issue and allow the database continue to be operational, you may encounter some surprise problem when you are ready
Web API Localization
(damienbod) This article shows how to set up a Web API service which can support multiple languages and keep it simple. When localizing an application, it is important that all texts or references to language specific resources are not directly referenced in your business methods or code.
Speech Synthesis with ASP.NET and HTML5
(Ricardo Peres) The .NET framework includes the SpeechSynthesizer class which can be used to access the Windows speech synthesis engine. The problem with web applications is, of course, this class runs on the server.
