dotnet-revolutions.blogspot.com
Azure.Net Talks!: December 2011
http://dotnet-revolutions.blogspot.com/2011_12_01_archive.html
Tuesday, December 27, 2011. Structured-data storage options in Windows Azure. In real estate it's location location location, whereas in Windows Azure it's cost cost cost? Not really. So far I've seen people evaluating options in Azure only based on cost. It's a myth and the fact is it depends on requirement. For the sake of illustration let's consider storage options Azure Table and SQL Azure. Since Azure brings cost thought to our mind let's compare the cost for both. 001 per 10,000 storage transactions.
dotnet-revolutions.blogspot.com
Azure.Net Talks!: Azure connect --> Virtual Network
http://dotnet-revolutions.blogspot.com/2013/06/azure-connect-virtual-network.html
Wednesday, June 19, 2013. Azure connect - Virtual Network. Azure Connect, which is still in CTP is being replaced by a robust Virtual Network solution. This is quite a good leap towards hybrid solutions. Azure Connect will be retired on 7/3/2013 as per below MSDN article:. Http:/ msdn.microsoft.com/en-us/library/windowsazure/gg432997.aspx. Therefore, if you have implemented solutions using Azure Connect, be ready to migrate to Virtual Network. Subscribe to: Post Comments (Atom). View my complete profile.
dotnet-revolutions.blogspot.com
Azure.Net Talks!: Load testing options in for web apps/services in Azure
http://dotnet-revolutions.blogspot.com/2013/06/load-testing-options-in-for-web.html
Wednesday, June 19, 2013. Load testing options in for web apps/services in Azure. A much sought after feature for cloud solutions is load testing. Unlike local deployments, we need to ensure the expectations on scalability vs. performance metrics are met. Here are some options to do load testing:. Load Testing using VS. My first option would be VS load testing for azure world. You can read more about this in below link:. Https:/ wcfloadtest.codeplex.com/. This is a simple tool with great ease of use....
dotnet-revolutions.blogspot.com
Azure.Net Talks!: November 2012
http://dotnet-revolutions.blogspot.com/2012_11_01_archive.html
Thursday, November 15, 2012. SQL Azure: Import/Export using DAC Framework. I am leveraging A zure Auto Backup. For scheduling a daily backup of SQL Azure database. The DAC framework used in this tool was outdated and I had to updated it to latest version. Here are the links to install DAC Framework and dependencies. You need to replace the DacStore usages with DacService class. Also change the corresponding method calls. Here's the code snippet with changes. DacStore dacStore = null;. While building a pr...
dotnet-revolutions.blogspot.com
Azure.Net Talks!: December 2008
http://dotnet-revolutions.blogspot.com/2008_12_01_archive.html
Wednesday, December 17, 2008. While surfing I came across this site: http:/ www.extensionmethod.net/. Plethora of extension methods for C# 3.0 and VB.Net 2008. Thursday, December 11, 2008. Rollback changeset in TFS. I just came across a situation in which I had to rollback a changeset. Surprisingly, TFS does not have a straightforward option to rollback a changeset. Please find the MSDN "How to" link below:. How to: Roll Back a Changeset. Subscribe to: Posts (Atom). View my complete profile.
dotnet-revolutions.blogspot.com
Azure.Net Talks!: July 2009
http://dotnet-revolutions.blogspot.com/2009_07_01_archive.html
Thursday, July 23, 2009. After a short hibernation(you may argue it was so long, I must agree then), I am back with a small post. I just want to list down some of the free(and trial) tools that devlopers can keep in thier side-pockets. I have gathers these during discussion with friends, colleagues, and community activities - thanks buddies! A Visual Studio add-in which will access pinvoke.net wiki site for Win 32 API and related structures. Consolidated list of add-ins for reflector. Pro C# 2010 and the...
dotnet-revolutions.blogspot.com
Azure.Net Talks!: AWS vs. Azure
http://dotnet-revolutions.blogspot.com/2013/04/aws-vs-azure.html
Tuesday, April 9, 2013. AWS vs. Azure. Off late I've been going through components of Amazon Web Services(AWS) out of curiosity. I've a brief comparison of components:. Amazon Simple Queue Service. Amazon Relational Database Service. Amazon Elastic Load Balancer. Amazon Simple Notification Service. There are some components in AWS for which Azure counter part is not available. I hope Microsoft is working on such components and will be available soon in Azure platform. Subscribe to: Post Comments (Atom).
aneef.net
ASP.Net | Aneef.Net
http://www.aneef.net/category/categories/dotnet-framework/aspnet
AneefNet Do it in .Net way. Tricks & Tips. Category Archives: ASP.Net. My Presentation on ASP.Net WebMatrix for .Net User Group Meeting. Last Thursday i did a presentation on ASP.Net WebMatrix in the .Net User Group meeting held in Colombo. so thought of sharing the presentation with you all. there were some code demos also, but unfortunately i couldn’t upload them. if anyone is interested you can download and view the presentation in the link below or […]. One of the coolest control in ASP.Net 3....
aneef.net
LINQ | Aneef.Net
http://www.aneef.net/category/categories/dotnet-framework/linq
AneefNet Do it in .Net way. Tricks & Tips. Uploading Binary files or Images using LINQ to SQL. Today I received an email from a friend, asking how to save a binary file in to the database using LINQ to SQL. This was the second time a person had asked me the same question, So I thought of having a blog entry about it. Assume that we need to upload a file and […]. Visual Studio 2008, C# 3.0, LINQ, ASP.Net 3.5 Getting Started. Check .Net Framework. High quality free WordPress Themes.
aneef.net
Tech | Aneef.Net
http://www.aneef.net/category/categories/tech
AneefNet Do it in .Net way. Tricks & Tips. Larr; Older posts. ClickOnce with .Net 4.5.2 Prerequisite installation fail. SQL 2014 LocalDB Cannot connect. Error loading type library/DLL (Exception from HRESULT: 0x80029C4A (TYPE E CANTLOADLIBRARY). Well well. here is another headache for those who automate office: System.InvalidCastException: Unable to cast COM object of type ‘System. ComObject’ to interface type ‘Microsoft.Office.Interop.PowerPoint.Application&...Sorry again folks again I was MIA with load...