Skip to main content

Home/ Groups/ General Development In DotNet
1More

Jon Skeet: Coding Blog - 0 views

  •  
    "Basically, I've been aware for a while that some people use the terms currying and partial function application somewhat interchangably, when they shouldn't. It's one of those topics (like monads) which I feel I understand to some extent, and I've decided that the best way of making sure I understand it is to try to write about it. If it helps the topic become more accessible to other developers, so much the better."
1More

Microsoft All-In-One Code Framework - Site Home - MSDN Blogs - 0 views

  •  
    "A new release of Microsoft All-In-One Code Framework is available on Feb 6th. We expect that its 8 new code samples covering typical programming scenarios in Windows Azure, Directory Services, Hyper-V, TFS, WDK, and Windows SDK would ease your development work."
1More

Creating windows service using Topshelf - .Net && Beyond - 0 views

  •  
    (Better than the official TopShelf documentation) "I am creating windows services using Topshelf for a while and I forget how "hard" (not that hard but harder) it was to create a windows service without Topshelf."
1More

Use C# 4.0 dynamic to drastically simplify your private reflection code - Angle Bracket... - 0 views

  •  
    Great way to access private properties on an object at runtime.
1More

InfoQ: Doing Kanban Wrong - 0 views

  •  
    "Kanban is becoming very popular for a lot of great reasons. However, the more people who try it means the more people who will do it completely wrong then blame Kanban for their mistakes and project failures. Like countless tools before it Kanban will suffer the blame of many for their own mistakes. Here are a few ways my teams and I have attempted to give Kanban a bad name, hopefully these examples will keep you from falling into similar traps."
1More

InfoQ: Estimation Toolkit - 0 views

  •  
    "No matter what kind of software you write, no matter what size company you work for, you probably have to provide estimates to someone. They may want to know how long the effort will take or how much it will cost. But no matter how you slice it, estimation is critical skill and essential to the success of any software development effort of any size or consequence."
1More

Wicked Code: Asynchronous Pages in ASP.NET 2.0 - 0 views

  •  
    "When ASP.NET receives a request for a page, it grabs a thread from a thread pool and assigns that request to the thread. A normal, or synchronous, page holds onto the thread for the duration of the request, preventing the thread from being used to process other requests. If a synchronous request becomes I/O bound-for example, if it calls out to a remote Web service or queries a remote database and waits for the call to come back-then the thread assigned to the request is stuck doing nothing until the call returns. That impedes scalability because the thread pool has a finite number of threads available. If all request-processing threads are blocked waiting for I/O operations to complete, additional requests get queued up waiting for threads to be free. At best, throughput decreases because requests wait longer to be processed. At worst, the queue fills up and ASP.NET fails subsequent requests with 503 "Server Unavailable" errors."
1More

.NET Cheat Sheets « John Sheehan : Blog - 0 views

  •  
    Very handy quick references!
1More

Finding out the current trust level in ASP.NET - dmitryr's blog - Site Home - MSDN Blogs - 0 views

  •  
    "Here is a sample code that returns the current trust level, assuming this code (or the calling code up the stack), is not loaded from GAC:"
1More

Bug fix - Application restarts on directory delete in ASP.net - Aaron Blake's Blog - 0 views

  •  
    "If a directory within an ASP.net website is deleted while the site is running, this causes the whole site to reboot, loosing any session data and logging out users."
1More

In Recovery... | How do checkpoints work and what gets logged - 0 views

  •  
    " This is a blog post I've been meaning to do for a while, and I've recently noticed some info on the web about checkpoints which is a little misleading, so I want to do a quick post to explain how checkpoints work as far as log records are concerned. "
1More

Caching Tutorial for Web Authors and Webmasters - 0 views

shared by Jacques Bosch on 11 Jan 11 - Cached
  •  
    "This is an informational document. Although technical in nature, it attempts to make the concepts involved understandable and applicable in real-world situations. Because of this, some aspects of the material are simplified or omitted, for the sake of clarity. If you are interested in the minutia of the subject, please explore the References and Further Information at the end."
1More

InfoQ: Virtual Panel: How to Survive Asynchronous Programming in JavaScript - 0 views

  •  
    "Programmers take certain features for granted - sequential programming for instance, writing down an algorithm that does one thing after the other. RelatedVendorContent State of Agile Development Survey Results & Summary Architecting the Ultimate Service Security Control Point 2010 Open Source Integrity Report: Defect Scan of 291 Key Projects Including Android Kernel DataPower: Messaging, ESB, Cloud, Security as an Appliance The Agile Tester However, if you're writing code in Javascript that uses blocking I/O or other long running operations, sequential coding is out of the question because blocking the only thread in the system is a very bad idea. The solution is to implement algorithms using asynchronous callbacks, ie. spread out sequential code over multiple callbacks."
1More

Crockford on JavaScript: A Public Lecture Series at Yahoo! - 0 views

  •  
    "Douglas Crockford is Yahoo!'s JavaScript architect and a member of the committee designing future versions of the world's most popular programming language. Over first three months of 2010, Douglas delivered his acclaimed series of lectures on the history of JavaScript, its features, and its use. Links to video, transcripts, and photos from each of the events follows:"
1More

Google Testing Blog: How to think about OO - 0 views

  •  
    "Everyone seems to think that they are writing OO after all they are using OO languages such as Java, Python or Ruby. But if you exam the code it is often procedural in nature."
1More

Lua: powerful scripting language - 0 views

  •  
    "Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. "
1More

AD Gallery, gallery plugin for jQuery - 0 views

  •  
    "A demo of AD Gallery - Coffeescripter.com"
1More

An Introduction to the Raphael JS Library | Nettuts+ - 0 views

  •  
    "Raphael JS is a lightweight and super-sexy JavaScript framework that allows you to draw vector graphics in your browser! In this tutorial, I will introduce you to some basic drawing functionality, take a look at animation, provide DOM access and finally finish off by creating a cool widget for your site…"
1More

Free Raphaël Vector Icons - 0 views

  •  
    " These are icons I drew for my personal needs. They are all in vector and drawn on this page with Raphaël (don't forget to zoom the page). I was thinking that they could be useful for other people and, although the design quality of icons is average, I am releasing them here under MIT licence. "
1More

MD5 considered harmful today - 0 views

shared by Jacques Bosch on 02 Feb 11 - Cached
  •  
    "We have identified a vulnerability in the Internet Public Key Infrastructure (PKI) used to issue digital certificates for secure websites. As a proof of concept we executed a practical attack scenario and successfully created a rogue Certification Authority (CA) certificate trusted by all common web browsers. This certificate allows us to impersonate any website on the Internet, including banking and e-commerce sites secured using the HTTPS protocol."
« First ‹ Previous 101 - 120 Next › Last »
Showing 20 items per page