oglasi

Stories kicked by oglasi

Good (Date)Times with Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Dates in JSON are hard. The problem comes from the JSON spec itself, there is no literal syntax for dates in JSON. The spec has objects, arrays, strings, integers and floats, but it defines no standard for what a date looks like. This post looks at how Json.NET handles reading and writing custom date formats. read more...

add a comment |category: |Views: 170

tags: another

SQL SERVER 2008 Interview Questions and Answers - PDF Download(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 3 months ago

I have listed all the series in this post so that it can be easily downloaded and used. All the questions are collected and listed in one PDF which is here to download. If you have any question or if you want to add to any of the question please send me mail or write a comment. Must Bookmark! read more...

add a comment |category: |Views: 2156

tags: another

Spiff Up Your ASP.NET MVC Form With jQuery(codethinked.com)

submitted by joe.feserjoe.feser(115) 3 years, 3 months ago

Since many people who are being introduced to ASP.NET MVC are being simultaneously introduced to jQuery I felt like I’d give you a quick introduction to a few jQuery plug-ins that will help you make better forms. But most importantly make your forms better without you really having to do too much to them. read more...

add a comment |category: |Views: 306

tags: another

Using Enums in List Controls(west-wind.com)

submitted by decarufedecarufe(959) 3 years, 3 months ago

Convert data to and from enums. read more...

add a comment |category: |Views: 411

tags: another

How to Integrate with Facebook Connect(devtacular.com)

submitted by bkonbkon(210) 3 years, 3 months ago

This article demonstrates how to integrate Facebook Connect into your existing ASP.NET site in just a few simple steps. It teaches the basics of integration with full sample code included for download. read more...

2 comments |category: |Views: 618

tags: another

Visual Studio Tips Tricks Opening a blank Solution(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 3 months ago

This small post shows how to open a blank solution in Visual Studio 2008 read more...

add a comment |category: |Views: 233

tags: another

Parallel.For(…): A Deeper Dive – Parallel Programming in .Net 4.0(lovethedot.net)

submitted by RagoczyRagoczy(655) 3 years, 3 months ago

An in-depth look at the Parallel.For() method from the Parallel Extensions coming in .Net 4.0. This article examines the return value and optional parameters of Parallel.For, including local thread initialization, finalization and the ParallelState object. Most of the information also applies to Parallel.ForEach, as well. read more...

1 comment |category: |Views: 376

tags: another

OAuth Providers on ASP.net MVC Projects(bgeek.net)

submitted by buildmasterbuildmaster(225) 3 years, 3 months ago

A Library for creating OAuth Providers with MS ASP.net MVC read more...

add a comment |category: |Views: 564

tags: another

Azure – Performance, IoC, and Instances(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 3 months ago

My experience so far working with Azure. Some performance testing, IoC container incompatibilities, and frustration with instances. read more...

add a comment |category: |Views: 458

tags: another

100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 3 months ago

In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... read more...

add a comment |category: |Views: 372

tags: another

jQuery live() and plugins(rndnext.blogspot.com)

submitted by calebtcalebt(300) 3 years, 3 months ago

Strategy for using jQuery 1.3's live() and certain plugins such as hoverIntent. read more...

add a comment |category: |Views: 342

tags: another

Extension methods series: Managing the scope(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years, 3 months ago

How to manage scope of extension methods read more...

add a comment |category: |Views: 174

tags: another

Windows Mobile is short changing .NET Developers(orkpad.com)

submitted by orktaneorktane(300) 3 years, 3 months ago

The .NET platform is an incredibly powerful and productive toolset that stretches itself well on the client-side, the server-side and now with Silverlight as a web-client, though with one glaring exception - on a mobile device. read more...

add a comment |category: |Views: 301

tags: another

Top 10 Favorite Performance Counters in Load Testing Using VSTS 2008(geekswithblogs.net)

submitted by joycscjoycsc(1597) 3 years, 3 months ago

Fortunately VSTS 2008 provides a support for wide range of performance counters, from web page request per second to condition of physical disk, memories. Unfortunately, they are too huge that, initially testers/designers get overwhelmed with all of those, to find out a clear idea about the performance of the site they built. The number of counter parameters to be considered by the load tester/designers is greatly varies based on the type and size of the web application to be tested. Here is my favorite top 10 performance counters that I use on my each load tests, regardless of project size. read more...

add a comment |category: |Views: 338

tags: another

Introduction to the Routing Engine in the ASP.Net Framework(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 3 months ago

Introduction to the video tutorial on how to use the Routing Engine in the ASP.Net Framework. We will be using the Routing Engine within the MVC framework for this example. read more...

1 comment |category: |Views: 220

tags: another

Does LINQ StinQ? Not with PLINQO!(kevinlawry.wordpress.com)

submitted by pwelter34pwelter34(179) 3 years, 3 months ago

PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008. read more...

add a comment |category: |Views: 410

tags: another