SQL Server 2014: Natively Compiled Stored Procedure
SQL Server 2014 introduces Natively Compiled Stored Procedure. We will explore it and see the benefits of Natively Compiled Stored Procedure.
SQL Server 2014 introduces Natively Compiled Stored Procedure. We will explore it and see the benefits of Natively Compiled Stored Procedure.
Creating Triggers on Memory Optimized Tables. Is it possible to create triggers on OLTP In-Memory optimized tables? Steps to create memory optimized tables.
List of articles about using Twitter Bootstrap with ASP.NET Web Forms and MVC. Collection of resources for using bootstrap with asp.net.
Sample code for the article Bootstrap 3.0.0 with ASP.NET Web Forms – Step by Step. Sample codes which are explained in the main article.
Step by step instruction for creating Twitter Bootstrap 3.0.0 user interface in ASP.NET web forms, without using any nuget package. Using Bootstrap 3.0.0 with ASP.NET.
In SQL Server 2014, Non-Durable Table is a kind of memory optimized table, which can handle In-Memory OLTP. Some brief details about Non-Durable Table.
How to fix the rdp error “The identity of the remote computer cannot be verified.Do you want to connect anyway?” Windows 7, Windows 8, Windows 10
Salient features of In-Memory OLTP Optimized Tables.
Solution for MVC 4 Error: CS0103: The name ‘Scripts’ does not exist in the current context.
Launching the Configuration Manager of SQL Server 2012 or 2008 on Windows 8. Locating the sql server 2012 configuration manager.
What are Durable Tables? How to create durable table In SQL Server 2014? Durable Table is a kind of memory optimized table, which can handle In-Memory OLTP.
How to create a table optimized for In-Memory OLTP to use the memory optimizations introduced in SQL Server 2014. Creating In-Memory OLTP table.
How to convert an existing SQL Server 2014 database compatible for In-Memory OLTP? Preparing In-Memory OLTP compatible database.
Creating an In-Memory OLTP Compatible Database in SQL Server 2014. Simple step by step instructions for creating a In-Memory OLTP Database.
SQL Server 2014 CTP1 is now available for the public to download. Ways to get SQL Server 2014 CTP1 for testing in your local computer.
What’s next? Microsoft SQL Server 2014? What can we expect from SQL Server 2014?
Workaround to reduce the Unresponsive Script Warning in FIrefox browser.
Step by step instruction on creating your first Bootstrap User Interface web application with ASP.NET MVC 4. Sample bootstrap with asp.net mvc 4 application.
Sample Source Code for the step by step instruction on using Bootstrap with ASP.NET MVC 4. This example does not uses any kind of bootstrap NuGet packages.
Sample code for creating your first ASP.NET Web Forms applications with jQuery User Interface.