kzvikzvi1

Stories kicked by kzvikzvi1

SSL is not secure anymore - Serious vulnerability identified in v3(software-wikipedia.blogspot.com)

submitted by kzvikzvi1kzvikzvi1(80) 2 years, 3 months ago

A serious vulnerability in SSL v3 and previous versions of SSL protocol has been identified and made public on November 4, 2009. This makes every SSL site vulnerable to serious man-in-middle (MITM) attacks related to renegotiation. This vulnerability is due to the design of "session resumption" feature of SSL protocol. read more...

add a comment |category: |Views: 13

tags: another

Zip Postal code RegEx validation for France Italy Germany and India(software-wikipedia.blogspot.com)

submitted by kzvikzvi1kzvikzvi1(80) 2 years, 3 months ago

Handy Regular Expressions(RegEx) - Zip/Postal code validation for France/Italy/Germany and India. Zip code validation for any country is most common validation required for any web site where you have address input. Here is the handy regular expressions, which can be used for Zip/Postal code validation on your web page. read more...

add a comment |category: |Views: 225

tags: another

Piwik - Cool Open Source Alternative to Google Analytics(software-wikipedia.blogspot.com)

submitted by priyankadandekarpriyankadandekar(55) 2 years, 10 months ago

Piwik is a downloadable, open source (GPL licensed) web analytics software. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more. read more...

2 comments |category: |Views: 373

tags: another

Software Industry is not matured yet - SOA Hype is an example(software-wikipedia.blogspot.com)

submitted by kzvikzvi1kzvikzvi1(80) 2 years, 11 months ago

I have been part of software industry for a decade now. I had always heard few statements by other engineering practice expert, specially Mechanical and Civil Engineering experts saying that "Software industry is not as matured as Mechanical or Civil Engineering is." read more...

1 comment |category: |Views: 13

tags: another

C# 4.0 – Complete Coverage + Videos To Watch => Part 1(gaurav-kalra.spaces.live.com)

submitted by gaurav.klrgaurav.klr(100) 2 years, 11 months ago

The most popular language on .NET platform continues to evolve under the supervision of Anders Hejlsberg, after adding several functional constructs & the popular LINQ support in v3.0, its time for some dynamic flavor & making office development easy. New Features can be categorized as: Dynamic Lookup, Named & Optional Parameters, COM Interop, Covariance & Contravariance read more...

add a comment |category: |Views: 380

tags: another

Handy Regular Expressions - Zip/Postal code validation for US and Cana(software-wikipedia.blogspot.com)

submitted by kzvikzvi1kzvikzvi1(80) 2 years, 11 months ago

Handy Regular Expression Zip/Postal code validation for US and Canada in the same expression for common form validation. read more...

2 comments |category: |Views: 444

tags: another

JavaScript Shortcuts(myviewstate.net)

submitted by kevinbabcockkevinbabcock(345) 2 years, 11 months ago

Write more compact JavaScript with these two tips. read more...

2 comments |category: |Views: 376

tags: another

Testing E-Mail Functionality(professionalaspnet.com)

submitted by docluvdocluv(1575) 2 years, 11 months ago

If you are looking for a very robust testing utility for e-mailing applications, you need to get Neptune. This is a quick introduction to how Neptune works. Every software developer who has ever written software that sends e-mail of any kind will appreciate the features this little testing utility. read more...

1 comment |category: |Views: 369

tags: another

Exploring how to use Expressions w/ Spark(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Exploring how to use Expressions w/ Spark. We are going to take a look at the various different ways you can use Looping Expressions with the Spark View engine. read more...

add a comment |category: |Views: 144

tags: another

.NET - IP Address Location In ASP.NET(dotnetcurry.com)

submitted by schalkvanwykschalkvanwyk(1335) 2 years, 11 months ago

Get client's ip address from a free online web query. read more...

1 comment |category: |Views: 361

tags: another

Delayed execution vs ToList() in LINQ Database Queries(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 11 months ago

Should you use ToList() in your repository methods, or should you pass the iterator back to the UI to delay the execution of the query? Read on to find out why it's a bad idea to delay execution in this case. read more...

add a comment |category: |Views: 293

tags: another

Learning the Decorator Pattern (dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Taking at how we can use the Decorator Pattern in our application. The decorator pattern is a structural pattern which allows you to attach new or additional actions to an object dynamically. Using the decorator pattern provides a very clean and flexible alternative to subclassing (via inheritance) your object and thus creating an unwanted inheritance tree read more...

add a comment |category: |Views: 484

tags: another

Connected Show - Episode #8: Ted Neward on Apache Stonehenge(blogs.msdn.com)

submitted by plaudatiplaudati(570) 2 years, 11 months ago

In this episode we start by talking to Microsoft Regional Director Andrew Brust on Microsoft’s move to kill the Oracle Data Provider and how the world is not coming to an end. Then, Peter and Dmitry talk again about Peter's trip to JavaOne including HTML 5 vs. RIA applications (like Silverlight). Finally, we jump into Peter's JavaOne interview with Ted Neward on Project Stonehenge and interoperability between Java and .NET. At JavaOne, Sun officially announced they were joining the Apache Stonehenge project. Ted gives us the low down on this open source reference application to demonstrate interoperability patterns & practices. read more...

add a comment |category: |Views: 59

tags: another

Ajax survey 2009: jQuery and MS Ajax are almost tied(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 11 months ago

Simone posts the results of the survey about ajax adoption among .NET developers. jQuery gained 58% since 2007 and now is almost tied to the MS Ajax stack (Control toolkit and ajax core) read more...

6 comments |category: |Views: 326

tags: another

Query Optimizer Hint ROBUST PLAN – Question to You(blog.sqlauthority.com)

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

To put it simply, Query hints is a T-SQL clause which on running directs T-SQL query to run in a particular manner using suggested index, joins or other logic. Query hints can force the kind of execution plan SQL Server needs. If you know the answer, then please share it with me. I will post your answer here with due credit. read more...

add a comment |category: |Views: 166

tags: another

8 Ways To Make Your Software Hacker-Proof and Crack-Proof.(ssware.com)

submitted by sswaressware(269) 3 years, 1 month ago

This article provides some useful tips and guidelines for designing effective licenses and writing effective license validation code. The philosophy is simple: to make it as difficult as possible for the hacker to 'crack' your software and cause the hacker to lose interest in your software or not make it worthwhile for him/her. read more...

add a comment |category: |Views: 23

tags: another