-
friday links 14
YSlow “Grade A” website with ASP.NET MVC 4 In the trenches with .NET by Harvey Kandola Rob Miles – C# Yellow Book Anyone over the age of 35 should read this,as I copied this from a friends status .. « Gaasedal’s Weblog Raphaël—JavaScript Library tompipe.co.uk | Utilising MEF to self-register HTTP modules Why Stack Exchange…
-
This software is free
This is an MVC add-on to add a messaging system to any MVC application. It costs me 0$ to make this program ( not yet finished,but free source at http://messagemvc.codeplex.com/ and the related posts are at http://msprogrammer.serviciipeweb.ro/category/howto/asp-net-mvc/mvc-4/mvc-messaging-system-mvc-4-asp-net-mvc-howto/ ) Home Computer – already done for browsing the internet. Download Visual Studio Express – free .…
-
friday links 13–just 3
Evolution – from programmer to CEO www.ariel.com.au/jokes/The_Evolution_of_a_Programmer.html And Haskell http://www.willamette.edu/~fruehr/haskell/evolution.html Hope you understand Haskell And books for you: http://www.codinghorror.com/blog/2004/02/recommended-reading-for-developers.html
-
Usual Methods to transfer data from Page To Page in ASP.NET MVC
Preamble: In ASP.NET ( like in PHP and other Web frameworks) there are 2 clear entities: Server ( code on the WebServer ) and Client( the HTML interpreted by the browser and javascript). Server and Client shares same cookies – means Client and Client both can read and write cookies. Transfer from the Client to…
-
friday links 12
Find & Purchase Data Subscriptions | Windows Azure Marketplace Would A Ponzi By Any Other Name Smell As Bad? | ZeroHedge Troy Hunt: ASP.NET session hijacking with Google and ELMAH Troy Hunt: Free eBook: OWASP Top 10 for .NET developers StructureMap and ASP.NET MVC 3 – Getting Started CuBox Unit Testing Myths and Practices This…
-
Hydrating
My first Nuget project: Hydrating. Also a Codeplex project : http://hydrating.codeplex.com/ It can re-make an object by adding items of “property/value” It comes in 2 flavors: .NET 2.0 ( reflection ) and .NET 4 ( expression). Sample Usage: Sample usage: var Model = new HydrateGeneric<MyModel>(); Model.AddNewProperty("OneProp","bb"); Model.AddNewProperty("newData.StartDate",DateTime.Now.AddDays(1).ToString()); Model.AddNewProperty("newData.SecondProp","AB"); Model.AddNewProperty("newData.aOne.ThirdProp","XXX"); var data = Model.NewObject(); Console.WriteLine(data.newData.SecondProp); Console.WriteLine(data.newData.StartDate);…
-
(Happy|Merry) (New Year|Christmas) donate
Happy New Year And Merry Christmas And,if you have used some site intensively,return the favor: Donate back! For myself it was Wikipedia: Does not matter the site. Does not matter what they are doing with the money. Do it. And,again: Happy New Year And Merry Christmas
-
Chosen and Jquery and MVC
In the MVC forums I have seen a reference to Chosen. From the description here: “Chosen is a JavaScript plugin that makes long,unwieldy select boxes much more user-friendly.” It look beautifool – and I see the opportunity to improve my toolbox. I said: “I will do in 10 minutes”. Well,it did take longer – but…
-
friday links 11
Dan Ariely: How to Pay People – Businessweek Matt Wrock’s Blog | Unit Testing ASP.Net Http Handlers and a discussion of Auto Mocking and the Testable pattern Simple Producer Consumer With Tasks And .NET 4 QUnit layout for JavaScript testing in ASP.net MVC3 Using QUnit with Razor Layouts Don’t Call Yourself A Programmer,And Other Career…
-
First version of Messaging system
Realized the first version. When you logon on the system,the application sends you an email and you can see it. Lots of thing done – however,the testing is not complete. Logging was the difficult part- since I want to work with various loggers( LOG4NET,NLOG,MS TRACE,and so on). I required to a duck typing from DeftTech.…
I am ok , you are ok