just_blaze

Stories kicked by just_blaze

ASP.net MVC jQuery and Ajax post(coderturf.com)

submitted by just_blazejust_blaze(10) 2 years, 6 months ago

Example of the two main methods in ASP.net MVC for doing asynchronous posts to the controller using Ajax and JQuery. Also this article covers population of an HTML element (div in this case) with the data provided by the asynchronous post. read more...

add a comment |category: |Views: 15

tags: another

How To Disable and Enable Triggers In SQL Server (blog-mstechnology.blogspot.com)

submitted by babu.mstechbabu.mstech(285) 2 years, 6 months ago

This Article Explains, step by step ways to disable and Enable a Trigger in SQL Server Database read more...

add a comment |category: |Views: 7

tags: another

Playing with the Amazon Relational Database Service(blog.rag.no)

submitted by runegrirunegri(115) 2 years, 6 months ago

Describes how you can use the Amazon Relational Database service and includes a WPF application that manages the server instances. read more...

add a comment |category: |Views: 5

tags: another

How to Create a Linq Statement from a String(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years, 6 months ago

Some useful extension methods off of IEnumerable<T> that let you create dynamic Linq statements from a string, including "Where" and "OrderBy". Especially useful if you're letting your users create their own filters. Code is in C# but it should be easy to convert to VB. read more...

add a comment |category: |Views: 40

tags: another

Does SharePoint Designer 2010 support SharePoint 2007 or earlier sites(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 6 months ago

Nice article that gives first idea of SharePoint designer 2010 and it support to SharePoint 2007 sites and limitations. read more...

add a comment |category: |Views: 12

tags: another

Interface in .NET(blog-mstechnology.blogspot.com)

submitted by babu.mstechbabu.mstech(285) 2 years, 6 months ago

Definition about .NET Interface read more...

add a comment |category: |Views: 12

tags: another

SharePoint Designer 2010 login as different user(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 6 months ago

Do you know any option available in SharePoint Designer 2007 to login as different user? I believe no. Now this has been changed in SharePoint Designer 2010. Yes, you should know it. read more...

add a comment |category: |Views: 35

tags: another

Visual Studio 2010: UML modeling projects(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 6 months ago

Visual Studio 2010 introduces modeling projects that bring UML diagrams to Visual Studio. Currently it is not possible to generate classes from diagrams automatically but I don’t think it is a problem – good UML diagrams visualize different aspects of system short and clearly and they usually don’t document everything you can find in system. In this posting I will show you how to use modeling projects in Visual Studio 2010. read more...

add a comment |category: |Views: 55

tags: another

Team Foundation Server 2010 Beta 2 - Import(devh.de)

submitted by philipp.rphilipp.r(15) 2 years, 6 months ago

A short description on the new import feature of the upcoming TFS 2010 read more...

add a comment |category: |Views: 47

tags: another

N2 CMS vs. DotNetNuke(dotnetoutsource.com)

submitted by chanvachanva(60) 2 years, 6 months ago

N2 system is more suitable for website with small data volume, especially those with strict demand on interface appearance. DotNetNuke is more suitable for Web application with large volume of data applied. read more...

add a comment |category: |Views: 80

tags: another

Use ASP.NET to collect visitor stats from blogs you post in(nesteruk.org)

submitted by dmitridmitri(408) 2 years, 6 months ago

This is a quickie post explaining how to use ASP.NET in order to collect visitor statistics on a page which does not allow JavaScript. The idea is simple – you place a 1×1px transparent GIF onto the image, with the GIF’s address being on your server. read more...

add a comment |category: |Views: 13

tags: another

Simple way to cache objects and collections for greater performance(msmvps.com)

submitted by oazabiroazabir(1805) 2 years, 6 months ago

implementing caching is tricky and monotonous when you have to do it for many classes. Your data access layer gets a whole lot of code that deals with caching objects and collection, updating cache when objects change or get deleted, expire collections when a contained object changes or gets deleted and so on. The more code you write, the more maintenance overhead you add. Here I will show you how you can make the caching a lot easier using Linq to SQL and my library AspectF. read more...

add a comment |category: |Views: 11

tags: another

Bill Wagner on Dynamic Method Bags in C# 4.0(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 6 months ago

C# MVP and wunderkind Bill Wagner has written an article entitled Dynamic Method Bags which is now available on MSDN. Bill explores the new dynamic feature in C# 4.0. Most posts on this subject explain how to use dynamic to call Python, Ruby or Office. In his article, Bill explains how dynamic can be used not to call another language or tool, but to call your own C# objects without directly using the reflection API’s. The solution he provides combines generics, expression tress and dynamic to create a “type that allows developers to add new methods at runtime” and call those methods through dynamic dispatch read more...

add a comment |category: |Views: 251

tags: another

Evolution of a View in ASP.NET MVC(volaresystems.com)

submitted by runxc1runxc1(220) 2 years, 6 months ago

Evolution of a View in ASP.NET MVC- What it was in 1.0 and what it is moving towards. read more...

add a comment |category: |Views: 8

tags: another

Barcode image generation made easy(dotnetslackers.com)

submitted by schalkvanwykschalkvanwyk(1335) 2 years, 6 months ago

In this article we are going to generate barcodes in .NET. Barcode-aware devices, such as scanners and printers, are readily available on the market, as long as the barcodes we generate follow the standards.We will implement barcode generation using Microsoft Ajax in a web application. read more...

add a comment |category: |Views: 12

tags: another

Looping through elements in HashTable(logiclabz.com)

submitted by webtipswebtips(265) 2 years, 6 months ago

A simple method in C# .Net to enumerate through all the keys/values of a Hashtable. read more...

add a comment |category: |Views: 13

tags: another