vivekamar

Stories submitted by vivekamar

How to NOT store user credentials in a database(blog.goyello.com)

submitted by vivekamarvivekamar(5940) 1 month ago

Sometimes you need to create an application with your own role and user management module. In most cases you are creating it in a simple and understandable way. That way the user information with a password is stored in the database in the same table named User. In this post I will show you why this solution is not safe, why you should omit such structures and how to fix them. read more...

add a comment |category: |Views: 6

tags: another

Using Quartz.Net to Create Scheduled Tasks(corymathews.com)

submitted by vivekamarvivekamar(5940) 1 month ago

Quartz.Net is a full-featured, open source job scheduling system. Basically this system allows an asp.net web application to schedule and run background jobs. This makes it much simpler for us developers by making it so that we do not have to have a windows service running on the server as well. read more...

add a comment |category: |Views: 303

tags: another

ASP.NET MVC 3 Real Time Collaborative Apps with SignalR(www.dotnetcurry.com)

submitted by vivekamarvivekamar(5940) 1 month ago

In this article, we’ll create a simple blog app using ASP.NET MVC 3 and SignalR, that will allow multiple collaborators to review the same article in real-time read more...

add a comment |category: |Views: 346

tags: another

What’s New in Silverlight 5(www.devcurry.com)

submitted by vivekamarvivekamar(5940) 1 month, 30 days ago

Now that Silverlight 5 has been Released To Web (RTW), let’s take a quick overview of what’s new in Silverlight 5 read more...

1 comment |category: |Views: 123

tags: another

According to the Latest Tiobe Index, C++ is about to be dethroned by C#(www.tiobe.com)

submitted by vivekamarvivekamar(5940) 2 months, 5 days ago

Since the beginning of the TIOBE index back in 2001, the programming language C++ has been number 3 of the chart in a very consistent way. Perl, Visual Basic and PHP have been number 3 too, but these languages could keep this position only for a few months. Now C# is knocking on the door. It will certainly be a tough battle again. C# is Microsoft's most active and evolving programming language, whereas Microsoft recently announced to revive C++ in favor of... C#. We will see what will happen the next few months. read more...

1 comment |category: |Views: 49

tags: another

The ViewBag Property in ASP.NET MVC 3 is Just Syntactic Sugar(www.devcurry.com)

submitted by vivekamarvivekamar(5940) 2 months, 5 days ago

ASP.NET MVC 3 introduces a dictionary in the Controller base class called the ViewBag property to access view data. The new ASP.NET MVC 3 ViewBag property strictly speaking is just syntactic sugar! read more...

add a comment |category: |Views: 13

tags: another

Why upgrade from Visual Source Safe (VSS) to TFS 2010?(www.dotnetcurry.com)

submitted by vivekamarvivekamar(5940) 5 months, 10 days ago

With Team Foundation Server (TFS), Microsoft introduced a much better mechanism for source control. In fact, TFS can do much more than just source control. In this article, I have listed 8 reasons to upgrade your SCM from Visual Source Safe (VSS) to using TFS 2010. read more...

1 comment |category: |Views: 25

tags: another

70 Silverlight Tutorials You Must Read(www.dotnetcurry.com)

submitted by vivekamarvivekamar(5940) 6 months, 30 days ago

70 awesome Silverlight articles that should be helpful for every Silverlight developer out there! read more...

add a comment |category: |Views: 97

tags: another

Windows Communication Foundation WCF 4.0 Tutorials(www.devcurry.com)

submitted by vivekamarvivekamar(5940) 7 months, 7 days ago

Here are some in-depth WCF 4.0 tutorials that I though of sharing with all my blog readers. These tutorial series covers some basics and advanced concepts of WCF 4.0 programming. read more...

add a comment |category: |Views: 64

tags: another

Register HTTP Module at Runtime without using Web.config(www.devcurry.com)

submitted by vivekamarvivekamar(5940) 7 months, 16 days ago

The ASP.NET pipeline allows HTTP modules to be plugged-in to a request and intercept or modify each individual request. However a basic requirement for an HTTP module to function, is that it must be registered in your config file. Not known to many developers, ASP.NET 4.0 provides the PreApplicationStartMethodAttribute using which you need not touch your web.config read more...

add a comment |category: |Views: 52

tags: another

Diving into ASP.NET MVC 3 Model Metadata Providers(www.dotnetcurry.com)

submitted by vivekamarvivekamar(5940) 8 months, 9 days ago

ASP.NET MVC provides a great support for DataAnnotation attributes which can be used to enable rich metadata behavior within MVC models. ASP.NET MVC 3 introduced the support for new DataAnnotation DisplayAttribute. ModelMetadataProvider can be used to create ModelMetadata based on the model’s attributes. In this article, we will explore how ModelMetadataProvider is extensible and we could easily create our own MetadataProvider to support any custom behavior. ASP.NET MVC 3 also introduced new registration point for IOC users to support registration of custom ModelMetadataProviders. read more...

add a comment |category: |Views: 83

tags: another

Troubleshoot Deadlocks using SQL Server Profiler 2005/2008(www.sqlservercurry.com)

submitted by vivekamarvivekamar(5940) 8 months, 18 days ago

In this article, we will see how to capture deadlocks while modifying data using SQL Server Profiler in SQL Server 2005/2008. read more...

add a comment |category: |Views: 17

tags: another

Win .NET EBooks and PluralSight Training in this GiveAway(www.devcurry.com)

submitted by vivekamarvivekamar(5940) 8 months, 27 days ago

Amongst the prizes, there are some cool O'reilly EBooks and Training. You can win 3 Annual Subscriptions to Pluralsight On-Demand .NET Training. There are also 25 EBooks sponsored by O'Reilly on the latest Microsoft Technologies, for the GiveAway. read more...

add a comment |category: |Views: 4

tags: another

SQL Queries – beyond TRUE and FALSE(www.sqlservercurry.com)

submitted by vivekamarvivekamar(5940) 8 months, 27 days ago

This article demonstrates the 3 valued-logic in SQL and how to write queries to accommodate its effect. read more...

add a comment |category: |Views: 2

tags: another

$38K Mega GiveAway of .NET Software, Books and Training(www.dotnetcurry.com)

submitted by vivekamarvivekamar(5940) 9 months, 10 days ago

DotNetCurry Completes 4 Years today. Participate in this $38K Worth Mega GiveAway of .NET Products, Books and Training. There are 156 prizes to be given away and the participation is very easy. read more...

add a comment |category: |Views: 126

tags: another

Why test naming conventions are important!(www.planetgeek.ch)

submitted by vivekamarvivekamar(5940) 9 months, 14 days ago

I’m working in an agile software development team which develops a fairly complex automation system for manufacturing facilities. We are using Test Driven Development as our main tool to improve the overall quality of the code. We all knew that we are going to have a large number of unit tests during the life cycle of the software. Before we started writing unit tests we decided that we need a test naming convention. read more...

add a comment |category: |Views: 4

tags: another