johangarcia13

Stories kicked by johangarcia13

RegEx Multiple Matches with Lookahead Assertion(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 6 months ago

This is a quick article where I would like to show how to use regular expression to get all matches of a particular pattern from the string. read more...

add a comment |category: |Views: 236

tags: another

Continuous Integration Display Wall(weblogs.asp.net)

submitted by jdschwarjdschwar(365) 3 years, 6 months ago

Awesome 4 monitor display wall for visualizing a CruiseControl.NET build process. read more...

add a comment |category: |Views: 745

tags: another

27 Free Must-have Online Collaboration Tools(crazeegeekchick.com)

submitted by RyanFarleyRyanFarley(585) 3 years, 6 months ago

hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... read more...

4 comments |category: |Views: 1060

tags: another

Addicted To MEF - Part 1(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

A quick look at the basic features of the Preview 3 of the Managed Extensibility Framework. read more...

add a comment |category: |Views: 375

tags: another

10 Ways To Programaticly Shoot Yourself In The Foot - Part B (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 6 months ago

This is part B of the 10 Ways To Programaticly Shoot Yourself In The Foot article. In this article I will talk about another 5 issues that even the best developers have to be aware of. In other words, I will try to prevent you from programaticly shooting yourself in the foot. read more...

add a comment |category: |Views: 873

tags: another

The problem with SVN(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 6 months ago

Are you working on the most recent code? Read more... read more...

5 comments |category: |Views: 698

tags: another

Tip about jQuery $.extend(blog.dynback.com)

submitted by StackOverflowStackOverflow(200) 3 years, 6 months ago

The story, about how to use $.extend jQuery method, to derive classes read more...

add a comment |category: |Views: 1353

tags: another

Taking a look at the various ways to implement Binding in Asp.Net MVC(dimecasts.net)

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

A short screen casts that takes a look at the various ways to implement Binding in Asp.Net MVC read more...

add a comment |category: |Views: 278

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another

Interesting Observation about Order of Resultset without ORDER BY(blog.sqlauthority.com)

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

Example covered in this example is something we have heard in theory, let us look at the example and understand the logic behind order by. read more...

1 comment |category: |Views: 213

tags: another

SQL Server Precision And Scale Problems(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 6 months ago

Many people are confused about SQL Server’s precision and scale. This is unfortunate because choosing the correct values for precision and scale is critically important when you perform math operations using the decimal/numeric data type read more...

add a comment |category: |Views: 194

tags: another

Windows 7 Developer Guide(code.msdn.microsoft.com)

submitted by JemmJemm(9604) 3 years, 6 months ago

"Build applications on a solid foundation; enable richer application experiences; and integrate the best of Windows and web services. The features and technologies of the Windows 7 operating system enable you to build the next generation of software applications. Download this guide to read descriptions of those features and see vivid screen shots from the pre-Beta version of Windows 7 released at PDC. " [docx and xps -download] read more...

add a comment |category: |Views: 286

tags: another

Combining JQuery Form Validation and Ajax Submission with ASP.NET(haacked.com)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

Using JQuery Form Validation and Ajax Submission with ASP.NET read more...

add a comment |category: |Views: 393

tags: another

Back to Basics: Generics (codebetter.com)

submitted by jiltedcitizenjiltedcitizen(563) 3 years, 6 months ago

Introduction There are language features that are nothing more than syntactical sugar. For example, C#'s coalesce operator (??) is a short-handed and specialized if-else. Object initializers make it easier to set properties on a newly created objects. Some features though go beyond mere convenience and add real value. I know it seems like we constantly have to learn new things, while at the same time actually produce code to pay our bills. It can be hard to pick and choose what to learn and what can wait. Let me be straight up though: if you haven't mastered generics yet, you're starting to fall dangerously behind. read more...

add a comment |category: |Views: 528

tags: another

Creation of objects using Late-Binding technique(vbdotnetheaven.com)

submitted by melaniecmelaniec(660) 3 years, 6 months ago

This article will explain how we can create objects in runtime, using late binding technique. Especially for a situation where you will come to know the class name only in runtime. read more...

1 comment |category: |Views: 401

tags: another

Pair Programming - Marketing FAIL(blog.magenic.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 6 months ago

When people talk about lack of adoption of "XP" (aka Extreme Programming) practices, one of the chief problems people have with it is the idea of "Pair Programming" read more...

1 comment |category: |Views: 731

tags: another