Παρουσίαση με Ετικέτες

Cloud development with Azure and Visual Studio
13 Νοεμβρίου 14 01:33 πμ | spantos | 0 σχόλια   
This session is so awesome, I just had to post it here so that I Read more
Δημοσίευση στην κατηγορία: , ,
StressStimulus stress testing tool
04 Μαρτίου 11 05:55 μμ | spantos | 0 σχόλια   

If you ever created a professional website/application you’ll probably know the value (you’ve probably learned it the hard way as I did Smile) of stress testing your web applications.

There are plenty of tools you can use in order to stress test your web site, ranging from Microsoft Visual Studio to CMD Line tools. Yesterday I found another one StresStimulus.

StresStimulus is an extension for Fiddler (an awesome and free web debugging proxy) which enables us to create instant load tests with virtual users.

stressing

You can record a browser activity (like creating a user), replay it under concurrent load and get the results for the performance of web pages and the entire test.

If you prefer a simple but powerful tool this one is for you.

Δημοσίευση στην κατηγορία: , , ,
Debugging Web Sites using IIS Express
24 Νοεμβρίου 10 01:41 μμ | spantos | 0 σχόλια   
Microsoft recently released a new flavor of IIS 7.x that is optimized for developer scenarios called “IIS Express” as part of WebMatrix . IIS Express combines the ease of use of the ASP.NET Web Server with the full power of IIS. Specifically: It’s lightweight and easy to install (less than 10Mb download and a super quick install) It does not require an administrator account to run/debug applications from Visual Studio It enables a full web-server feature set – including SSL, URL Rewrite, Media Support, and all other IIS 7.x modules It supports and enables the same extensibility model and web.config file settings that IIS 7.x support It can be installed side-by-side with the full IIS web server as well as the ASP.NET Development Server (they do not conflict at all) It works on Windows XP and higher operating systems – giving you a full IIS 7.x developer feature-set on all OS platforms IIS Express (like the ASP.NET Development Server) can be quickly launched to run a site from a directory on disk. It does not require

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: ,
ITProDevConnections LightSwitch lottery draw
08 Οκτωβρίου 10 07:28 μμ | spantos | 0 σχόλια   
I guess most of you will know by now that ItPro|DevConnections is holding a lottery for two msdn subscriptions for all of those that took advantage of the early bird offer and subscribed for the event before the 30th of September. Well, I was assigned to perform the lottery which is going to take place today. This got me thinking, What would be the easiest (don’t have time) and geekiest

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , , ,
ASP.NET Security Vulnerability Or Not
20 Σεπτεμβρίου 10 12:36 μμ | spantos | 0 σχόλια   
Last week two security researchers, Thai Duong and Juliano Rizzo, have discovered a bug in the default encryption mechanism used to protect the cookies normally used to implement Forms Authentication in ASP.NET. Using their tool (the Padding Oracle Exploit Tool or POET), they can repeatedly modify an ASP.NET Forms Authentication cookie encrypted using AES and, by examining the errors

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , , ,
ASP.NET Column based Profile Provider
01 Σεπτεμβρίου 10 05:45 μμ | spantos | 0 σχόλια   
Some of my colleagues are often reluctant to use ASP.NET 2.0 profile provider to store profile data for their web applications. The main reason for this is the fact that the default SqlProfileProvider that ships with ASP.NET 2.0 “blobicizes” Profile data using string, XML or binary serialization prior to storing information in SQL Server. This obviously puts a rather large overhead

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία:
WebMatrix is here
07 Ιουλίου 10 12:17 μμ | spantos | 0 σχόλια   
I’ve been involved for quite some time now with a new Microsoft project codenamed “ WebMatrix ” but couldn’t say anything about it since all the info was under NDA. Today though, the public availability of the Microsoft WebMatrix Beta was announced, so I guess I’m no longer bound by the NDA agreement and can let you in on a few things. So first let me clarify a few things, and to do

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , ,
MetaCMS V2
17 Οκτωβρίου 09 01:04 μμ | spantos | 0 σχόλια   
I briefly got the chance to talk about MetaCMS , the content management system and e-shop platform I’ve designed and built, a while back. Since then a lot of sites have been built using it. Some of which (the biggest ones) include: www.nooz.gr (former www.flash.gr) www.progreece.gr www.e-tipos.gr www.zougla.gr And as if building these sites wasn’t enough we’ve decided to completely

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , , ,
ASP.NET Tips and Tricks
21 Σεπτεμβρίου 09 01:20 πμ | spantos | 0 σχόλια   
I’m starting a new line of blog posts in which I’m going to give out a few tips and tricks I’ve picked up during the past years. I’m going to start with one of the most common mistakes I often face when reading code. To demonstrate that, I’m going to use LinqToSQL as my data access method (although the problem can be found in any kind of Data access technology) and use the the same

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , ,
Linq To SQL Caching Adventures Part 2
06 Σεπτεμβρίου 09 12:25 πμ | spantos | 0 σχόλια   
Before picking up where I left off yesterday , I have to first make a small disclaimer. I received a couple of comments stating that the caching solution I presented wasn’t that sophisticated or complete or that the cache keys that I’ve used were not the right and the answer is of course “yes”. The solution I presented was far from perfect but it served well as a simplified demonstration

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: ,
Linq To SQL Caching Adventures Part 1
03 Σεπτεμβρίου 09 05:47 μμ | spantos | 0 σχόλια   
A caching solution is always necessary if you want to build scalable applications which will handle lots of users and heavy data access without requiring more hardware resources. I’ve already talked about caching when using Entity Framework , but is there a way to use caching in Linq to SQL and what are the problems one might face. To explore caching in Linq to SQL I’ve built a small

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: ,
MetaCMS first web site goes public
02 Φεβρουαρίου 09 01:36 πμ | spantos | 0 σχόλια   
So it’s time for me to reveal what I’ve been up to for the past 6 months. As some of you may already know, I moved to a new start up company about six months ago, called Metadata (I know the site isn’t quite ready yet, but we focused on the product instead of the site), where I was assigned the task of designing and building a solution for Content Management. The company business strategy

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , ,
Dynamically loading user controls
21 Νοεμβρίου 08 02:38 πμ | spantos | 0 σχόλια   
There are many occasions (at least so I’ve discovered) were you need to re-use user controls that you’ve created. A solution in those cases would be to convert your user control to a custom control, compile it into an assembly which is then going to be shared to all projects needed. The problem is, that you can’t easily convert a user control to a custom control cause you have to write

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία:
Charting Controls
03 Νοεμβρίου 08 10:49 πμ | spantos | 0 σχόλια   
Most of the people I meet have this idea that they have to either buy or find an open source third party component, or (even worse) use flash, when it comes to drawing graphs for a web application or site. So I’m guessing that most people don’t know that the Data Visualization Group within the SQL Server Reporting Services Team has created stand-alone ASP.NET and Windows Forms Chart

Διαβάστε περισσότερα »

Δημοσίευση στην κατηγορία: , ,

Search

Go

Το Ιστολόγιο

Ιστορικό Δημοσιεύσεων

Συνδρομές