digitalfever

Stories kicked by digitalfever

New Release of Pex and Code Contracts(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 4 months ago

Microsoft Research has released new versions of Pex and Code Contracts. You are required to go to DevLabs to download the commercial evaluation of Pex and Code Contracts. You can retrieve the academic version of Pex and Code Contracts from Microsoft Research. read more...

add a comment |category: |Views: 217

tags: another

.NET Framework 4.0 Poster(www.midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 2 years, 4 months ago

Microsoft .NET Framework 4.0 Poster in DeepZoom - Silverlight read more...

2 comments |category: |Views: 1338

tags: another

Silverlight and ASP.NET MVC Don’t Serve the Same Master(odetocode.com)

submitted by drmohundrodrmohundro(374) 2 years, 4 months ago

Great contrast between ASP.NET MVC and Silverlight and how ASP.NET MVC is primarily code focused whereas Silverlight is primarily tool focused. read more...

add a comment |category: |Views: 278

tags: another

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler(www.coderjournal.com)

submitted by atifazizatifaziz(1000) 2 years, 4 months ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment |category: |Views: 691

tags: another

Use .NET Built-in Methods to Save Time and Headaches(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 4 months ago

During our everyday programming tasks we run into several repetitive code blocks that after the 20th time you implement them become really annoying. In this post I will take you through several of such blocks and show you how to implement them using built-in .NET methods. read more...

4 comments |category: |Views: 824

tags: another

Building A Color Picker Using ASP.NET MVC And jQuery - Update(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 4 months ago

The following article is a update to the article I published on how to build a color picker using ASP.NET MVC and jQuery. read more...

add a comment |category: |Views: 295

tags: another

Overloading Dynamic(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 4 months ago

What happens when language features collide? read more...

1 comment |category: |Views: 233

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Fastest Way - Comma Separated Values (CSV) from Table Column(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 4 months ago

Learn the Fastest Way to get Comma Separated Values (CSV) from Table Column read more...

3 comments |category: |Views: 461

tags: another

No JavaScript IntelliSense in VS 2010 Beta 2? Reset your Settings(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 7 months ago

When I installed Visual Studio 2010 a couple of days ago I was really disappointed to see that Intellisense failed to work completely in the new install. No workey in .js files, or ASPX pages inside of script blocks. After some back and forth with folks on the ASPInsiders list and the product teams it looks like there is an issue somewhere with the default settings that get set when Visual Studio... read more...

add a comment |category: |Views: 103

tags: another

Extending Enumerations (fun with Enum<enum> and Attributes)(isi-net.com)

submitted by RMuthRMuth(80) 2 years, 7 months ago

Enums are just great, but not very user friendly once you get past simple one word names. In this article I will show you how to make them far more usable via Attributes. We will be able to give them a user friendly name, parse strings to enum based on the enum’s value, member description, and user friendly description, and created orders lists and dictionaries. read more...

add a comment |category: |Views: 377

tags: another

Authenticate a user against the Active Directory(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article serves as a guide to using System.DirectoryServices (SDS) ADSI to access user and group in the Windows Active Directory. Authenticate a user against the Active Directory using the user ID and password. read more...

1 comment |category: |Views: 397

tags: another

amCharts Stock Chart for WPF: Financial Charting Control for WPF(wpf.amcharts.com)

submitted by ailonailon(1335) 2 years, 7 months ago

amCharts has released their financial charting control for WPF. It's main purpose is to display financial charts. However, it can also be used to visualize any date-based data. read more...

add a comment |category: |Views: 370

tags: another

Do you know about this undocumented Google CDN feature?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 7 months ago

Information on an undocumented feature of the Google AJAX APIs CDN (jQuery UI themes hosted on the CDN, including images). read more...

add a comment |category: |Views: 450

tags: another

How to Use the Facebook Developer Toolkit 2.0(socialsnippets.com)

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

The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! read more...

1 comment |category: |Views: 391

tags: another

Preventing Double Form Posts(andrewtokeley.net)

submitted by tokestokes(1085) 3 years, 6 months ago

Most posts on this topic focus on disabling the submit button that causes the post. This works fine when you only have one submit control. But, if you have multiple buttons and/or link buttons that can cause a post and want to avoid potential conflicts if a user clicks a second submit control before the first one has been processed then this is really simply approach. read more...

1 comment |category: |Views: 451

tags: another