secrets

Stories submitted by secrets

Using Open Source technologies along Microsoft Stack(neutrongenious.wordpress.com)

submitted by secretssecrets(95) 10 months, 29 days ago

Lately I am getting more in love with Open Source technologies especially those which are ported to .Net or can be directly used with .Net. read more...

add a comment |category: |Views: 8

tags: another

@Ajax.ActionLink doing a postback (MVC)(neutrongenious.wordpress.com)

submitted by secretssecrets(95) 1 year ago

lately I was doing some hands on in MVC3, I have seen that Microsoft has introduced an Ajax helper “@Ajax” which allows you to perform some level of Ajax based calls from client side without writing any line of JavaScript (great isn’t it?) read more...

add a comment |category: |Views: 21

tags: another

Silverlight fo Symbian(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 2 years, 1 month ago

a year back when Microsoft started silverlight i was not sure about it’s future and with the pace they were proceeding. But in this short span Microsoft has taken some serious steps towards the development and interoperability of silverlight. Like for Linux platform a collaborative effort Moonlight (though i haven’t tested but it looks promising) is open source cross platform implementation of silverlight. also news are around that Microsoft is testing beta for Silverlight for Android. read more...

add a comment |category: |Views: 7

tags: another

Microsoft .Net Micro framework Version 4.0(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 2 years, 6 months ago

19Microsoft open sources .Net Micro development framework came across a news on Infoworld regarding .net Micro framework… Microsoft has release version 4.0 under Apache 2.0 license (Open Source :| ).. but i would simply say is Microsoft withdrawing from further investment on this?? i hope so NO… but amazingly TCP/IP stack and Crypto libraries are not included in this license… More can be found here read more...

add a comment |category: |Views: 13

tags: another

How to get property Name using Expression Tree(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 2 years, 11 months ago

a clean way to retrieve property name read more...

add a comment |category: |Views: 53

tags: another

New Version of Ajax Control Toolkit(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years ago

New Version of Ajax Control ToolkitA new version of Ajax Control toolkit has been released and is now available for download on Codeplex.This release includes three newer controls:HTML EditorCombo Box (behaves like windows Combo)Color Picker This release also includes a good amount of fixes and has decreased the need for script files. The ASP.NET website has been updated with new videos and tutorials for these controls read more...

add a comment |category: |Views: 10

tags: another

Microsoft SuperPreview (Rich Testing Experience)(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years, 1 month ago

April 04Microsoft SuperPreview (Rich Testing Experience) Multi Browser testing is always a hard area for Developers as well as Testers in an effort to address this Microsoft this year at mix announced a new feature in there upcoming version of Microsoft Expression Web (which is now available as beta) called Microsoft SuperPreview. SuperPreview allows you to compare how your web page will render in different browsers, the good thing about it is it is also available as a stand alone application and... read more...

add a comment |category: |Views: 3

tags: another

Microsoft Live Labs: Seadragon Ajax(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years, 5 months ago

I came across an effort from Microsoft Live labs named “Seadragon Ajax” :), its same as Silverlight deep zoom just fact is that Seadragon is an Ajax based zooming and is available for installation for free or even you can use Microsoft Provide hosted application and can provide the embed code in your site or blog read more...

add a comment |category: |Views: 11

tags: another

Lightbox for ASP.NET 2.0 (neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years, 5 months ago

an old post on asp.net Lightbox read more...

add a comment |category: |Views: 229

tags: another

Creating Entity Connection in Linq To Entities (Ado.net Entity Framewo(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years, 6 months ago

there are key scenarios in which you have to create your connection at runtime (dynamically), in ado.net entity framework its using Entity Connection string instead of simple SQL Connection string as its a more general EDM. read more...

add a comment |category: |Views: 166

tags: another

Extension Methods (Decorator Pattern Microsoft Way)(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years, 6 months ago

With traditional object oriented development, extending objects (classes) is normally achieved by deriving class from base class and placing extra functionality there. read more...

add a comment |category: |Views: 41

tags: another

Linq to SQL: Is Microsoft really planning to end it?(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years, 6 months ago

just from last couple of days every one is buzzing about the future of "Linq to SQL". the main reason of this hotshot was Microsoft itself there on Ado.net team blog "Update on LINQ to SQL and LINQ to Entities Roadmap" read more...

add a comment |category: |Views: 23

tags: another

Creating instance of object dynamically in C#(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years, 7 months ago

The article will help you to create any instance of a any object dynamically using Reflection and generics. You will learn how to apply constraints in generics. read more...

add a comment |category: |Views: 519

tags: another

Microsoft's New Enhancements in WCF,WF code name Dublin :)(neutrongenious.spaces.live.com)

submitted by secretssecrets(95) 3 years, 7 months ago

A major set of enhancements in WCF and its hosting. also developers will be able to develop Rest services via WCF.... read more...

add a comment |category: |Views: 14

tags: another