Blog Stats
- 2,124,528 hits
Twitter Updates
- RT @mkashman: New learning path 🧠"Get started with #MSFTViva *Topics*" [4 modules] #AI #Knowledge #Admin 🏆 docs.microsoft.com/learn/paths/m3… @docsM… 53 minutes ago
- My desktop this morning!! When can I resume? https://t.co/MtcmVOvodf 4 hours ago
- Which Modern Work & Security Certification is right for you? - US Partner Community Blog - Microsoft microsoft.com/en-us/us-partn… 4 hours ago
- RT @ChrisO_Brien: COB blog: #SharePoint #Syntex - teaching #AI to extract contents of structured documents with Form Processing. The end-to… 4 hours ago
- RT @satyanadella: As we shift to hybrid work, small changes in work habits could make a big difference. Our latest research proves what man… 1 day ago
Categories
- Conferences (7)
- Speaking (16)
- Uncategorized (238)
Monthly Archives: May 2009
LINQ-to-SQL Best Practices
LINQ-to-SQL is a Microsoft Object Relational Mapper tool released part of Microsoft.NET 3.5 Framework, C# 3.0, and Visual Studio 2008. There are rumors that ADO.NET Entity Framework will destroy LINQ-to-SQL but I think otherwise. I am sure Microsoft will try … Continue reading
Posted in Uncategorized
Leave a comment
ASP.NET Trick – How to reference javascript file from the ASP.NET master page?
First thing first, why would you reference the JavaScript file from the master page? Well, the best reason for this is whenever you have a application wide javascript, you would like to refer it from one code base instead of … Continue reading
Posted in Uncategorized
Leave a comment