A simple 5-step tutorial on how to create a scheduler / event calendar in ASP.NET MVC3/MVC4 Razor.
Setup via NuGet; code snippets and screenshots are available.
...Read more
|
DHTMLX Scheduler .NET 2.0 Released. It comes with a new attractive 'terrace' skin and new user-friendly features: Grid View, 'create-on-click' events, integration with Google Calendar, blocking and marking time spans, multiple schedulers and more.
...Read more
|
We've reached a day when every business applications are built with a varieties of complexity and grows with large volume of data. Over the time when data volume grows or user base increase , there is a scope of decreasing the overall performance of the application or even failed to deliver as expected. For this reason as a precaution actual capability of the application must be measured in advance to avoid unexpected situations. Now a days simple application which will serve single user consistently is becoming antique. This is time when applications scalability and performance plays a vi
...Read more
|
In Visual Studio, you can create or delete a single breakpoint by hitting F9, and can delete all breakpoints by Ctrl+Shift+F9 shortcut. It does not provide shortcut keys to disable or enable all breakpoints, but you can define that by yourself.
...Read more
|
I have installed SQL Server and Management Studio on new machine and facing issues while connecting to SQL Server through remote machines on my local area network.
...Read more
|
Create a nice-looking car rental application in ASP.NET MVC3 Razor by following our detailed tutorial. The new app offers the most essential features that a car rental service can offer. Ready download package, live demo, detailed descriptions and the source code are available.
...Read more
|
Actually, I lied in the title. I first used Visual Studio 11 and now I switched to Visual Studio 2012 RC. I installed one of the first betas available on my work PC and tried to use it as a primary IDE. I will share with you, what I found useful and what still needs to be improved, according to me. I hope, my experience will help you start faster with the new environment and warn you for possible obstacles on your way.
...Read more
|
This post contains information about key features and improvements in the .NET Framework version 4.0. This topic does not provide comprehensive information about all new features and is subject to change.
...Read more
|
A common table expression (CTE) can be thought of as a temporary result set defined within the execution scope of a single SELECT, INSERT, UPDATE, DELETE, or CREATE VIEW statement.
...Read more
|
Recently I have faced an issue, how to fix the localhost port number in visual studio. With visual studio's default behavior, it changes the port number randomly (by checking any available port). But for some testing purpose I need it be retain at fixed number, so that I could refer the site with some static url for a specific timespan.
...Read more
|